Re: SSL problem/help

2012-08-01 Thread Markus Schönhaber
01.08.2012 16:43, Benjamin Martin: > Do you think its worth sending an email (or posting) to OpenSSL to > inform them of the issue? (I guess it could be bug) Though I don't think that people will get hurt if you send a mail to the OpenSSL folks, I'm not sure if you tell them something new. There

Re: SSL problem/help

2012-08-01 Thread Benjamin Martin
On 01/08/12 14:59, Markus Schönhaber wrote: The important difference between the two machines is probably the different versions of OpenSSL. Wheezy has OpenSSL 1.0.1 which introduces new TLS protocols (TLS v1.1, v1.2). The server seems to be unable to cope with those new protocols. Thanks for th

Re: SSL problem/help

2012-08-01 Thread Markus Schönhaber
01.08.2012 14:30, Benjamin Martin: > I am having trouble connecting to a https url from machine A but not > from machine B. > > Both machines are on the same network, but machine A is debian-testing > and machine B is ubuntu 10.04. (both 64bit) The important difference between the two machines

SSL problem/help

2012-08-01 Thread Benjamin Martin
Hello All, I am having trouble connecting to a https url from machine A but not from machine B. Both machines are on the same network, but machine A is debian-testing and machine B is ubuntu 10.04. (both 64bit) It is a perl script that is doing the connecting (same script on both machines)