> What version of the openssl packages are you using?

Doesn't it say that in my Apport output ?  ;-)   
Basically whatever you get on a fully patched up 12.04LTS system..... so 
openssl 1.0.1-4ubuntu5.10  ?


> It would also help if 

Sure, just point it to a mail server of your choice that has STARTTLS
enabled.....

if (!($manage = fsockopen("smtp.com",25,$errno,$errstr,15))) { echo "Unable to 
connect";}
$cmd="EHLO X\r\n";
fwrite($manage,$cmd);
$cmd="STARTTLS\r\n";
fwrite($manage,$cmd);
if 
(false==stream_socket_enable_crypto($manage,true,STREAM_CRYPTO_METHOD_TLS_CLIENT))
 { echo "no TLS";}


Result is the same
PHP Warning:  stream_socket_enable_crypto(): SSL operation failed with code 1. 
OpenSSL Error messages:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number in

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1208917

Title:
  Openssl build version discrepancy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1208917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to