www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - !Alert! dlang.org SSL Error

reply Martin Tschierschke <mt smartdolphin.de> writes:
Chromium: ERR_SSL_PROTOCOL_ERROR

With Firefox and Chomium and with different Ubuntu Versions 
(17.10 and 16.04.)

Firefox - Google translated:

Error: Secure connection failed

An error occurred while connecting to dlang.org. SSL has received 
an entry that has exceeded the maximum allowed length. Error 
code: SSL_ERROR_RX_RECORD_TOO_LONG

      The website can not be displayed because the authenticity of 
the received data could not be verified.
      Please contact the owner of the website to inform him of 
this issue.
Feb 06 2018
parent reply Jakub =?UTF-8?B?xYFhYmFq?= <uaaabbjjkl gmail.com> writes:
On Tuesday, 6 February 2018 at 10:05:52 UTC, Martin Tschierschke 
wrote:
 Chromium: ERR_SSL_PROTOCOL_ERROR

 With Firefox and Chomium and with different Ubuntu Versions 
 (17.10 and 16.04.)

 Firefox - Google translated:

 Error: Secure connection failed

 An error occurred while connecting to dlang.org. SSL has 
 received an entry that has exceeded the maximum allowed length. 
 Error code: SSL_ERROR_RX_RECORD_TOO_LONG

      The website can not be displayed because the authenticity 
 of the received data could not be verified.
      Please contact the owner of the website to inform him of 
 this issue.
Same for me.
Feb 06 2018
parent reply Seb <seb wilzba.ch> writes:
On Tuesday, 6 February 2018 at 13:18:26 UTC, Jakub Łabaj wrote:
 On Tuesday, 6 February 2018 at 10:05:52 UTC, Martin 
 Tschierschke wrote:
 Chromium: ERR_SSL_PROTOCOL_ERROR

 With Firefox and Chomium and with different Ubuntu Versions 
 (17.10 and 16.04.)

 Firefox - Google translated:

 Error: Secure connection failed

 An error occurred while connecting to dlang.org. SSL has 
 received an entry that has exceeded the maximum allowed 
 length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

      The website can not be displayed because the authenticity 
 of the received data could not be verified.
      Please contact the owner of the website to inform him of 
 this issue.
Same for me.
I don't have any issues on my machine with Chrome and Firefox..
Feb 06 2018
parent reply Martin Tschierschke <mt smartdolphin.de> writes:
On Tuesday, 6 February 2018 at 13:31:23 UTC, Seb wrote:
 On Tuesday, 6 February 2018 at 13:18:26 UTC, Jakub Łabaj wrote:
 On Tuesday, 6 February 2018 at 10:05:52 UTC, Martin 
 Tschierschke wrote:
 Chromium: ERR_SSL_PROTOCOL_ERROR
[...] Please contact the owner of the website to inform him of
 this issue.
Same for me.
I don't have any issues on my machine with Chrome and Firefox..
Hmm, my phone with chrome on android7 and chrome on ipad2 no problems,too.
Feb 06 2018
next sibling parent reply Martin Tschierschke <mt smartdolphin.de> writes:
On Tuesday, 6 February 2018 at 13:42:18 UTC, Martin Tschierschke 
wrote:
 Please contact the owner of the website to inform him of
 this issue.
Same for me.
I don't have any issues on my machine with Chrome and Firefox..
Hmm, my phone with chrome on android7 and chrome on ipad2 no problems,too.
forum.dlang.org and code.dlang.org everything ok.
Feb 06 2018
parent Seb <seb wilzba.ch> writes:
On Tuesday, 6 February 2018 at 13:45:20 UTC, Martin Tschierschke 
wrote:
 On Tuesday, 6 February 2018 at 13:42:18 UTC, Martin 
 Tschierschke wrote:
 Please contact the owner of the website to inform him of
 this issue.
Same for me.
I don't have any issues on my machine with Chrome and Firefox..
Hmm, my phone with chrome on android7 and chrome on ipad2 no problems,too.
forum.dlang.org and code.dlang.org everything ok.
Those are different servers ;-)
Feb 06 2018
prev sibling parent reply Seb <seb wilzba.ch> writes:
On Tuesday, 6 February 2018 at 13:42:18 UTC, Martin Tschierschke 
wrote:
 On Tuesday, 6 February 2018 at 13:31:23 UTC, Seb wrote:
 On Tuesday, 6 February 2018 at 13:18:26 UTC, Jakub Łabaj wrote:
 On Tuesday, 6 February 2018 at 10:05:52 UTC, Martin 
 Tschierschke wrote:
 Chromium: ERR_SSL_PROTOCOL_ERROR
