public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* gcc.gnu.org/sourceware.org SSL issues?
@ 2014-09-02  2:47 Maciej W. Rozycki
  2014-09-02  2:49 ` Andrew Pinski
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maciej W. Rozycki @ 2014-09-02  2:47 UTC (permalink / raw)
  To: overseers

Hi,

 I've been looking for a statement on this matter somewhere, like on the 
front pages, but found nothing so has this issue been known?  E.g. the 
last entry on http://sourceware.org/news.html is from 2005.

 Since about yesterday or maybe the day before I've been having problems 
accessing gcc.gnu.org and sourceware.org sites over SSL, first a security 
alert is raised about a domain mismatch like:

'You have attempted to establish a connection with "gcc.gnu.org". However, 
the security certificate presented belongs to "(cygwin.com , 
www.cygwin.com)". It is possible, though unlikely, that someone may be 
trying to intercept your communication with this web site.'

and then if I ignore this warning (knowing that cygwin.com is really the 
same machine; this used to be browser-version-specific for some reason and 
I used not to care because I don't send any sensitive information to these 
sites anyway, but now I get it with the newer version too) I get this:

'Error establishing an encrypted connection to gcc.gnu.org. Error Code: 
-8092.'

and the connection then terminates.  Looking up Google reveals that -8092 
corresponds to SEC_ERROR_KEYGEN_FAIL or "Unable to generate public-private 
key pair".

 Some parts of the sites are accessible unencrypted, however the bugzillas 
are not and the SSL issue therefore blocks some of my work.  I'll 
apreciate your assistance.

 Thanks,

  Maciej

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc.gnu.org/sourceware.org SSL issues?
  2014-09-02  2:47 gcc.gnu.org/sourceware.org SSL issues? Maciej W. Rozycki
@ 2014-09-02  2:49 ` Andrew Pinski
  2014-09-02  3:23   ` Maciej W. Rozycki
  2014-09-02  4:45 ` Hans-Peter Nilsson
  2014-09-02 14:52 ` Joseph S. Myers
  2 siblings, 1 reply; 8+ messages in thread
From: Andrew Pinski @ 2014-09-02  2:49 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: overseers

On Mon, Sep 1, 2014 at 7:47 PM, Maciej W. Rozycki
<macro@codesourcery.com> wrote:
> Hi,
>
>  I've been looking for a statement on this matter somewhere, like on the
> front pages, but found nothing so has this issue been known?  E.g. the
> last entry on http://sourceware.org/news.html is from 2005.
>
>  Since about yesterday or maybe the day before I've been having problems
> accessing gcc.gnu.org and sourceware.org sites over SSL, first a security
> alert is raised about a domain mismatch like:
>
> 'You have attempted to establish a connection with "gcc.gnu.org". However,
> the security certificate presented belongs to "(cygwin.com ,
> www.cygwin.com)". It is possible, though unlikely, that someone may be
> trying to intercept your communication with this web site.'
>
> and then if I ignore this warning (knowing that cygwin.com is really the
> same machine; this used to be browser-version-specific for some reason and
> I used not to care because I don't send any sensitive information to these
> sites anyway, but now I get it with the newer version too) I get this:
>
> 'Error establishing an encrypted connection to gcc.gnu.org. Error Code:
> -8092.'
>
> and the connection then terminates.  Looking up Google reveals that -8092
> corresponds to SEC_ERROR_KEYGEN_FAIL or "Unable to generate public-private
> key pair".
>
>  Some parts of the sites are accessible unencrypted, however the bugzillas
> are not and the SSL issue therefore blocks some of my work.  I'll
> apreciate your assistance.

What browser are you using?  I have heard some older browser does not
support the feature that gcc.gnu.org uses for SSL.

Thanks,
Andrew

>
>  Thanks,
>
>   Maciej

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc.gnu.org/sourceware.org SSL issues?
  2014-09-02  2:49 ` Andrew Pinski
@ 2014-09-02  3:23   ` Maciej W. Rozycki
  2014-09-02  6:40     ` Gerald Pfeifer
  0 siblings, 1 reply; 8+ messages in thread
