Installed stunnel-5.31 (stunnel-5.31-installer) so that I can get MT4, a Forex trade platform, to send me mails to my Gmail account. I was told this was necessary because MT4 doesn't support SSL Authentication.
I attempted to start and received this;
[image: Inline image 1]
It looks like a config file issue but also would not bind? Is this one issue?
I was told all I needed to do with the config file is this;
[image: Inline image 2]
Can you please simply help me with the config file? I'm lost and need help.
Thanks to all in advance for your help.
On Tue, 2016-03-29 20:02:49 -0500, Steve Wollan wrote:
Installed stunnel-5.31 (stunnel-5.31-installer) so that I can get MT4, a Forex trade platform, to send me mails to my Gmail account. I was told this was necessary because MT4 doesn't support SSL Authentication.
I attempted to start and received this;
[image: Inline image 1]
It looks like a config file issue but also would not bind? Is this one issue?
Steve,
Obviously an other process listens on port 110. Try to open a command window and enter 'netstat -a -b' to find out which one this is.
HTH,
Ludolf
Hi,
Is there any tool to let me know which protocol stunnel is advertising ?
Something like we do for HTTPS connections, but for POP3S/IMAPS/SMTPS.
openssl s_client -connect microsoft.com:443
Maybe this is possible with openssl also, if so anyone know how?
I want to know if it has SSL, TLS, and which TLS version.
Thanks in advanced,
Jorge Bastos