Chrome:The website uses HSTS. Network errors…this page will probably work later

后端 未结 9 1031
粉色の甜心
粉色の甜心 2020-12-07 07:12

I am developing against localhost. This morning right after I used fiddler I started getting this error on chrome (works correctly in firefox)

\"You cannot visit loc

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 07:37

    I recently had the same issue while trying to access domains using CloudFlare Origin CA.

    The only way I found to workaround/avoid HSTS cert exception on Chrome (Windows build) was following the short instructions in https://support.opendns.com/entries/66657664.

    The workaround:
    Add to Chrome shortcut the flag --ignore-certificate-errors, then reopen it and surf to your website.

    Reminder:
    Use it only for development purposes.

提交回复
热议问题