Show TOC Start of Content Area

Procedure documentation Configuring the Use of SSL on DTR  Locate the document in its SAP Library structure

Use

To secure the connection between Design Time Repository (DTR) and SAP NetWeaver Developer Studio you have to set up SSL for their connection.

Prerequisites

·        The AS Java on which the DTR resides is configured for using SSL. See Configuring the Use of SSL on the AS Java.

·        You work in the Developer Studio.

Procedure

For each DTR connection, you can specify whether you want communication to run with SSL. When you work with development configurations, the DTR connections are also defined in these configurations.

...

       1.      Open the Design Time Repository perspective’s Repository Browser.

       2.      In the context menu of the root node, choose Create Client.

A dialog box appears.

       3.      Specify the required information about the DTR connection.

In the DTR Server URL field, enter the URL of the repository to which you want to connect in the following format

https://<host>:<port>/dtr

Make sure that you use the protocol ID https and not http. This ID indicates an HTTP connection with SSL. For information about how to find out the port number for the SSL connections, see AS Java Ports.

       4.      Choose OK.

Result

Communications with this DTR are now encrypted. You can operate both secure and non-secure connections to different servers in parallel. The average access times may increase due to the encryption and decryption of data.

End of Content Area