You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
When running the default solid-auth application and trying to login, I get an error message that my site is not secure even though all other pages are secure.
To reproduce:
npm create jd-app@latest
cd my-app/
npm run build
export DISCORD_ID=...
export DISCORD_SECRET=...
export AUTH_TRUST_HOST=true
export AUTH_URL=https://polandballworld.com
export AUTH_SECRET=...
node ./dist/server.js
I am running this on a server that proxies localhost:3000 to my https domain with SSL.
It seems like some links do not use HTTPS
The text was updated successfully, but these errors were encountered:
zimonitrome
changed the title
HTTPS links not working correctly on reverse proxy
HTTPS links not working correctly
Aug 2, 2023
When running the default solid-auth application and trying to login, I get an error message that my site is not secure even though all other pages are secure.
To reproduce:
I am running this on a server that proxies localhost:3000 to my https domain with SSL.
It seems like some links do not use HTTPS
The text was updated successfully, but these errors were encountered: