<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09/30/2013 10:36 PM, Odays wrote:<br>
    </div>
    <blockquote cite="mid:5249E0EB.60200@infomed.sld.cu" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      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>
    </blockquote>
    <br>
    IMHO this error is impossible with the configuration file that you
    provided.<br>
    SSL_accept is never used with "client=yes".<br>
    <br>
    Mike<br>
  </body>
</html>