Hello,

I got the SSL configuration not to work:

In my 000-default in /apache2/sites-enabled/:

 

NameVirtualHost *:80

<Virtual Host *:80>

                ServerName www.test2.de

.

</VirtualHost>

 

<Virtual Host *:80>

                ServerName www.test3.de

                .

</VirtualHost>

 

NameVirtualHost *:443

<VirtualHost *:443>

                ServerName www.test2.de

                [Certfile test2.de]

</VirtualHost>

 

<VirtualHost *:443>

                ServerName www.test3.de

                [Certfile test3.de]

</VirtualHost>

 

 

Every Domain has it own IP address.If I use https://www.test2.de everything
ok but if I use https://www.test3.de id said that the certificate is
invalid, is only valid for test2.de and www.test2.de

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to