Hello Mark,
thank you for response!
I had taked the same description by Darren Duke and mod the gsk5-version of ikeyman on a 32bit win7 machine. I have no idea why this doesn't work with the ikeyman, which comes out with the ihs server on the domino machine...
The pdf is very interesting. I have made some test with this manual, but after all i get the same message from my server. My current settings are:
# To enable ssl, uncomment and add/change the
# appropiate directives
Listen 0.0.0.0:443
## IPv6 support:
#Listen [::]:443
<VirtualHost 192.168.1.34:443>
ServerName www.myserver.com
SSLServerCert myservernameinthekeydatabase
SSLEnable
#SSLClientAuth optional
SSLProtocolDisable SSLv2
SSLProtocolDisable SSLv3
#Enable debug for ssl default ssl port
#LogLevel debug
</VirtualHost>
KeyFile C:/KeyDatabase/key.kdb
SSLDisable
# End of example SSL configuration
It works even if i take the correct IP adress (only one is installed) or if i set this to "*". The server response is - encrypted with tls 1.2 - this:
Http Status Code: 500
Reason: HTTP Server: No matching Web Site, unable to process request
Has anybody any idea, how i can match the domain between the ihs and domino? Are there any switches in the domino directory to set? Thanks!
UPDATE 10:50 CET+1: I got it! And the solution was "load updall names.nsf" / "restart server" ... Grrr ... so what ... the main thing is, that is works :-)