General SSL Engine Problems
General SSL Engine problems usually occur when a certificate hasn't been imported into the JVM running StreamWeaver. Example error message:
Step-by-step guide
Resolution
- Import the SSL certificate into the StreamWeaver keystore
- Linux
- If the certificate is in /tmp/cert.crt
- /opt/HP/opsa/jdk/bin/keytool -import -trustcacerts -alias "CN=abc, DC=123, DC=xyz" -keystore /etc/pki/java/cacerts -file /tmp/cert.crt -storepass changeit
- Restart OpStream: service opstream restart
- If the certificate is in /tmp/cert.crt
- Windows
- If the certificate is in C:\Users\Administrator\Downloads\cert.crt
- C:\Program Files\Java\jre1.8.0_151\bin\keytool.exe -import -storepass changeit -alias "CN=abc, DC=123, DC=xyz" -file C:\Users\Administrator\Downloads\cert.crt -keystore "C:\Program Files\Java\jre1.8.0_151\lib\security\cacerts" -trustcacerts
- Restart the opstream service
- If the certificate is in C:\Users\Administrator\Downloads\cert.crt
- Linux
Related articles
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
-
Browse and Dump Kafka TopicsTip: For faster searching, add an asterisk to the end of your partial query. Example: cert*