After check if you have the openssl package on your server and check if they match the same version on both machines.
There was a known problem with the Hello extension for OpenSSL during initialization of TLS channels, the suggestion is to get the latest version of OpenSSL and compile it from sources.
Main Topics
Browse All Topics





by: martino87rPosted on 2009-07-06 at 01:55:56ID: 24783500
Now, first question:
Your machine have a reverse DNS record? To check open a terminal and write:
nslookup [youripaddress]
if no reverse record is found in the dns, then you have to modify the config file to accept connections from host that doesn't have an FQDN
let me know