SSL on Apache Web Server

mickey79

True Defiance
Ave,

Here's what i had:
Websites hosted on my PowerMac G5.
Basically i setup my websites on my Apache Web Server, and using ZoneEdit, i pointed DNS Servers to my IP Address and internally configured httpd.conf to use Name Server Hosting (VirtualHost) to make websites work. This way my websites work like http://www.mywebsite.com

Here's what i did recently:
I activated the mod_ssl module, created the ssl certificates etcetera and implemented the SSL in my Apache Web Server.

Now what's happening is, on my localhost the ssl works great, i.e., I can access my websites locally using 'https' like this:
https://localhost/mywebsite or https://localhost etcetera

However, i cannot access my website using https://www.mywebsite.com
Locally the ssl is respoding perfectly fine, but they are not opening exernally on the SSL.

I'm not sure what i have to do to make that work.

Any advice welcome.

Thanks,
Mickey
 
Back
Top