Hi Pieter,<br><br>Sorry for the delay in my reply I've been away for a few days. However, I'm not using STunnel on a Windows System so I'm going to advise as best I can but also please also note that I'm new to STunnel too but learning fast ;)<br>
<br>The thing that I would try first would be to edit your stunnel.conf file to the following:<br><br>==============================================<br><div bgcolor="#ffffff"># GLOBAL OPTIONS<br>
 <br>
client = yes<br>
output = stunnel-log.txt<br>
debug = 7<br>fips = no<br>options = NO_SSLv2<br>options = NO_SSLv3<br>
<br>
# SERVICE-LEVEL OPTIONS<br>
 <br>
[SMTP Gmail]<br>
 accept = <a href="http://192.168.3.11:465/" target="_blank">192.168.3.11:465</a><br>
 connect = <a href="http://smtp.gmail.com:465/" target="_blank">smtp.gmail.com:465</a></div>==============================================<br><br>If you then try this and if it still does not work send us the debug info from the stunnel-log.txt file. I'm guessing though that there is some issue with the SSLv3 certificate between you and Google.<br>
<br><br>~Yours,<br>Scott<br><br><br><div class="gmail_quote">On 2 April 2012 22:39, Verberne, Pieter <span dir="ltr"><<a href="mailto:pab.verberne@gmail.com">pab.verberne@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>


  

<div bgcolor="#ffffff" text="#000000">
Hi Scott,<br>
<br>
Thank you for your reply.<br>
<br>
I'm afraid that this thing is becoming too difficult for me, but
nevertheless I do want to pursue the issue and I do appreciate your
help.<br>
<br>
First things first. When running 'stunnel -version' from the command
line with the config file below, the one that works for Gmail I get
this:<br>
<br>
stunnel.conf:<br>
==============================================<br>
# GLOBAL OPTIONS<br>
 <br>
client = yes<br>
output = stunnel-log.txt<br>
debug = 0<br>
<br>
# SERVICE-LEVEL OPTIONS<br>
 <br>
[SMTP Gmail]<br>
 accept = <a href="http://192.168.3.11:465" target="_blank">192.168.3.11:465</a><br>
 connect = <a href="http://smtp.gmail.com:465" target="_blank">smtp.gmail.com:465</a><br>
<br>
The result  from running 'stunnel -version':<br>
==============================================<br>
stunnel 4.53 on x86-pc-mingw32-gnu platform<br>
Compiled/running with OpenSSL 0.9.8s-fips 4 Jan 2012<br>
Threading:WIN32 SSL:+ENGINE+OCSP+FIPS Auth:none Sockets:SELECT+IPv6<br>
 <br>
Global options:<br>
debug           = notice<br>
RNDbytes        = 64<br>
RNDoverwrite    = yes<br>
taskbar         = yes<br>
 <br>
Service-level options:<br>
ciphers         = FIPS (with "fips = yes")<br>
ciphers         = ALL:!SSLv2:!aNULL:!EXP:!LOW:-MEDIUM:RC4:+HIGH (with
"fips = no")<br>
curve           = prime256v1<br>
session         = 300 seconds<br>
sslVersion      = TLSv1 (with "fips = yes")<br>
sslVersion      = TLSv1 for client, all for server (with "fips = no")<br>
stack           = 65536 bytes<br>
TIMEOUTbusy     = 300 seconds<br>
TIMEOUTclose    = 60 seconds<br>
TIMEOUTconnect  = 10 seconds<br>
TIMEOUTidle     = 43200 seconds<br>
verify          = none<br>
<br>
Server is down<br>
==============================================<br>
And then this error message<br>
<br>
<img alt="" src="cid:part1.02090506.02070905@gmail.com" height="189" width="343"><br>
<br>
This beats me because I can send emails with blat and stunnel this way
to the gmail server end receive the message within seconds.<br>
When checking with msconfig.exe de stunnel service is up and running.<br>
<br>
The error message is clear: my stunnel.conf is invalid! Is it?<br>
Can you suggest what to change in stunnel.conf?<br>
If that corrects the problem I can then again try with Ziggo.<br>
<br>
I did try all sorts of configurations based on information found on the
internet<br>
<br>
Many thanks for your help en best regards,<br>
<br>
Pieter<br>
<br>
<br>
<br>
Scott McKeown schreef, op 2-4-2012 12:11:
<div><div class="h5"><blockquote type="cite">Hi Pieter,<br>
  <br>
What does stunnel -version show under the 'ciphers' section?<br>
  <br>
Also have you tried this with the 'options = NO_SSLv3' commented out?<br>
  <br>
  <br>
~Scott<br>
</blockquote>
<br>
<br>
</div></div></div>

</blockquote></div><br>