OSArch Community

OSArch Website link weird and broken

  1. B
  2. A

    That is so weird?

  3. D

    @Moult @tetov are there two DNS records and one needs updating?

  4. T

    I don’t know if it’s two records both pointing at our server and the redirect happens at the server or if it’s www -> bare domain -> server.

    Should preferably be the latter. @Moult: How is set up?

  5. M

    Not an issue with DNS, DNS simply points both at the same server, issue was with SSL at the Nginx vhost. I use certbot for SSL and what certbot does is it creates a redirect from non-SSL to SSL, but I only ran certbot for the osarch.org name and not www.osarch.org. Rookie error, fixed now :)

  6. T

    Great!

    (But if you use a CNAME to point www. -> osarch.org you only need to to maintain one cert, since nginx would only serve osarch.org :)

  7. M

    @tetov oh you're absolutely correct that's the correct solution! I've just updated it. Let me know if there are any issues!

  8. B

    Thanks @Moult - It is still broken for me. I refreshed the cache but it could be I didn't do it right or it just takes some time to propagate.

  9. M

    @baswein are you on Linux or have access to nslookup on Windows? If so, you can check with: nslookup www.osarch.org and it should say www.osarch.org canonical name = osarch.org. Also try nslookup www.osarch.org 85.10.200.14 and see if the output is different.

  10. B

    Ok - I'm on windows. Hopefully I did this right .

  11. B

    I tried some other things. Using firefox in private browsing mode:

    1. I searched for osarch on duck duck go and chose the first hit = I get the warning and if I click through it I go to the old blenderbim landing page

    2. I type osarch.org into the search bar and press enter = No problems

    3. I type https://www.osarch.org and press enter = I get the warning and if I click through it I go to the old blenderbim landing page

    4. I type http://www.osarch.org and press enter = No Problems

  12. M

    Thanks, fixed now.

  13. B

    Thanks - Confirmed on my end.

Login or Register to reply.