scala/scala-lang

Redirects for issues.scala-lang.org stopped working

SethTisue opened this issue · 2 comments

so at https://github.com/scala/scala-lang/actions/runs/7482334059/job/20365704399#step:6:11058 we see errors such as:

...

* At ./_site/news/2.9.3/index.html:296:
  External link https://issues.scala-lang.org/browse/SI-6384 failed (status code 421)
* At ./_site/news/2.9.3/index.html:306:
  External link https://issues.scala-lang.org/browse/SI-6458 failed (status code 421)
...

when I try to visit these URLs in my browser, I see:

Misdirected Request
The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

@fsalvi could this be brought back...? in addition to the links from old pages on our site, I suspect there are still plenty of such links on Stack Overflow and elsewhere, so I think the redirects are worth keeping

Hello, I had to modify the ssl configuration of the server because again of some new EPFL IT security constraints.
But, there was a misconfiguration which leads to some problems. Sorry about that. It's fixed now.

Thank you Fabien!