Certificates for TLS and SSL are one in the same. The only difference between TLS and SSL is that SSL is done for the entire connection and hence requires a separate port, while TLS is done on the fly (it can 'shift' from unencrypted to encrypted) so it doesn't need a separate port.
I really don't know, but I wonder if some ISPs in China are blocking encrypted connections. That would certainly be possible. Use recordio test and see what's really going on. Kevin Qiu wrote: > Hi Eric, > > I had this problem too. How do I create a TLS's certificate? It's same > to SSL's certificate? > > > Regards, > Kevin Qiu > SA > Beijing > Foxit Software Company > > > > > Gabriel Lai 写道: >> Eric, >> >> I only have this problem when qmail server wants to deliver the email >> to the remote server which hosted in Hong Kong. Other remote mail >> servers accept the emails from Qmail Server without any issue.... Is >> it because of certificate issue? >> >> Gab >> >> */Eric Shubert <[EMAIL PROTECTED]>/* wrote: >> >> Gabriel Lai wrote: >> > Hi all, >> > >> > I have the below error message in my send/current log file.... >> Please >> > help!!!! >> > >> > @40000000483bb8e035476974 status: local 0/10 remote 10/60 >> > @40000000483bb8e31f8a2a54 delivery 13: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e31f8a41c4 status: local 0/10 remote 9/60 >> > @40000000483bb8e31fa49bdc delivery 14: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e31fa4af64 status: local 0/10 remote 8/60 >> > @40000000483bb8e332381634 delivery 16: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e332382da4 status: local 0/10 remote 7/60 >> > @40000000483bb8e33252399c delivery 15: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e33252510c status: local 0/10 remote 6/60 >> > @40000000483bb8e3329fec3c delivery 12: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e332a003ac status: local 0/10 remote 5/60 >> > @40000000483bb8e332bc942c delivery 11: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e332bcab9c status: local 0/10 remote 4/60 >> > @40000000483bb8e332d728dc delivery 17: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e332d7404c status: local 0/10 remote 3/60 >> > @40000000483bb8e3333bc6ac delivery 18: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e3333bde1c status: local 0/10 remote 2/60 >> > @40000000483bb8e3375f7bd4 delivery 19: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e3375f9344 status: local 0/10 remote 1/60 >> > @40000000483bb8e33775de4c delivery 20: deferral: >> > TLS_connect_failed;_connected_to_202.134.100.3./ >> > @40000000483bb8e33775f5bc status: local 0/10 remote 0/60 >> > >> >> http://wiki.qmailtoaster.com/index.php/Certificate >> >> -- -Eric 'shubes' >> >> --------------------------------------------------------------------- >> QmailToaster hosted by: VR Hosted >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [EMAIL PROTECTED] >> For additional commands, e-mail: >> [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
