cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Client Certificate Authentication

Former Member
0 Kudos

Hi all,

I've configured my WebAS to work via SSL and the https connection works properly (https://<host>:56001).

When I try to change the Client Authentication options (the Client Authentication tab for SSLProvider service in VisualAdministrator) from "Do not request client certificate" to "Request client certificate" - the URL, which was correct for the previous setting, now returns

page with "Cannot dsiplay page" message.

This error occurs only when I try to get to my web serwer from workstation. When I launch browser on server it works ok.

From workstation I can successfully connect to the webserver when option "Do not request client certificate" is set on server.

Any suggestions?

Marcin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Is that your "client certificate" means client parameter?

try add "?sap-client=<your client>"after your URL.

it works in BSP.

it is just Guess,try it.

Former Member
0 Kudos

1) maybe add this line in your workstation host file will work:"<yourserverIP> <your server name>"

2) make sure your browse on your workstation support SSL

wish these suggestions help.

Regards

Former Member
0 Kudos

Hi,

Of course, such basic settings are done. Host name is known on workstation - I can connect to Web AS via http.

Also SSL is supported on workstation browser - connection via https works, but only for the option "Do not request client certificate" on server.

Regards,

Marcin