Re: [users@httpd] mod_ssl and virtual host

2011-01-31 Thread bf...@free-man.net
I really appreciate your working this through with me. the NameVirtualHost xx.xx.xx.32:443 NameVirtualHost xx.xx.xx.34:443 only since there are multiple virtualhosts for each if I remove these I only show one virturalhost with :443 for xx.xx.xx.34 and xx.xx.xx.32 using httpd -t -D DUMP_VHOSTS.

Re: [users@httpd] mod_ssl and virtual host

2011-01-31 Thread Igor Galić
- bf...@free-man.net wrote: > httpd -t -D DUMP_VHOSTS > VirtualHost configuration: > xx.xx.xx.34:80is a NameVirtualHost > default server www.domain1.com > (/etc/httpd/conf/httpd.conf:1108) > port 80 namevhost www.domain1.com > (/etc/httpd/conf/httpd.conf:1108) >

Re: [users@httpd] mod_ssl and virtual host

2011-01-30 Thread bf...@free-man.net
http://www.digicert.com/help/ shows cert for domain1.net but non of the others this is what I used for configuration of the VirtualHost = BJ Freeman Strategic Power Office with Supplier Automation Specialty

Re: [users@httpd] mod_ssl and virtual host

2011-01-30 Thread bf...@free-man.net
httpd -t -D DUMP_VHOSTS VirtualHost configuration: xx.xx.xx.34:80is a NameVirtualHost default server www.domain1.com (/etc/httpd/conf/httpd.conf:1108) port 80 namevhost www.domain1.com (/etc/httpd/conf/httpd.conf:1108) port 80 namevhost ofbiz.domain1.com (/et

Re: [users@httpd] mod_ssl and virtual host

2011-01-30 Thread Igor Galić
- bf...@free-man.net wrote: > got most everything working. > if have three ips > NameVirtualHost xx.xx.xx.32:80 > NameVirtualHost xx.xx.xx.32:443 > > NameVirtualHost xx.xx.xx.34:80 > NameVirtualHost xx.xx.xx.34:443 > > I have a domain that had ssl in the original > NameVirtualHost(xx.xx.xx

Re: [users@httpd] mod_ssl and virtual host

2011-01-30 Thread bf...@free-man.net
got most everything working. if have three ips NameVirtualHost xx.xx.xx.32:80 NameVirtualHost xx.xx.xx.32:443 NameVirtualHost xx.xx.xx.34:80 NameVirtualHost xx.xx.xx.34:443 I have a domain that had ssl in the original NameVirtualHost(xx.xx.xx.32) it works great this operates off the default ss

Re: [users@httpd] mod_ssl and virtual host

2011-01-28 Thread bf...@free-man.net
thanks will see what I can do to make something work. = BJ Freeman Strategic Power Office with Supplier Automation Specialtymarket.com Systems Integrator-- Glad to Assist

Re: [users@httpd] mod_ssl and virtual host

2011-01-28 Thread Igor Galić
- "Martin Kuba" wrote: > Dne 28.1.2011 02:51, bf...@free-man.net napsal(a): > > The certificate is not trusted because it is self-signed. > > The certificate is only valid for free-man.net > > > > what am I doing wrong? > > You can not use name-based virtual hosts for SSL if your Apache is

Re: [users@httpd] mod_ssl and virtual host

2011-01-27 Thread Martin Kuba
Dne 28.1.2011 02:51, bf...@free-man.net napsal(a): The certificate is not trusted because it is self-signed. The certificate is only valid for free-man.net what am I doing wrong? You can not use name-based virtual hosts for SSL if your Apache is older than 2.2.12 or your OpenSSL does not supp

[users@httpd] mod_ssl and virtual host

2011-01-27 Thread bf...@free-man.net
Apache version 2.2.3 CentOS Linux 5.5 /etc/httpd/conf.d/ssl.config changes # #SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateFile /etc/pki/tls/certs/free-man-net.crt #SSLCertificateKeyFile /etc/pki/tls/private/localhost.key SSLCertificateKeyFile /etc/pki/tls/private/free-mman-