> Listen 10.137.1.104:9901
> <VirtualHost 10.137.1.104:9901>
> SSLEngine on
> SSLCertificateFile /etc/apache2/conf/www.aaa.at.crt
> SSLCertificateKeyFile /etc/apache2/conf/www.aaa.at.key
> Include conf/www.aaa.misc
> </VirtualHost>
>
> Listen 10.137.1.104:9902
> <VirtualHost 10.137.1.104:9902>
> SSLEngine on
> SSLCertificateFile /etc/apache2/conf/www.aaa.de.crt
> SSLCertificateKeyFile /etc/apache2/conf/www.aaa.de.key
> Include conf/www.aaa.misc
> </VirtualHost>
>
> Listen 10.137.1.104:9903
> NameVirtualHost 10.137.1.104:9903
> <VirtualHost 10.137.1.104:9903>
> Include conf/www.aaa.misc
> </VirtualHost>

>  openssl s_client -connect 10.137.1.104:9902

> The certificate www.aaa.at was selected.

Certainly looks bogus, fwd'ed to dev@ list


--
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to