From: Maciej W. Rozycki @ 2014-09-02  3:23 UTC (permalink / raw)
  To: Andrew Pinski; +Cc: overseers

On Tue, 2 Sep 2014, Andrew Pinski wrote:

> >  I've been looking for a statement on this matter somewhere, like on the
> > front pages, but found nothing so has this issue been known?  E.g. the
> > last entry on http://sourceware.org/news.html is from 2005.
> >
> >  Since about yesterday or maybe the day before I've been having problems
> > accessing gcc.gnu.org and sourceware.org sites over SSL, first a security
> > alert is raised about a domain mismatch like:
> >
> > 'You have attempted to establish a connection with "gcc.gnu.org". However,
> > the security certificate presented belongs to "(cygwin.com ,
> > www.cygwin.com)". It is possible, though unlikely, that someone may be
> > trying to intercept your communication with this web site.'
> >
> > and then if I ignore this warning (knowing that cygwin.com is really the
> > same machine; this used to be browser-version-specific for some reason and
> > I used not to care because I don't send any sensitive information to these
> > sites anyway, but now I get it with the newer version too) I get this:
> >
> > 'Error establishing an encrypted connection to gcc.gnu.org. Error Code:
> > -8092.'
> >
> > and the connection then terminates.  Looking up Google reveals that -8092
> > corresponds to SEC_ERROR_KEYGEN_FAIL or "Unable to generate public-private
> > key pair".
> >
> >  Some parts of the sites are accessible unencrypted, however the bugzillas
> > are not and the SSL issue therefore blocks some of my work.  I'll
> > apreciate your assistance.
> 
> What browser are you using?  I have heard some older browser does not
> support the feature that gcc.gnu.org uses for SSL.

 I switch between two versions of Firefox (or Iceape/Iceweasel which is 
how Debian prefers to call it): `Iceape 1.0.9' is my usual choice and for 
sites that are picky/weird I use `Firefox 3.5.19', both according to 
Help->About.

 As I say, till the last weekend all worked just fine.  Hmm, perhaps I 
should switch to Lynx -- I just tried it and it seems just fine, though I 
find accessing bugzilla with it mildly inconvenient.

 Thanks,

  Maciej

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc.gnu.org/sourceware.org SSL issues?
  2014-09-02  2:47 gcc.gnu.org/sourceware.org SSL issues? Maciej W. Rozycki
  2014-09-02  2:49 ` Andrew Pinski
@ 2014-09-02  4:45 ` Hans-Peter Nilsson
  2014-09-02 18:18   ` Maciej W. Rozycki
  2014-09-02 14:52 ` Joseph S. Myers
  2 siblings, 1 reply; 8+ messages in thread
From: Hans-Peter Nilsson @ 2014-09-02  4:45 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: overseers

On Tue, 2 Sep 2014, Maciej W. Rozycki wrote:
> 'You have attempted to establish a connection with "gcc.gnu.org". However,
> the security certificate presented belongs to "(cygwin.com ,
> www.cygwin.com)". It is possible, though unlikely, that someone may be
> trying to intercept your communication with this web site.'

