cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring SSL in SAPWEBDISPATCHER

former_member4958
Participant
0 Kudos

Hi experts,

We configured here the SAP Webdispatcher do run in SSL. We follow this instruction:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/39/09a63d7af20450e10000000a114084/content.htm

But now when we tries to access the https://servername.domain:https_port/sap/admin/public/default.html show us this message:

403 forbidden (wrong port)

In dev_webdisp log appear:

[Thr 1129187648] *** ERROR => IcmConnInitServerSSL: SapSSLSessionStart returned (-25): SSSLERR_NO_SSL_REQUEST [icxxconn_mt. 1689]

Have you any idear what should we do to solve this issue?

Thanks

Marcos.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Marcos,

These two things are probably not related.

You get the "403 forbidden" because you limited the admin port with the PORT argument of the icm/HTTP/admin_0 parameter.

And the SSSLERR_NO_SSL_REQUEST usually indicates that somebody sent a HTTP request to the HTTPS port, e.g. http://host:443/...

Best regards,

Tobias

former_member4958
Participant
0 Kudos

Thanks Tobias.

We made some changes and now it is working fine.

Thanks

Marcos.

Former Member
0 Kudos

Hi Marcos,

could you share the changes you made to work .

thanks,

Venkat

fabianlarav
Explorer
0 Kudos

What he probably changed was this line in the web dispatcher profile:

icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=443

It is important to just mark one port, in this example 443 (the standard SSL port for HTTP)

Best Regards,