We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#52880
Complexity: 3
Run the https-server.zip in a terminal.
Run this code in an extension:
https.get('https://localhost:3000', res => console.log(res.statusCode)) .on('error', console.error);
http.systemCertificates
The text was updated successfully, but these errors were encountered:
Verified as per the steps mentioned.
Sorry, something went wrong.
Which one is the crt I added, is it the one called localhost?
FYI, on macOS, adding the key to the keychain did not suffice. I had to reboot my machine to make it effective.
@roblourens Yep, it's the 3/7/2020 one.
No branches or pull requests
#52880
Complexity: 3
Run the https-server.zip in a terminal.
Run this code in an extension:
http.systemCertificates
setting off.The text was updated successfully, but these errors were encountered: