Stunnel Time out Error
"Sedick Cloete" <[email protected]>
| Newsgroups | gmane.network.stunnel.user |
|---|---|
| Message-ID | <[email protected]> |
HI All,
We recently moved our email server from an in-house server to Office 365.
We are now in the process of replacing all our XP boxes with Windows 10.
One of the boxes are running the email service which collects emails from
Office 365, that we have just recently upgraded. This process works on the
XP but times out on windows 10.
Attached, is the time out the log file.
Below is the code I am using: Basic program code
* variables
ChannelNo = 0
Pop3Server =
'outlook.office365.com'
Pop3User = UserName
Pop3Pass = Password
Pop3Port = '995'
ProxYServer =
'127.0.0.1'
ProxyPort = '110'
ProxyDir =
'C:\see4OI\SSL\'
ProxyExe =
'stunnel.exe'
ProxyCert =
'stunnel.pem'
* retreives mail in MIME format
Gosub GET_EMAILS
return Mail_Rec
*
----------------------------------------------------------------------------
-------------
GET_EMAILS:
* close previous session If it wasnt closed properly
Code = seeClose(ChannelNo)
Code = seeRelease()
* attach key code
Code = seeAttach(1, KeyCode)
if Code < 0 then
RetFlag = 1
return
end
* start stunnel
Code = seeSetProxySSL(0, 1, ProxyDir, ProxyCert, ProxyExe)
If Code < 0 Then
RETURN
end
* connect to email server
Code = seePop3ConnectSSL(ChannelNo, ProxyPort, Pop3Port,
Pop3Server, Pop3User, Pop3Pass, ProxyServer)
If Code < 0 Then
RETURN
End
Your assistance in this regard will be highly appreciated.
Thank you.
Kind Regards,
Logicore
SEDICK CLOETE
IT Business Consultant
Cell: 083 228 7058
Fax: 086 515 9695
email: [email protected]
If you are not the intended recipient of this communication, please notify
the sender immediately. The information and/or attachment contained in this
email is confidential and may contain proprietary and/or personal
information. It is meant solely for the intended recipient. Access to this
email by anyone else is unauthorised. If you are not the intended recipient,
any processing of the email or the information contained therein (including
disclosure, copying, distribution, storage) or any action taken or omitted
in reliance on this, is prohibited and may be unlawful.
_______________________________________________
stunnel-users mailing list
[email protected]
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
image002.jpg
(image/jpeg, 4.4 KB) - not displayed
Stunnel Errors.txt
(text/plain, 1.9 KB)
2018.05.07 11:00:09 LOG5[main]: stunnel 5.35 on x86-pc-msvc-1500 platform 2018.05.07 11:00:09 LOG5[main]: Compiled/running with OpenSSL 1.0.2h-fips 3 May 2016 2018.05.07 11:00:09 LOG5[main]: Threading:WIN32 Sockets:SELECT,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI 2018.05.07 11:00:09 LOG5[main]: Reading configuration from file C:\see4OI\SSL\Pop3Config(0).txt 2018.05.07 11:00:09 LOG5[main]: UTF-8 byte order mark not detected 2018.05.07 11:00:09 LOG5[main]: FIPS mode disabled 2018.05.07 11:00:12 LOG4[main]: Service [spop3] needs authentication to prevent MITM attacks 2018.05.07 11:00:12 LOG5[main]: Configuration successful 2018.05.07 11:00:13 LOG5[0]: Service [spop3] accepted connection from 127.0.0.1:58468 2018.05.07 11:00:23 LOG3[0]: s_connect: s_poll_wait 40.101.51.194:995: TIMEOUTconnect exceeded 2018.05.07 11:00:33 LOG3[0]: s_connect: s_poll_wait 40.101.43.178:995: TIMEOUTconnect exceeded 2018.05.07 11:00:43 LOG3[0]: s_connect: s_poll_wait 40.101.55.50:995: TIMEOUTconnect exceeded 2018.05.07 11:00:53 LOG3[0]: s_connect: s_poll_wait 52.97.129.242:995: TIMEOUTconnect exceeded 2018.05.07 11:01:03 LOG3[0]: s_connect: s_poll_wait 40.101.12.82:995: TIMEOUTconnect exceeded 2018.05.07 11:01:13 LOG3[0]: s_connect: s_poll_wait 40.101.18.242:995: TIMEOUTconnect exceeded 2018.05.07 11:01:23 LOG3[0]: s_connect: s_poll_wait 40.101.50.210:995: TIMEOUTconnect exceeded 2018.05.07 11:01:33 LOG3[0]: s_connect: s_poll_wait 40.101.72.114:995: TIMEOUTconnect exceeded 2018.05.07 11:01:43 LOG3[0]: s_connect: s_poll_wait 40.101.125.210:995: TIMEOUTconnect exceeded 2018.05.07 11:01:53 LOG3[0]: s_connect: s_poll_wait 40.101.49.82:995: TIMEOUTconnect exceeded 2018.05.07 11:02:03 LOG3[0]: s_connect: s_poll_wait 40.101.54.178:995: TIMEOUTconnect exceeded 2018.05.07 11:02:13 LOG3[0]: s_connect: s_poll_wait 40.101.12.2:995: TIMEOUTconnect exceeded 2018.05.07 11:02:13 LOG5[0]: Connection reset: 0 byte(s) sent to SSL, 0 byte(s) sent to socket