|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Posts: n/a
|
Hello.
I need help setting up my own site certificate. First of all, I need to creat a Certificate Signing Request (CSR) using Apache Mod_SSL. How do I do this? How do access Apache Mod_SSL? Can you please help me out with this. Thanks very much. |
|
|
#2 |
|
Posts: n/a
|
did you get anywhere on the SSL setup?
My "store" works but when I click on a link that requires SSL (ie checkout) the web page will not pull up. Any clues. Sam |
|
|
#3 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
You can't do this at PowWeb - not yet, anyway.
What you can do is use PowWeb's shared SSL certificate - free signup through your OPS panel. You'll have to use a hostname of the form https://servername.powweb.com:12345 (it will tell you when you sign up) for this, you can't use your own domain name.
__________________
Steve |
|
|
|
|
#4 |
|
Join Date: Nov 2002
Location: cardboard box
Posts: 37
Reputation: 5
|
get with the program powweb
get with the program powweb, people want their own verisign or geotrust cert.
|
|
|
|
|
#5 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
The admins have hinted that PowWeb is working on a way to do this. I find it amusing (sort of) that a year's certificate costs more than a year of PowWeb hosting...
__________________
Steve |
|
|
|
|
#6 |
|
on hiatus
Join Date: Nov 2002
Location: Up your ***
Posts: 2,864
Reputation: 203
|
Indeed the admins are currently testing an SSL accelerator for the servers that - once we are satisfied it is working properly - will allow you to use your own certificate on your site. It has not yet been decided what the fee structure will be for personal SSL or whether we will also offer the ability to purchase your own certificate through Member Operations. But it is being worked on, and you'll probably see it offered soon in one form or another.
mjp |
|
|
|
|
#7 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
I discovered today a serious downside of the current shared SSL support. It means that your site may not be accessible by users inside a corporate firewall that rejects access to non-standard ports (like where I work!)
So here's hoping for a better system soon that doesn't depend on a site-unique port number!
__________________
Steve |
|
|
|
|
#8 |
|
Join Date: Nov 2002
Location: cardboard box
Posts: 37
Reputation: 5
|
your right
all my customers who try to place orders from behind a fire wall get errors as soon as thye get to the https server, whammo blank page, lost order
|
|
|
|
|
#9 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
It's not all firewalls, but the two corporate firewalls I've tried do have this problem. Yuck...
__________________
Steve |
|
|
|
|
#10 |
|
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
|
Where on the control panel can I sign up for the eshared SSL certificate. I have looked and can't seem to find it.
|
|
|
|
|
#11 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
Billing tab, at the bottom under "Additional Services".
__________________
Steve |
|
|
|
|
#12 |
|
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
|
OK....... I have activated SSL on the billing page and received a URL. Where do I use this URL on osCommerce. I used my regular URL when I installed the script.
|
|
|
|
|
#13 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
Edit your admin/configure.php (and I think catalog/configure.php) to specify the https base URL in the appropriate variable. I'm far away from my editing system right now and can't tell you exactly, but it's like the second or third value in the file and should be obvious.
__________________
Steve |
|
|
|
|
#14 |
|
Join Date: Dec 2001
Location: Gulfcoast, TX
Posts: 6,911
Reputation: 102
|
I believe these are the lines in configure.php file Stevel is talking about.
// Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://yoursite.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://yoursite.com'); define('HTTPS_CATALOG_SERVER', 'https://server.powweb.com:XXXXX'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
__________________
Thanks, AlphaDesk Those who can read and don't are no better off than those who can't. - Sam Clemens |
|
|
|
|
#15 |
|
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
|
configuration
Hmmmmm. I have tried making the changes that you suggested. You have a line that was not in my config file and I have a file not in your post. I have included my the lines from the config file. I still receive a 404 error when I try to check out.
![]() define('HTTP_SERVER', 'http://www.needlepointbackbay.com'); define('HTTPS_SERVER', 'https://www.needlepointbackbay.com'); define('HTTPS_CATALOG_SERVER', 'https://neptune.powweb.com:11739'); define('ENABLE_SSL', 'true'); The last line is the one in the config file which was not listed in your post. What should I do with it. |
|
|
|
|
#16 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
Make HTTPS_SERVER the same as you have for HTTPS_CATALOG_SERVER. BTW, I use ENABLE_SSL as false If you set it to true, the customer is in SSL even while browsing. It will change to SSL for the checkout process even as false.
__________________
Steve |
|
|
|
|
#17 |
|
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
|
Thank you
|
|
|
|
|
#18 |
|
Join Date: Nov 2002
Location: cardboard box
Posts: 37
Reputation: 5
|
SSL or not
powweb needs to let us know its coming and when without missing a due date, i love powweb but the need for a verisign or thawte certificate will be the deciding factor in changing hosts, seriously, powweb, let us know and soon, very soon
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|