on 2021 Sep 06 5:05 PM
Hi Experts,
I am facing the java.io.IOException: java.net.SocketException: Connection reset error in production. scenario is Proxy to Rest (synchronous). We have reimported the SSL certificates in Production system. After importing we are facing this error. Please help on this.
regards,
nagaraju
Request clarification before answering.
Hi Nagaraju,
Please check if the TLS version or cipher suits are changed from the service, Please refer the below SAP notes
note 2295870 - TLSv1.2 support in REST adapter
note 2284059 - Update of SSL library within NW Java server
regards,
Harish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nagaraju,
Please check if the IP is changed from the target server. You can also ask the basis team to perform the check (Curl request) from the server to the target.
regards,
Harish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Harish,
Issue resolved. My Basis person resolved the issue. These are the steps implemented.
Create a SSLContext.porperties files with reference to the note 2569156 - How to create, modify and validate SSLContext.properties file
Create a folder /tmp/SSLCONTEXT and place the file "SSLContext.properties".
Add the parameter in Additional VM Parameters parameter name: -Diaik.security.ssl.configFile value: file:/tmp/SSLCONTEXT/SSLContext.properties.
Change the parameter "crypto.policy = unlimited policy" in java.security p
path : /sapmnt/UEP/exe/jvm/linuxx86_64/sapjvm_8.1.075/sapjvm_8/jre/lib/security
Reference note: 2881916 - Unable to encrypt SSL message: java.security.InvalidKeyException: Illegal key size
Restart the SAP PO.
Below are the Sap Note Reference:
2881916 - Unable to encrypt SSL message: java.security.InvalidKeyException: Illegal key size.
3007243 - Error retrieving certificates after changing SSLContext.properties file
2708581 - ECC Support for Outbound Connections in SAP NW AS Java
2284059 - Update of SSL library within NW Java server
Thanks Harish for given valuable information to us.
Thank you Metin for your response.
Regards,
nagaraju
Hi Nagaraju,
Do you have the XPI inspector logs for this? it will provide more inside on which stage it is failing.
also please check if as part of SSL renewal the server IP is changed and required any update on the firewall.
regards,
Harish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think it is a network problem.They should give access for the service from firewall.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.