PDA

View Full Version : RE: SSL Site Certificate Setup


FRoST
6-17-03, 10:22 AM
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.

sduplessis
7-4-03, 10:48 AM
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

stevel
7-4-03, 11:53 AM
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.

snorocket
7-5-03, 12:57 AM
get with the program powweb, people want their own verisign or geotrust cert.

stevel
7-5-03, 11:57 AM
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...

mjp
7-5-03, 02:04 PM
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

stevel
7-7-03, 12:06 PM
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!

snorocket
7-7-03, 03:15 PM
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

stevel
7-7-03, 04:42 PM
It's not all firewalls, but the two corporate firewalls I've tried do have this problem. Yuck...

tcjay
7-16-03, 08:28 AM
Where on the control panel can I sign up for the eshared SSL certificate. I have looked and can't seem to find it.

stevel
7-16-03, 11:11 AM
Billing tab, at the bottom under "Additional Services".

tcjay
7-16-03, 11:25 AM
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.

stevel
7-16-03, 02:23 PM
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.

alphadesk
7-16-03, 03:04 PM
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

tcjay
7-16-03, 04:05 PM
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.

stevel
7-16-03, 04:48 PM
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.

tcjay
7-16-03, 05:25 PM
Thank you

snorocket
7-16-03, 10:47 PM
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