robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[BUG] `ERR_CERT_COMMON_NAME_INVALID` error on robotcode.io site when accessing it with `https://www.robotcode.io` #247

Open DetachHead opened 2 months ago

DetachHead commented 2 months ago

Describe the bug when accessing the website via https and with the www subdomain, i get a ERR_CERT_COMMON_NAME_INVALID error. happens on firefox, chrome and safari

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.robotcode.io (error)
  2. Go to https://robotcode.io (no error)
  3. Go to http://www.robotcode.io (no error)
  4. Go to http://robotcode.io (no error)

Expected behavior no error when accessing https://www.robotcode.io

Screenshots/ Videos image

d-biehl commented 2 months ago

something went wrong when renewing the certificates. this should now be fixed. however, it can take up to 2 hours for the certificate to be updated on all sites. Everything is working again for me.

DetachHead commented 2 months ago

i'm still seeing the certificate errors on my end

d-biehl commented 2 months ago

can you try it again, I added a subdomain for www. now it should work correctly.

DetachHead commented 2 months ago

still seems to be broken