Using the new "SSL Certificate Sensor BETA" sensor in version 15.3.19.3972, we're having trouble replacing the superseded "HTTP SSL Certificate Expiry sensor". I'm assuming the problem is the format of the SNI, as previously we could just use the URL (like https://kb.paessler.com).
Now, regardless of whether you use the full URL or just the domain in the "Virtual Host (SNI Domain)" field, the new "SSL Certificate Sensor BETA" is returning the following error:
Failed to establish secure connection [Step 0] Socket Error # 10054 Connection reset by peer. [Step 1] Socket Error # 10054 Connection reset by peer. [Step 2] Socket Error # 10054 Connection reset by peer. [Step 3] Socket Error # 10054 Connection reset by peer. [Step 4] Socket Error # 10054 Connection reset by peer.
The server we are querying has multiple SSL certificates, but each certificate is on its own IP address and therefore doesn't use SNI. Is this why the error is occuring, because we aren't using SNI?
Add comment