Hey everyone,
I spawned a AzureVM according
Azure Scan Engines | InsightVM Documentation (rapid7.com)
and want to use the Standard Console to Engine sync.
https://docs.rapid7.com/insightvm/scan-engine-communication-methods#standard-console-to-engine
Does someone have an idea, why I’m getting this error?
2022-05-04T11:51:10 [INFO] [Thread: NSEManager] Accepted console connection from XX.XX.XX.XX:60048->YY.YY.YY.YY:40814
2022-05-04T11:51:10 [INFO] [Thread: NSC @ XX.XX.XX.XX:60048->YY.YY.YY.YY:40814] Console connection XX.XX.XX.XX:60048 encrypted using NONE with SSL_NULL_WITH_NULL_NULL
2022-05-04T11:51:10 [WARN] [Thread: NSC @ XX.XX.XX.XX:60048->YY.YY.YY.YY:40814] Failure while communicating with the console XX.XX.XX.XX:60048.
java.lang.RuntimeException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.rapid7.net.SSLSocket.getRemoteCertificate(Unknown Source) ~[r7shared.jar:na]
at com.rapid7.nexpose.nse.NSEManager$NSEConnection.initConnection(Unknown Source) [nse.jar:na]
at com.rapid7.nexpose.nse.NSEManager$NSEConnection.run(Unknown Source) [nse.jar:na]
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at sun.security.ssl.SSLSessionImpl.getPeerCertificateChain(SSLSessionImpl.java:496) ~[na:1.8.0_252]
… 3 common frames omitted
After the failed sync, also no console.xml is created at the AzureUbuntuRapid7VM.
Greetings