cancel
Showing results for 
Search instead for 
Did you mean: 

How to change default protocol and port?

Former Member
0 Kudos

Hi guys,

I need your help. Is it possible to ensure all URLs to be generated with HTTPS protocol and secured port?

For better understand: There are a lot of transactions that opens new browser window and launch some ABAP WebDynpro or BSP application. All URLs are generated with HTTP protocol and http port by default. I would need to change default protocol and default port. Now it's HTTP and 8000 and I need to set HTTPS and 1443.

Thanks in advance for any advice

Bertuccio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bertuccio,

Yuo would need to enable the https protocol by setting the Secure library/profile parameters.

Procedure is mentioned in detail in the help link:

http://help.sap.com/saphelp_nw70/helpdata/en/65/6a563cef658a06e10000000a11405a/content.htm

Here you could define the PROT as HTTPS and respective port number(default 1443).

In addition set the parameter login/ticket_only_by_https in the profile.

Hope it helps.

Regards,

Srikishan

Former Member
0 Kudos

Thank you, the parameter login/ticket_only_by_https looks good. I hope it will solve our problem. I'll try it and I'll send result.