Please follow the steps mentioned below to enable 3rd party SSL in NetFlow Plug-In
Note: This has to be followed once OpManager is enabled with SSL and working with 3rd party SSL.
1.Stop the OpManager service
2.Open command as Administrator
3.Navigate to OpManager_Home/NetFlow/bin and execute sslGen.bat -f enable and wait until it completes
4.Copy the opmanager.truststore from <OpManager\conf>to <OpManager>\NetFlow\conf\
5.Edit Server.xml under <OpManager\NetFlow\conf> as mentioned below:
Search for :
<Connector URIEncoding="UTF-8" sslProtocol="TLS" secure="true" scheme="https" protocol="HTTP/1.1" noCompressionUserAgents="gozilla, traviata" minSpareThreads="25" maxThreads="150" maxSpareThreads="75" keystorePass="netflow" keystoreFile="./conf/NFATrans.key" enableLookups="false" disableUploadTimeout="true" connectionTimeout="20000" compressionMinSize="1024" compression="force" compressableMimeType="text/html,text/xml" clientAuth="false" address="0.0.0.0" acceptCount="100" SSLEnabled="true" port="5050"/>
and change
keystorePass="<password given for opmanager.truststore>"
KeystorFile="./conf/opmanager.truststore"
6. Save the file, and restart the OpManager service and check on the issue.