--https doesn't work since Gatsby 4.19.0 #36241
Labels
status: confirmed
Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
The Local HTTPS Option (
--https
) doesn't work anymore in Gatsby Version 4.19.0, 4.19.1 and 4.19.2.The terminal still shows:
But in the browser, only
http://localhost:8000/
works.This is reproducable in gatsby-starter bundle, by simply appending
--https --key-file ....key --cert-file ....cert
to the start-script.Reproduction Link
https://github.com/jens-duttke/gatsby-https-fault
Steps to Reproduce
Expected Result
The page will be shown
Actual Result
ERR_SSL_PROTOCOL_ERROR
Environment
Config Flags
None
The text was updated successfully, but these errors were encountered: