cancel
Showing results for 
Search instead for 
Did you mean: 

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

marcin_cholewczuk
Active Contributor
0 Kudos

Hello All,

I'm getting this and some other errors when I try to access any webdynpro in my system (Netweaver 7.2). Here is screenshot http://pokazywarka.pl/vaj15y-2/

Problem is that I have never configured https nor sso, but not so long ago everything was working fine. I had to do somewere a change in configuration, but I don't know were to look since I made quite a lot of them. In my ICM trace file I've no new warnings/errors after calling webdynpro. Also in RZ10 in profiles I don't see anything suspicious.

Any suggestions?

Best regards

Marcin Cholewczuk

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It seems that SSO was activated on your system and that you deactivated it.

Check profile parameters login/accept_sso2_ticket and login/create_sso2_ticket.

The most common configuration is :

login/create_sso2_ticket = 2 (create tickets without certificate)

login/accept_sso2_ticket = 1 (logon is permitted via saplogon ticket)

Regards,

Olivier

marcin_cholewczuk
Active Contributor
0 Kudos

Hi Oliver,

Thank you for suggestion. I've set these values in RZ11 and problem has changed. Now I'm getting login screen in a different form (pop up). I'm able to log in but then new error arise "Die URL enthält keine vollständige Domainangabe". My system full domain name is "crk-sap". I've found somewhere in forum that it helps to add dot at the end so I'm trying to run webdynpro with such path "http://crk-sap.:8000/sap/bc/webdynpro/sap/ztest?sap-client=100&sap-language=EN" (it's not too good visible but there is a dot after crk-sap). With that I've omitted this error, but site is loading for about 1 minute and after that stops, so I think that problem lies somewere else (I don't want to change this setting in ICM because it was working fine in past so this can't be an issue).

Maybe I should modify my question. What makes a difference between for example ping and webdynpros in ICF? Why for ping my domain crk-sap is ok but for webdynpro this is "keine vollständige Domainangabe"? I've tried to modify webdynpro node in ICF so that it looks like all other services but without visible success.

Any help is welcome.

BR

Marcin Cholewczuk

Former Member
0 Kudos

Hi Marcin,

For Abap Webdynpro and BSP, you need to use a FQDN (server.domain.country) in the URLs.

The difference with ping is the BSP or Webdynpro runtime.

It is also mandatory to have a FQDN to use properly SSO because SSO is based on cookies and cookies are valid for a domain.

Regards,

Olivier

marcin_cholewczuk
Active Contributor
0 Kudos

Hi Oliver,

I gave up on trying to go back to what was in the past and configured everything as it should be done. Additionaly I've increased ICM response time for http as was suggested somewhere in forum and all other errors like javascript errors or "nothing happening after login" error disappeared.

Once again thank you for your help.

Best regards

Marcin Cholewczuk

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Marcin,

    I also encountered the same problem with you, did you solve this problem now?

    Could you tell me how to solve this problem, thanks!

   

marcin_cholewczuk
Active Contributor
0 Kudos

Hi Shelley,

As far as I remember I did what was mentioned here. I've set these two params login/create_sso2_ticket and login/accept_sso2_ticket plus I've set FQDN. It was enough.

BR

Marcin Cholewczuk

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

This is just a warning which you get when you are not using HTTPS in applications that are using SSO. So, you can ignore it or configure https so that this warning does not occur.

Also, if you can share exact application scenario and where are you getting this error then might be we can suggest you something more.

Thanks

Sunny

marcin_cholewczuk
Active Contributor
0 Kudos

Hi,

Problem is that I can't ignore it, because I'm not able to log in (pressing anmelden do nothing). In the past when I run web dynpro from SE80 there was no login screen, now it is. I think that it is connected somehow with ICF because I'm able to run all other services normally (like ping). Problem arise only when I want to execute webdynpro.

One more thing. After choosing test in web dynpro application It looks like normal webdynpro site is being loaded, but a moment later IE title bar is changing to "Logon" and Login screen is started to be load (so some kind of check is being done in background) but this site is not loaded immediately - it takes more than 1 minute.

BR

Marcin Cholewczuk