anyone ?<br><br><div><span class="gmail_quote">On 8/25/06, <b class="gmail_sendername">Jerry Yu</b> <<a href="mailto:jjj863@gmail.com">jjj863@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I need to monitor OpenVPN service on a remote server (OpenVPN is<br>already monitored as a PROC locally on that server)<br><br>OpenVPN is SSL-based, so, I made up a service entry as below. The test<br>is failing, got 'unexpected service response'm w/o any data. Because a
<br>shared HMAC secret is used for this OpenVPN server, a connection<br>attempt w/o the HMAC secret will not be able to get the certificate<br>(maybe this is why it fails?).<br><br>[openvpn]<br>expect "CONNECTED(00000003)"
<br>option ssl<br>port 12345<br><br>Here is a few manual sessions using openssl. I'd be happy to label the<br>service as 'up' if I get the CONNECTED(00000003) string. any ideas?<br><br>/etc/hobbit# openssl s_client -ssl3 -connect 
<a href="http://vip1.vip.com:12345">vip1.vip.com:12345</a><br>CONNECTED(00000003)<br>30739:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version<br>number:s3_pkt.c:286:<br>/etc/hobbit# openssl s_client -ssl2 -connect 
<a href="http://vip1.vip.com:12345">vip1.vip.com:12345</a><br>CONNECTED(00000003)<br>30742:error:1407F0E5:SSL routines:SSL2_WRITE:ssl handshake failure:s2_pkt.c:429:<br></blockquote></div><br>