<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all.<br>
<br>
I need to configure TCPMon+Stunnel to capture the request/response
message in the communication with a web services using https.<br>
So I download stunnel-4.56-installer.exe and install it.<br>
<br>
In TCPMon I put that it listen in port 7777 and redirect to port
1234.<br>
<br>
In Stunnel I put this configuration:<br>
client=yes<br>
verify=0<br>
[my-https]<br>
accept = 127.0.0.1:1234<br>
connect = webservices_server:443<br>
TIMEOUTclose = 0<br>
<br>
When i run the scenario I see this log:<br>
<br>
2013.09.30 16:12:57 LOG7[8612:6032]: Service [my-https] started<br>
2013.09.30 16:12:57 LOG5[8612:6032]: Service [my-https] accepted
connection from 127.0.0.1:51759<br>
2013.09.30 16:12:57 LOG7[8612:6032]: SSL state (accept):
before/accept initialization<br>
<b>2013.09.30 16:12:57 LOG3[8612:6032]: SSL_accept: 1407609C:
error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request</b><br>
2013.09.30 16:12:57 LOG5[8612:6032]: Connection reset: 0 byte(s)
sent to SSL, 0 byte(s) sent to socket<br>
2013.09.30 16:12:57 LOG7[8612:6032]: Local socket (FD=448) closed<br>
2013.09.30 16:12:57 LOG7[8612:6032]: Service [my-https] finished (0
left)<br>
<br>
Any idea about this error?<br>
<br>
Thanks.<br>
</body>
</html>