Configuring HTTPS

Hy,

I,ve tried to configure SSL for my webserver.

  1. Created Server Key Ring and Certificate

  2. Filled in Key Ring File Name, Key Ring Password, Key Size (1024), CA Certificate Label, Common Name, State or Province and Country

  3. Created Server Key Ring

  4. Typed in Password for the internal CA

THEN I GET AN ERROR “TYPE MISSMATCH” BUT THE FILES ARE CREATED.

  1. Keyring-File (.kyr) and Stash-File (.sth)

are now in my notes-data directory

  1. copied these two files to the data directory of the server

  2. Ports - Internet Ports - SSL key file Name → entered .kyr-File name, and enabled SSL for HTTP (name & password = yes)

If I restart the httptask and try to access an database via SSL i get the following error in the domino console:

19.02.2003 16:06:06 HTTP Server: SSL handshake failure, IP address [192.168.20

3.8], Keyring [LLBSRV.kyr], [SSL Error: No local certificate], code [4162]

Any ideas?

Thanks,

Martin

Subject: Configuring HTTPS

MartinThis error can occur if the “Certificate Server DNS name” field does not contain a fully qualified host name. To verify or change this value, do the following:

Open the Certificate Authority database using the Domino Administrator client.

Click Configure Certificate Authority Profile.

Verify the entry in the Certificate Server DNS name field.

Recreate the server keyring files and copy the .kyr and .sth files to the server.

Restart the web server

RM

SSL

Subject: RE: Configuring HTTPS

I’ve completed the same steps and my http works but I don’t get any response from IE with https and an error message from Mozilla that the connection has been disconnected but some data may have been transfered.

Anyone ran into this issue?