Re: Firefox debug build and https: sec_error_bad_signature

2012-11-21 Thread Mihai Sucan
On Wed, 21 Nov 2012 16:54:35 +0200, Rafael Ávila de Espíndola wrote: On 2012-11-21, at 09:50 , David Dahl wrote: I have also experienced the same problem on ubuntu/clang - probably the same as yours. I downloaded a debug build from ftp.mozilla.org in order to test this with our "official

Re: Firefox debug build and https: sec_error_bad_signature

2012-11-21 Thread Rafael Ávila de Espíndola
On 2012-11-21, at 09:50 , David Dahl wrote: > I have also experienced the same problem on ubuntu/clang - probably the same > as yours. I downloaded a debug build from ftp.mozilla.org in order to test > this with our "official debug builds", which are built with gcc: There were many fixes since

Re: Firefox debug build and https: sec_error_bad_signature

2012-11-21 Thread David Dahl
he problem here too. Cheers, David - Original Message - From: "Mihai Sucan" To: "Brian Smith" Cc: "mozilla-dev-platform" Sent: Wednesday, November 21, 2012 5:54:13 AM Subject: Re: Firefox debug build and https: sec_error_bad_signature Thank you for your re

Re: Firefox debug build and https: sec_error_bad_signature

2012-11-21 Thread Mihai Sucan
Thank you for your reply. On Wed, 21 Nov 2012 00:20:37 +0200, Brian Smith wrote: Mihai Sucan wrote: Any https page I try to load shows: Peer's certificate has an invalid signature. Error code: sec_error_bad_signature I can't even run mochitests that load https pages. 1. Are you usin

Re: Firefox debug build and https: sec_error_bad_signature

2012-11-21 Thread Mihai Sucan
On Wed, 21 Nov 2012 04:17:35 +0200, Anthony Jones wrote: I've seen this problem when building with Clang 2.9 on Linux but it seems to work fine with 3.0. Thanks! Good thing to check. I use clang 3.0: $ clang -v Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0)

Re: Firefox debug build and https: sec_error_bad_signature

2012-11-21 Thread Mihai Sucan
On Wed, 21 Nov 2012 03:09:33 +0200, Justin Dolske wrote: Check you system's date + time? If it's living in 1912 or 2112 all the cert lifetimes will be invalid. (I'm not sure if that's the specific error one gets in that case, though.) Thanks for your reply. System date and time is correc

Re: Firefox debug build and https: sec_error_bad_signature

2012-11-20 Thread Anthony Jones
On 21/11/12 14:09, Justin Dolske wrote: > On 11/20/12 1:31 PM, Mihai Sucan wrote: >> Hello! >> >> Any https page I try to load shows: >> >>Peer's certificate has an invalid signature. >>Error code: sec_error_bad_signature >> >> I can't even run mochitests that load https pages. > > Check y

Re: Firefox debug build and https: sec_error_bad_signature

2012-11-20 Thread Justin Dolske
On 11/20/12 1:31 PM, Mihai Sucan wrote: Hello! Any https page I try to load shows: Peer's certificate has an invalid signature. Error code: sec_error_bad_signature I can't even run mochitests that load https pages. Check you system's date + time? If it's living in 1912 or 2112 all the

Firefox debug build and https: sec_error_bad_signature

2012-11-20 Thread Mihai Sucan
Hello! Any https page I try to load shows: Peer's certificate has an invalid signature. Error code: sec_error_bad_signature I can't even run mochitests that load https pages. Internet searches only point me to faulty certificates, to self-signed certs, etc. The issue I am having seems sl