Please follow this steps to Fix Error Login SAP Business One with warning message security certificate.
This error because after your PC run security update from Windows. It blocked some SAP connection certificate and ports to SAP Server.
Fix Steps :
Workaround to SAP version 9.1
- Check the config.xml file (C:Program Files (x86)SAPSAP Business One ServerB1_SHRConfig) and ensure the License server port is correct, such as 30000.
- Back up the server.xml file (C:Program Files (x86)SAPSAP Business One ServerToolsSystem Landscape Directorytomcatconf).
On Linux the server.xml file can be found in the following location:
/usr/sap/SAPBusinessOne/Common/tomcat/conf - Open server.xml in conf
- Find the element in this xml.
- Change the attribute sslEnabledProtocols value to TLSv1,TLSv1.1,TLSv1.2 (green box on picture below)
- Add a new attribute (blue box on picture below) :
ciphers="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_GCM_SHA256,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_RSA_WITH_AES_256_GCM_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA256,TLS_DHE_RSA_WITH_AES_256_CBC_SHA384,TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA384,TLS_RSA_WITH_AES_128_GCM_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA384,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_GCM_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA384,TLS_RSA_WITH_AES_256_CBC_SHA"
- After updating the xml file, restart the SLD service.
- Log on to SAP Business One
Workaround to SAP versi 9.2 & 9.3
- Check the config.xml (C:Program Files (x86)SAPSAP Business One ServerB1_SHRConfig) and ensure the License server port is correct, such as 40000
- Back up the server.xml file (C:Program Files (x86)SAPSAP Business One ServerToolsCommontomcatconf).
On Linux the server.xml file can be found in the following location:
/usr/sap/SAPBusinessOne/Common/tomcat/conf - Open server.xml in conf
- Find the element in this xml
- Find ciphers and remove all ciphers starting with TLS_DHE_RSA_WITH_AES:
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
TLS_DHE_RSA_WITH_AES_128_GCM_SHA384
TLS_DHE_RSA_WITH_AES_128_GCM_SHA
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
TLS_DHE_RSA_WITH_AES_128_CBC_SHA384
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
TLS_DHE_RSA_WITH_AES_256_GCM_SHA256
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
TLS_DHE_RSA_WITH_AES_256_GCM_SHA
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
TLS_DHE_RSA_WITH_AES_256_CBC_SHA384
TLS_DHE_RSA_WITH_AES_256_CBC_SHA - After updating the xml file, restart the SLD service
- Log on to SAP Business One or try the installation of SAP Business One Server again
Copyright © PT Sterling Tulus Cemerlang – 2016
Also read: