cancel
Showing results for 
Search instead for 
Did you mean: 

Error using https

Former Member
0 Kudos

Hi,

I want to use secure sign on when I enter into SRM Enterprise buyer. The exact service is

http://<host>:<port>/sap/bc/gui/sap/its/bbpstart?sap-client=xxx

but an error message appears:

No switch to HTTPS occurred, so it is not secure to send a password SSO logon not possible; invalid host name for issuing cookie Choose "Logon" to continue A dialog box appears in which you can enter your user and password No switch to HTTPS occurred, so it is not secure to send a password

I don't have configured Single Sign On on any of my servers. Somebody told me to check and modify these parameters in the instance profile:

icm/server_port_2 PROT=HTTPS,PORT=443,TIMEOUT=60

icm/server_port_0 PROT=HTTP,PORT=80$$

sec/libsapsecu E:.dll

ssf/ssfapi_lib E:.dll

ssf/name SAPSECULIB

login/create_sso_ticket 2

login/accept_sso_ticket 1

But I still get the error

Is there a way to solve this issue?

Thanks in advance for any advice,

Eduardo.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I solved this problem myself. The firewall was messing with the HTTPS service and port. But thanks for your help!

BR

Eduardo

athavanraja
Active Contributor
0 Kudos

for SSO to work you should use fully qualified domain name.

instead of http://host:port use

http://host.domain.com:port

if you want to use https, check this weblog.

/people/gregor.wolf3/blog/2005/10/11/setup-https-ssl-for-the-sneak-preview-sap-netweaver-04-abap-edition-on-windows

(this is for the sneak preview version, but should work in your case as well)

Regards

Raja