cancel
Showing results for 
Search instead for 
Did you mean: 

message server set up for ssl / https

Former Member
0 Kudos

Hi -

I have webdispatcher running in our DMZ configured to pass all SSL traffic to our back-end enterprise portal installation. web dispatcher and the EP message server work fine when passing straight http requests, but when I pass an https request via webdispatcher i receive an "unkown page" message back from my IE / Firefox browser.

I think all of my settings are correct in my webdispatcher profile for ssl:

rdisp/mshost = hostname.division.mycompany.com

ms/http_port = xxxx (http)

ms/https_port = xxyy (https)

-


I have valid certificate set up on my back end portal server and can access the portal via https directly via https (ie. https://portaladdress:50001/irj/portal)

-


I have configured the message server profile (WebAS 640 Java only) as follows:

ms/server_port_0 = PROT=HTTP, PORT=xxxx (for http)

ms/server_port_1 = PROT=HTTPS, PORT=xxyy (for https)

--

However, when I restart my portal instance, the message server does not come up listening on port xxyy (https). It does, however, establish a connection to port xxxx (http).

What am I doing wrong? Am I correct in assuming that an https port (xxyy) should be viewable from netstat command? Any assistance is greatly appreciated!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

have you seen <a href="http://help.sap.com/saphelp_nw04/helpdata/en/21/2cb120ce624664b97196ba7ea66d2e/frameset.htm">this</a> page for more information on parameters to be configured?