Guys,
I've just solved the problem.
As I said b4, I don't care about a message stating "SSL-cert is not
valid" since it's just a test-server.
The problem was the ServerName-directive:
Now I've changed my vhost-definition to
<VirtualHost *:80>
ServerAlias test-clue
....
</VirtualHost>
<VirtualHost *:443>
ServerAlias test-clue
....
</VirtualHost>
This means I did not state any ServerName-directive but used
ServerAlias instead, and everything runs like charm :)
Thanks anyways!
Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]