I have a question about SSL setup on my Linux VPS.
I noticed that in the Apache configuration file (the default httpd.conf) there's only "Listen 80" directive, no "Listen 443". Also there's no mod_ssl loaded. However, I can do <VirtualHost *:443> and accessing them over https works (well, almost works - otherwise I wouldn't be bothering to ask
So, how does this happen? Is there a proxy somewhere?
I noticed that in the Apache configuration file (the default httpd.conf) there's only "Listen 80" directive, no "Listen 443". Also there's no mod_ssl loaded. However, I can do <VirtualHost *:443> and accessing them over https works (well, almost works - otherwise I wouldn't be bothering to ask
So, how does this happen? Is there a proxy somewhere?