-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
CKAN session cookie is not marked Secure #2138
Comments
I wonder if this is related to apache2 listening on HTTP instead of HTTPS. |
It is resolved on CKAN 2.9 while the cookie But after ckan 2.10, cookie |
Fuhu will do a review and then bags can close |
Verified |
who.secure = True in production.ini for Inventory and Catalog, but I'm seeing the cookies not marked as Secure within the browser.
How to reproduce
Expected behavior
Session cookie is marked Secure.
Actual behavior
Session cookie is not marked Secure.
The text was updated successfully, but these errors were encountered: