fetch https 127.0.0.1 throws pages err
I have a pages function that is making a fetch request :
My localhost https server certs were installed using https://github.com/FiloSottile/mkcert
I have verified that the server is working using firefox, chrome, and curl.
How can I get my pages function to recognize these certificates?
My localhost https server certs were installed using https://github.com/FiloSottile/mkcert
I have verified that the server is working using firefox, chrome, and curl.
How can I get my pages function to recognize these certificates?
GitHub
A simple zero-config tool to make locally trusted development certificates with any names you'd like. - GitHub - FiloSottile/mkcert: A simple zero-config tool to make locally trusted develo...