(This is the SNI issue, I see it but I'm not concerned.)

> and then if I ignore this warning (knowing that cygwin.com is really the
> same machine; this used to be browser-version-specific for some reason and
> I used not to care because I don't send any sensitive information to these
> sites anyway, but now I get it with the newer version too) I get this:
>
> 'Error establishing an encrypted connection to gcc.gnu.org. Error Code:
> -8092.'
>
> and the connection then terminates.  Looking up Google reveals that -8092
> corresponds to SEC_ERROR_KEYGEN_FAIL or "Unable to generate public-private
> key pair".

Exactly the same thing I see, as mentioned last Thursday here.
Thanks for bringing it up; then I know it's not just me.
If you find a work-around other than lynx or upgrading, do tell.

It would be nice to know *what* has changed in the setup.
(Is only AES 256-bit allowed these days?  Pointer to advisory?)

Again, AFAIK this is separate to the SNI issue.

brgds, H-P

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc.gnu.org/sourceware.org SSL issues?
  2014-09-02  3:23   ` Maciej W. Rozycki
@ 2014-09-02  6:40     ` Gerald Pfeifer
  2014-09-02 14:34       ` Maciej W. Rozycki
  0 siblings, 1 reply; 8+ messages in thread
From: Gerald Pfeifer @ 2014-09-02  6:40 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: Andrew Pinski, overseers

On Tue, 2 Sep 2014, Maciej W. Rozycki wrote:
> I switch between two versions of Firefox (or Iceape/Iceweasel which is 
> how Debian prefers to call it): `Iceape 1.0.9' is my usual choice and for 
> sites that are picky/weird I use `Firefox 3.5.19', both according to 
> Help->About.

Firefox 3.6 was released early in 2010, four-and-a-half years ago;
is using a current version (not) an option?

Gerald

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc.gnu.org/sourceware.org SSL issues?
  2014-09-02  6:40     ` Gerald Pfeifer
@ 2014-09-02 14:34       ` Maciej W. Rozycki
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej W. Rozycki @ 2014-09-02 14:34 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Andrew Pinski, overseers

On Tue, 2 Sep 2014, Gerald Pfeifer wrote:

> > I switch between two versions of Firefox (or Iceape/Iceweasel which is 
> > how Debian prefers to call it): `Iceape 1.0.9' is my usual choice and for 
> > sites that are picky/weird I use `Firefox 3.5.19', both according to 
> > Help->About.
> 
> Firefox 3.6 was released early in 2010, four-and-a-half years ago;
> is using a current version (not) an option?

 As far as rebuilding from sources -- it certainly is.  Question is: can I 
afford it?  I keep using 1.0.9 as my default browser, it's just got the 
right pieces in the right places, unlike any later versions.  Why do 
people writing this software think along bug fixes and engine updates they 
absolutely must change the UI as well?

 Anyway the warning has disappeared with 3.5.19 now and things work past 
that point, so I think I'm set, at least till the next issue, that is. ;)

 Thanks,

  Maciej

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc.gnu.org/sourceware.org SSL issues?
  2014-09-02  2:47 gcc.gnu.org/sourceware.org SSL issues? Maciej W. Rozycki
  2014-09-02  2:49 ` Andrew Pinski
  2014-09-02  4:45 ` Hans-Peter Nilsson
@ 2014-09-02 14:52 ` Joseph S. Myers
  2 siblings, 0 replies; 8+ messages in thread
From: Joseph S. Myers @ 2014-09-02 14:52 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: overseers

On Tue, 2 Sep 2014, Maciej W. Rozycki wrote:

> 'You have attempted to establish a connection with "gcc.gnu.org". However, 
> the security certificate presented belongs to "(cygwin.com , 
> www.cygwin.com)". It is possible, though unlikely, that someone may be 
> trying to intercept your communication with this web site.'

This seems like the SNI issue.  It seems that with SeaMonkey/Iceape you 
need at least version 1.1b for SNI support; 1.0.9 is too old.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc.gnu.org/sourceware.org SSL issues?
  2014-09-02  4:45 ` Hans-Peter Nilsson
@ 2014-09-02 18:18   ` Maciej W. Rozycki
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej W. Rozycki @ 2014-09-02 18:18 UTC (permalink / raw)
  To: Hans-Peter Nilsson; +Cc: overseers

On Tue, 2 Sep 2014, Hans-Peter Nilsson wrote:

> It would be nice to know *what* has changed in the setup.
> (Is only AES 256-bit allowed these days?  Pointer to advisory?)

 256-bit AES is on the list of available (and enabled) ciphers in my 1.0.9 
browser, so it must be something else.  As to 3.5.19 I don't know offhand 
how to figure out which ciphers it supports let alone disable them or 
enable (speaking of UI changes...).

  Maciej

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-09-02 18:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-02  2:47 gcc.gnu.org/sourceware.org SSL issues? Maciej W. Rozycki
2014-09-02  2:49 ` Andrew Pinski
2014-09-02  3:23   ` Maciej W. Rozycki
2014-09-02  6:40     ` Gerald Pfeifer
2014-09-02 14:34       ` Maciej W. Rozycki
2014-09-02  4:45 ` Hans-Peter Nilsson
2014-09-02 18:18   ` Maciej W. Rozycki
2014-09-02 14:52 ` Joseph S. Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).