cancel
Showing results for 
Search instead for 
Did you mean: 

Web dispatcher with SSL

Former Member
0 Kudos

Hi,

We have EP 6.0 SP16 paltform on win2003/oracle.

We configured SSL, so we connect using https protocol.

We have two application servers for our portal platform.

For load balancing we use SAP Web Dispatcher.

we didn't configure SSL for the host where Web dispatcher resides. So we want web dispather to convert http requests to https.

For this purpose we used parameters

icm/server_port_0 = PROT=HTTP, PORT=8003

wdisp/ssl_encrypt = 2

as said in

http://help.sap.com/saphelp_nw04/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/frameset.htm

we get error:

Detail: no valid destination server available for '!ALL' rc=7

How can we solve this error ?

Best regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

sorry to reply with a question, can anyone help me. I want to create loadbalancing on webdipatcher/servers. how can i do this.

Former Member
0 Kudos

Hello,

Thanks for your response. The steps you mentioned are done in our portal servers. Is it necessary to perform them on Web dispatcher host?

We don't need to connect web dispatcher using SSL. What we need is web dispatcher should connect our application servers using SSL.

Regards

Former Member
0 Kudos

Hello ..,

By defining wdisp/ssl_encrypt = 2 in your pfl file is not enough. I'm assuming you ahve missed the following steps:-

1. Install the SAP Cryptographic Library on the SAP Web Dispatcher.

2. Set the profile parameters.

3. Create the SAP Web Dispatcher’s PSE(s) and certificate request(s).

4. Send the certificate request(s) to a CA to be signed.

5. Import the certificate request response(s) into the PSE.

6. Create credentials for the SAP Web Dispatcher.

7. Restart the SAP Web Dispatcher.

8. Test the connection.

You need to perform all the above mentioned steps for the SSL. Please refer this link:-

http://help.sap.com/saphelp_nw04/helpdata/en/39/09a63d7af20450e10000000a114084/frameset.htm

Regards

Vaib