For some time I have been unable to access docs.raku.org

The response I get using Chrome on Chromebook, Linux, Windows, and Android is:

This site can’t provide a secure connection docs.raku.org sent an invalid response.

In an attempt to learn more about what's going on, if I try to grab the Raku Docs home page from a linux command line with wget, here's what happens:

$ wget https://docs.raku.org --2021-06-25 13:36:45-- https://docs.raku.org/ Resolving docs.raku.org (docs.raku.org)... 2606:4700:20::681a:f4 +6, 2606:4700:20::681a:e46, 2606:4700:20::ac43:4429, ... Connecting to docs.raku.org (docs.raku.org)|2606:4700:20::681a:f +46|:443... connected. GnuTLS: An unexpected TLS packet was received. Unable to establish SSL connection.

Is this a known issue? I can find no mention of it on the web. That suggests that the problem is unique to my situation. But I have had no problem accessing other web sites.

If it's specific to my situation, how do I go about diagnosing the problem and connecting to this key documentation source?

If access to docs.raku.org is broken for everyone, is anything known about the restoration of access to the site?

TIA

------------------------------------------------------------
"Perl is a mess and that's good because the
problem space is also a mess.
" - Larry Wall


In reply to [Raku] Cannot Access https://docs.raku.org/ by dvergin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.