William A. Rowe, Jr. wrote:
Bill Angus wrote:
I'm having a little trouble with setting up a secure server on windows
with openssl and Apache2 + Mod_SSL.
The config I am attempting to use for the secure directory is as below.
listen 443
...
<VirtualHost *:443>
Why *:443? stop and consider - them's named virtual host fighting words, and
you aren't (shouldn't be using) named ssl hosts (unless you have a couple weeks
to spare to understand exactly what you are doing).
Actually if you attempted this, you would need a corresponding NamedVirtualHost
directive for port 443, and you want to review this page;
http://wiki.cacert.org/wiki/VhostTaskForce
Sorry I forgot to throw in the link in my earlier reply.
Bill
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]