cancel
Showing results for 
Search instead for 
Did you mean: 

https redirects to http

Former Member
0 Kudos

Hi all,

I'm facing the following issue:

When I execute transaction soamanager, the application is first started via https in the browser, but in the browser it performs a redirect to http, and fails due to the fact that in the firewall the http port is not allowed. When changing the connection string in the web browser from http to https and belonging port number, the data is correctly displayed.

Below the output of http analyzer:

https://<fqdn>:8443/sap/public/myssocntl?sap-client=400

Redirect to http://<fqdn>:8000/sap/bc/webdynpro/sap/appl_soap_management?sap-language=EN

In transaction wsadmin2 the configuration for soamanager is configured for https on port 8443.

Table HTTPURLLOC is pointing to https protocol and port 8443.

When performing a test service from sicf, the correct URL (https) is being used.

Can someone explain where this redirect is coming from, and how to get rid from it?

Thanks in advance!

Kind regards,

Mark

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved the issue: In SE80 it is possible to provide additional parameters for this transaction. I entered https 8443. Now it is opening the soamanager via https.