* [Buildroot] "The owner of buildroot.uclibc.org has configured their website improperly."
@ 2016-02-23 16:59 Patrick Doyle
2016-02-23 20:34 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Patrick Doyle @ 2016-02-23 16:59 UTC (permalink / raw)
To: buildroot
I apologise if this has already been asked.
When I try to connect to buildroot.uclibc.org with my ubuntu 14.04
Firefox 44.0.2, I get the following message:
Your connection is not secure
The owner of buildroot.uclibc.org has configured their website
improperly. To protect your information from being stolen, Firefox has
not connected to this website.
This site uses HTTP Strict Transport Security (HSTS) to specify that
Firefox only connect to it securely. As a result, it is not possible
to add an exception for this certificate.
I thought I should mention this, even though I'm sure I can't be the
first to have noticed it.
--wpd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] "The owner of buildroot.uclibc.org has configured their website improperly."
2016-02-23 16:59 [Buildroot] "The owner of buildroot.uclibc.org has configured their website improperly." Patrick Doyle
@ 2016-02-23 20:34 ` Peter Korsgaard
2016-02-23 20:46 ` Arnout Vandecappelle
0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2016-02-23 20:34 UTC (permalink / raw)
To: buildroot
>>>>> "Patrick" == Patrick Doyle <wpdster@gmail.com> writes:
> I apologise if this has already been asked.
> When I try to connect to buildroot.uclibc.org with my ubuntu 14.04
> Firefox 44.0.2, I get the following message:
> Your connection is not secure
> The owner of buildroot.uclibc.org has configured their website
> improperly. To protect your information from being stolen, Firefox has
> not connected to this website.
> This site uses HTTP Strict Transport Security (HSTS) to specify that
> Firefox only connect to it securely. As a result, it is not possible
> to add an exception for this certificate.
> I thought I should mention this, even though I'm sure I can't be the
> first to have noticed it.
First of all, buildroot.uclibc.org is the legacy name - Nowadays we have
buildroot.{org,net}, so please use http://buildroot.org instead.
Secondly, the reason why you get this error is that the uClibc
developers have recently added HSTS for *.uclibc.org (which forces
https:// access), and the certificate we use for Buildroot doesn't list
the legacy buildroot.uclibc.org address.
I'll try to get that fixed, but please move to the official address
instead, which we've had for ~5 years or so by now.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] "The owner of buildroot.uclibc.org has configured their website improperly."
2016-02-23 20:34 ` Peter Korsgaard
@ 2016-02-23 20:46 ` Arnout Vandecappelle
2016-02-23 21:14 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle @ 2016-02-23 20:46 UTC (permalink / raw)
To: buildroot
On 02/23/16 21:34, Peter Korsgaard wrote:
>>>>>> "Patrick" == Patrick Doyle <wpdster@gmail.com> writes:
>
> > I apologise if this has already been asked.
> > When I try to connect to buildroot.uclibc.org with my ubuntu 14.04
> > Firefox 44.0.2, I get the following message:
>
> > Your connection is not secure
> > The owner of buildroot.uclibc.org has configured their website
> > improperly. To protect your information from being stolen, Firefox has
> > not connected to this website.
>
> > This site uses HTTP Strict Transport Security (HSTS) to specify that
> > Firefox only connect to it securely. As a result, it is not possible
> > to add an exception for this certificate.
>
> > I thought I should mention this, even though I'm sure I can't be the
> > first to have noticed it.
>
> First of all, buildroot.uclibc.org is the legacy name - Nowadays we have
> buildroot.{org,net}, so please use http://buildroot.org instead.
>
> Secondly, the reason why you get this error is that the uClibc
> developers have recently added HSTS for *.uclibc.org (which forces
> https:// access), and the certificate we use for Buildroot doesn't list
> the legacy buildroot.uclibc.org address.
The fix could be that the webserver is configured to redirect
buildroot.uclibc.org to buildroot.org, instead of serving it directly.
Regards,
Arnout
>
> I'll try to get that fixed, but please move to the official address
> instead, which we've had for ~5 years or so by now.
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] "The owner of buildroot.uclibc.org has configured their website improperly."
2016-02-23 20:46 ` Arnout Vandecappelle
@ 2016-02-23 21:14 ` Peter Korsgaard
2016-02-24 15:41 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2016-02-23 21:14 UTC (permalink / raw)
To: buildroot
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
Hi,
>> Secondly, the reason why you get this error is that the uClibc
>> developers have recently added HSTS for *.uclibc.org (which forces
>> https:// access), and the certificate we use for Buildroot doesn't list
>> the legacy buildroot.uclibc.org address.
> The fix could be that the webserver is configured to redirect
> buildroot.uclibc.org to buildroot.org, instead of serving it directly.
It does send a redirect when you use http, but because of the HSTS with
subdomains on uclibc.org the browser ends up requesting
https://buildroot.uclibc.org which currently is an alias for
https://buildroot.org, so it serves the page with a non matching
certificate.
Even if change it so https://buildroot.uclibc.org serves a redirect we
still need to respond with a valid certificate, so I'll try to fix that
with letsencrypt.
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-24 15:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 16:59 [Buildroot] "The owner of buildroot.uclibc.org has configured their website improperly." Patrick Doyle
2016-02-23 20:34 ` Peter Korsgaard
2016-02-23 20:46 ` Arnout Vandecappelle
2016-02-23 21:14 ` Peter Korsgaard
2016-02-24 15:41 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox