Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
aneeth_gajapathi
Explorer
0 Kudos
3,960
SAProuter is an SAP program that acts as an intermediate station (proxy) in a network connection between SAP systems, or between SAP systems and external networks.

This document explains the procedure to install SAProuter with additional security.

Below is the brief explanation of the installation I did:

  1. A new VM was built on the DMZ.

  2. Registered that VM’s details with SAP using the “Remote connection data sheet” in Note 28976.

  3. Downloaded latest version of SAProuter software and Crypto Library.

  4. Installed SAProuter as a service as per Note 525751.

  5. Created saproutab file with SNC settings.

  6. Opened Firewall ports.

  7. Generated PSE file using the link https://launchpad.support.sap.com/#/saproutercertificate

  8. Ran sapgenpse command using that PSE file

  9. Made additional security changes as explained below.


Most functions of CommonCryptoLib are directly controlled by the application but there are additional parameters (mainly for SNC) which are determined by configuration. That configuration can be defined in a Configuration file. CommonCryptoLib gets the name of its Configuration file from the environment variable CCL_PROFILE.

Follow the steps in Note 2338952

  1. Create a new Configuration file.

  2. Add the below entries in that file:

    1. ccl/snc/client_cipher_suites = HIGH

    2. ccl/snc/server_cipher_suites = HIGH



  3. Set a new environment variable CCL_PROFILE to the path of that configuration file.

  4. Restart SAProuter service.


Once the above settings are in place, the SNC connection will only use HIGH ciphers.

Tip:

The below two parameters can also be added to the file and when required, the trace level can be increased and additional traces obtained.

  • ccl/trace/directory = C:\usr\sap\SAPRouter\SAPRouter_Trace

  • ccl/trace/level = 2


 

Thanks

Aneeth Gajapathi
Labels in this area