[...] Please contact the owner of the website to inform him of
Vladimir already did so an hour ago. Though his web presence is blank for me at the moment: https://www.janknepper.com
Feb 06 2018
next sibling parent reply Jakub =?UTF-8?B?xYFhYmFq?= <uaaabbjjkl gmail.com> writes:
On Tuesday, 6 February 2018 at 14:05:46 UTC, Seb wrote:
 Vladimir already did so an hour ago.
 Though his web presence is blank for me at the moment:

 https://www.janknepper.com
Works for me again.
Feb 06 2018
parent reply Simen =?UTF-8?B?S2rDpnLDpXM=?= <simen.kjaras gmail.com> writes:
On Tuesday, 6 February 2018 at 14:32:41 UTC, Jakub Łabaj wrote:
 On Tuesday, 6 February 2018 at 14:05:46 UTC, Seb wrote:
 Vladimir already did so an hour ago.
 Though his web presence is blank for me at the moment:

 https://www.janknepper.com
Works for me again.
I also had this happen yesterday. dlang.org worked, dlang.org/phobos and other deeper urls failed. Only on Chrome, and it worked again after I restarted Chrome. -- Simen
Feb 06 2018
parent reply Jan Knepper <jan digitalmars.com> writes:
On 02/06/2018 09:40 AM, Simen Kjærås wrote:
 On Tuesday, 6 February 2018 at 14:32:41 UTC, Jakub Łabaj wrote:
 On Tuesday, 6 February 2018 at 14:05:46 UTC, Seb wrote:
 Vladimir already did so an hour ago.
 Though his web presence is blank for me at the moment:

 https://www.janknepper.com
Works for me again.
I also had this happen yesterday. dlang.org worked, dlang.org/phobos and other deeper urls failed. Only on Chrome, and it worked again after I restarted Chrome. --   Simen
Today, (this morning EDT) was the first time it was reported to me. There is monitoring on that site that check every 5 or 10 minutes. This particular issue has not been reported via the monitoring. Will keep an eye on it. Everybody else who hits the website regularly who experiences the problem, please report ASAP. Thanks! Jan
Feb 06 2018
parent reply Martin Tschierschke <mt smartdolphin.de> writes:
On Tuesday, 6 February 2018 at 14:57:27 UTC, Jan Knepper wrote:
[...]
 Will keep an eye on it. Everybody else who hits the website 
 regularly who experiences the problem, please report ASAP.

 Thanks!
 Jan
Thank you, no SSL error! But some missing text: In the News section: Stay updated with lastest article in the Official D Blog from : by . From : by . + my browser just highlights "lastest" .
Feb 06 2018
parent Seb <seb wilzba.ch> writes:
On Tuesday, 6 February 2018 at 17:42:04 UTC, Martin Tschierschke 
wrote:
 On Tuesday, 6 February 2018 at 14:57:27 UTC, Jan Knepper wrote:
 [...]
 Will keep an eye on it. Everybody else who hits the website 
 regularly who experiences the problem, please report ASAP.

 Thanks!
 Jan
Thank you, no SSL error! But some missing text: In the News section: Stay updated with lastest article in the Official D Blog from : by . From : by . + my browser just highlights "lastest" .
Aware, and one fix is merged: https://github.com/dlang/dlang.org/pull/2179 The other is in already in the merge queue: https://github.com/dlang/dlang.org/pull/2182
Feb 06 2018
prev sibling parent Jan Knepper <jan digitalmars.com> writes:
On 02/06/2018 09:05 AM, Seb wrote:
 On Tuesday, 6 February 2018 at 13:42:18 UTC, Martin Tschierschke wrote:
 On Tuesday, 6 February 2018 at 13:31:23 UTC, Seb wrote:
 On Tuesday, 6 February 2018 at 13:18:26 UTC, Jakub Łabaj wrote:
 On Tuesday, 6 February 2018 at 10:05:52 UTC, Martin Tschierschke wrote:
 Chromium: ERR_SSL_PROTOCOL_ERROR
[...] Please contact the owner of the website to inform him of
Vladimir already did so an hour ago. Though his web presence is blank for me at the moment: https://www.janknepper.com
That is because that websites still uses HTML frames... :-) Too busy doing many other things that the website is seriously lagging...
Feb 06 2018