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
When is-https is used in Nuxt 3 development mode with --https --ssl-cert foo --ssl-key bar
is-https
--https --ssl-cert foo --ssl-key bar
req.connection.encrypted
req.headers['x-forwarded-proto']
IPv6
https
Trying the reproduction https://stackblitz.com/edit/github-jwgna1?file=app.vue the console only prints undefined for all console logs.
undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
is-https
is used in Nuxt 3 development mode with--https --ssl-cert foo --ssl-key bar
req.connection.encrypted
is not set, eventhough it should bereq.headers['x-forwarded-proto']
is equal toIPv6
, eventhough it should behttps
Trying the reproduction https://stackblitz.com/edit/github-jwgna1?file=app.vue the console only prints
undefined
for all console logs.The text was updated successfully, but these errors were encountered: