This is a discussion on SSL working on 192.168.0.10 not VHost within the Modssl Users forums, part of the Web Server and Related Forums category; OK, so the list works. Just very quiet I suppose. I just went through some instructions to get my own ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
OK, so the list works. Just very quiet I suppose.
I just went through some instructions to get my own cert going. Well she's working, but only on the box as a local IP, and not the domain I wish to point it at. ssl.conf is being read by configtest. returns OK In ssl.conf I have: Listen 80 Listen 443 SSLRandomSeed startup builtin SSLRandomSeed connect builtin <VirtualHost domain.com:443> SSLEngine on ServerName domain.com ServerAdmin <my_email> ErrorLog /var/log/ssl_error_log.log SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:! EXP:!eNULL SSLCertificateFile /Users/me/Documents/certs/mydomain/newcert.pem SSLCertificateKeyFile /Users/me/Documents/certs/mydomain/ webserver.nopass.key SSLCACertificateFile /Users/me/Documents/certs/demoCA/cacert.pem SSLCARevocationPath /Users/me/Documents/certs/demoCA/crl </VirtualHost> (this has been modified for posting here) So she works as a local box, but not as a VHost. That made me look at the apache conf file for ssl, and I can't see any problem with it. Any ideas as to how I chase this up? Cheers Rich in Toronto __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org |
![]() |
| Thread Tools | |
| Display Modes | |
|
|