cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service - Configuration SSL

Former Member
0 Kudos

Hi all,

we have configured our web application server ABAP with SSL.

My web dynpro application with some web services are running via https successfully.

Now i want to switch the configuration (from my web service transaction WSCONFIG -> Logon data) from Standard to SSL. Then my web services is running into an error.

I have configured standard logon procedure with user and password.

Any ideas?

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you please elaborate more what exactly is required and what have you done already?

Regards,

Piyush

Former Member
0 Kudos

Hi,

Perform the following to create and maintain the SSL server PSE:

Create the SSL server PSEs.

Generate a certificate request for each SSL server PSE.

Send the certificate requests to a CA to be signed.

Import the certificate request responses into the server's SSL server PSEs.

Maintain the SSL server PSE's certificate list.

Creating the SSL Client PSEs Perform the following to create and maintain the SSL client PSEs:

Repeat the procedure for the standard SSL client PSE.

If you want the application server to be able to use the anonymous identity to communicate with other Web servers, then repeat the procedure for the anonymous SSL client PSE.

If you want the application server to be able to use individual identities to communicate with other Web servers using SSL, then create individual SSL client PSEs.

Defining Which SSL Client PSE to Use

In transaction SM59, you define the HTTP destinations for the SAP Web Application Server. In these destinations, you can specify whether SSL should be used for the connection and which SSL client PSE the server should use. See Specifying that a Connection Should Use SSL.

Restart the ICManager to make sure that any changes take effect.

The application is running under SSL but not the web service.....

Any ideas?

regards

Former Member
0 Kudos

Hello,

I am not sure but have a look to the transaction SICF, search your webservice under /sap/bc/srt/rfc and double-click on it.

On the tab Logon-Data you can activate SLL?!? Perhaps is the the solution ?!?

EDIT: Sorry, that's the same you have already tried.

Regards

Thomas

Edited by: Thomas Mader on Jan 9, 2008 12:38 PM