Not sure what "SSL online checkers" you tried, but something isn't quite
right with your server.
> openssl s_client -connect
cirrus.hsolutions.ch:25
CONNECTED(00000003)
3073681032:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol:s23_clnt.c:766:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 320 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
>
Are you sure
cirrus.hsolutions.ch is the correct server for SMTP? In any
case, it doesn't seem to respond to SSL connection requests on port 25.
Trying port 443 (https) instead it works fine.
> openssl s_client -connect
cirrus.hsolutions.ch:443
You can also compare that with a working SSL handshake with the Yahoo
SMTP server:
> openssl s_client -connect
smtp.mail.yahoo.com:465
With the Yahoo server and no further options being used with the openssl
command a TLSv1/SSLv3 session is negotiated, with AES256 as cipher.
Failure to establish the SSL session to the SMTP server would explain
why you don't get a password prompt with your TB.
The above may give you some more ideas for troubleshooting.
Not sure to what 'problems with people having Safari on MacOS or
old browsers' you're refering to, but I'd not be surprised to see
problems when someone is trying to connect to a SMTP server using a browser.
--
Christian