SSL working on 192.168.0.10 not VHost

SSL working on 192.168.0.10 not VHost

am 16.03.2008 17:13:24 von Rich

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



SSLEngine on
ServerName domain.com
ServerAdmin
ErrorLog /var/log/ssl_error_log.log

SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:!
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



(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

Re: SSL not working

am 16.03.2008 21:12:21 von Rich

OK, scratch that. Now it ain't workin at all.

root# curl https://localhost/
curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol

Would it be a good idea to start over? Not really sure where to go
with this.

On Mar 16, 2008, at 12:13 PM, Rich wrote:

> 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.


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