Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transform port 50000 in https

Former Member
0 Kudos

Hello,

In order to gain time and avoid time-consuming networking configuration, we would like to configure the http port 50000 of our SAP J2EE Netweaver 7.0 into https port 50000 (and not 50001 as it is by default).

With the Visual Admin, in the dispatcher section, under the SSL Provider service, I don't see how I could add a new socket with port 50000 so that I would be able to change in HTTP Provider service (Port:50000,Type:http) into (Port:50000,Type:ssl).

Is changing the scheme of a port possible after installation? If yes, what would be the procedure?

Meanwhile, I have configured proxy mapping as follows:

50001=(Host:mycompany.com,Port:443,Scheme:https,Override:true)

thinking that it would help but nothing is changed.

Tanguy Mezzano

2 REPLIES 2

Former Member
0 Kudos

I don't think it is possible. It is better to put a Web dispatcher or apache reverse proxy in front of Netweaver (listening on port 443) and have them forward all requests to 50001.

0 Kudos

Hi Sietze,

Meanwhile, I have succeeded.

I have modified with VA in Dispatcher->HTTP Provider->Ports and set port 50000 with type ssl.

I found then an active socket in SSL Provider for port 50000.

Regards,

Tanguy