On 04/18/2012 08:53 PM, Bruce Momjian wrote:
> On Wed, Apr 18, 2012 at 08:18:04PM +0200, Stefan Kaltenbrunner wrote:
>> On 04/18/2012 07:58 PM, Bruce Momjian wrote:
>>> On Wed, Apr 18, 2012 at 01:52:27PM -0400, Bruce Momjian wrote:
>>>>> Just to test a theory - do you get the same error if you connect to
>>>>> https://meldrar.postgresql.org?
>>>>
>>>> Yes. Technical details are the same too:
>>>>
>>>> Technical Details
>>>> meldrar.postgresql.org uses an invalid security certificate.
>>>>
>>>> The certificate is not trusted because no issuer chain was provided.
>>>>
>>>> (Error code: sec_error_unknown_issuer)
>>>
>>> Here is someone having a similar error on Firefox 11:
>>>
>>> http://support.mozilla.org/en-US/questions/923163
>>
>> yeah if you are NOT getting the error on https://www.postgresql.org we
>> have identified the issue(it is affecting most of our ssl enabled sites
>
> I get no error for https://www.postgresql.org.
>
>> running lighttpd) as some sort of viral(...) copy&paste fail - will be
>> fixed soon...
>
> Thanks. You might be able to reproduce it by renaming ~/.mozilla to
> another name, starting Firefox 11, and going to the problem URL.
much easier to test using something like:
openssl s_client -connect commitfest.postgresql.org:443
no need to cripple your FF install :)
Stefan