I have mailing server under mail.luken-tech.pl . Can anyone explain how this: https://www.ssllabs.com/ssltest/analyze.html?d=mail.luken-tech.pl&hideResults=on shows "Assessment failed: Unable to connect to server", this: http://www.checktls.com/perl/TestReceiver.pl gives me "Cannot connect to server (reason: Connection refused)".
But this:
openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1 -ign_eof
openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1_1 -ign_eof
openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1_2 -ign_eof
Works perfectly fine, and my server generally seems to work ok? :) Why any testing tool cannot connect to my smtp? It bothers me because I configured one server before, and I didn't have something like that. Should I care about this?