Forum Moderators: buckworks

Message Too Old, No Replies

Almost got SSL working, final hurdle

Any tips on what I should be doing?

         

donovanh

5:42 pm on May 9, 2005 (gmt 0)

10+ Year Member



Hi,

I'm in newbie territory setting up a secure area for a site's login and checkout sections. I'd like to be able to use the following:

https:// www.foo.com/login/
https:// www.foo.com/checkout/

I have purchased a secure certificate and installed it on the domain. Now, however, I am stuck. Where do I put the login and checkout directories? There is no "secure" directory, and typing in [foo.com...] gives a page not found.

Any tips *really* appreciated!

Don

Corey Bryant

1:30 pm on May 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If typing in [example.com...] gives you a page not found - make sure you have port 443 open & you have an IP address assigned to it.

Placing your items in the secure folder will not make them secure - having the SSL cert will encrypt the information

-Corey

donovanh

6:15 pm on May 10, 2005 (gmt 0)

10+ Year Member



Thanks Corey.

I believe I've set it up ok, I checked the httpd.conf file and there is a virtualhost entry for the site's IP:443

The content of the folder is currently password protected, I'm hoping the SSL will simply add an extra layer of protection by encrypting the information passed through.

I do still however receive a 404 when using [foo.com...]

I'm also getting the 404 when accessing the site using [[ip-address]...]

:(

donovanh

10:21 am on May 11, 2005 (gmt 0)

10+ Year Member



Further investigation and it seems the ca-bundle was out of date. I updated the code and BAM, sweet as a nut.

Corey Bryant

2:46 pm on May 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Glad to hear that. Good luck with the site!

-Corey