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
What I do not know: Is this workaround really a good solution or just masking the real issue with django & the login form (using HTTPS)?
The workaround is not necessary for using HTTPS with the dashboard.
For Artefactual use:
Before you close this issue, you must check off the following:
All pull requests related to this issue are properly linked
All pull requests related to this issue have been merged
A testing plan for this issue has been implemented and passed (testing plan information should be included in the issue body or comments)
Documentation regarding this issue has been written and merged (if applicable)
Details about this issue have been added to the release notes (if applicable)
The text was updated successfully, but these errors were encountered:
jens-st
changed the title
Storage Service with HTTPS: Forbidden (403) CSRF verification failed. Request aborted.
Problem: Storage Service with HTTPS - Forbidden (403) CSRF verification failed.
Jan 31, 2025
Expected behaviour
Successful login with correct credentials.
Current behaviour
![Image](https://private-user-images.githubusercontent.com/54269233/408541617-33edeb4a-f051-4e82-95cc-ff6f56a5b8d1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTg2NzEsIm5iZiI6MTczOTMxODM3MSwicGF0aCI6Ii81NDI2OTIzMy80MDg1NDE2MTctMzNlZGViNGEtZjA1MS00ZTgyLTk1Y2MtZmY2ZjU2YTViOGQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIzNTkzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQyMjJlZmYyYmRjYjVjNjExOWZkNDhkYWQwODg1OTQ4ZDE2YzkzMmQxNWQ4NWM1YWY2ZTA1YzYzNGU3ZDQ1NTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.SuwPTgvdcKmzoPaueB3vT0sYWNlsJTkm4IgXmjdVLyw)
Login fails with
Forbidden (403) CSRF verification failed. Request aborted.
Steps to reproduce
Your environment (version of Archivematica, operating system, other relevant details)
Workaround for now
CSRF_TRUSTED_ORIGINS=https://HOSTNAME:PORT
in/etc/defaults/archivematica-storage-service
My question
For Artefactual use:
Before you close this issue, you must check off the following:
The text was updated successfully, but these errors were encountered: