cancel
Showing results for 
Search instead for 
Did you mean: 

No switch to HTTPS occurred in Web Dynpro ABAP application

a_heut
Participant
0 Kudos

We are building a Web Dynpro ABAP application and when I logon I get:

No switch to HTTPS occurred, so it is not secure to send a password

I want to suppress this message but I can only find a parameter that works for BSP applications (You can suppress the message using the property BspDontShowHttpsWarning. Goto SICF and locate your service, open node and choose tab error pages. At redirect URL add '&bspdontshowhttpswarning=X').

However, for Web dynpro this parameter does not work. Does somebody know if there is a parameter available for web dynpro ABAP applications to suppress this message?

kind regards

Angelique Heutinck

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Angeline

I asume that you are using a "Basic Authentication" method, if this is your case, you should configure the SICF service with the following parametters:

1) Go to SICF, /yourservice / double click

2) On the "Logon Data" tab, in the "Procedure" option choose "Alternative Logon Procedure".

3) On the same tab, at the "Logon procedure option", delete the SSO option, and change the Number of the another methods, raised the "Basic Authentication" to the first place.

4) Go to Error pages tab, flag "System logon", and after that click over Configuration, here check "Do no display warnings"

.

Hope this help you !

Former Member
0 Kudos

hello, not work any suggest?

Answers (1)

Answers (1)

a_heut
Participant
0 Kudos

I found it myself: via SICF display you can choose System Logon Configuration button for a service.

Former Member
0 Kudos

I tried the following:

At redirect URL add '&bspdontshowhttpswarning=X

Now it prompts me for password. Do you have any idea on how

I can get rid of the URL redirect

Thanks