Skip to content
Discussion options

You must be logged in to vote

I finally resolved it:

root@openwisp:/opt/openwisp/docker-openwisp# cat customization/configuration/django/custom_django_settings.py 
ROOT_DOMAIN = ".munchkin-snapper.ts.net"
# Override cookie domains
CSRF_COOKIE_DOMAIN = ".munchkin-snapper.ts.net"
SESSION_COOKIE_DOMAIN = ".munchkin-snapper.ts.net"
CSRF_TRUSTED_ORIGINS = ["https://openwisp.munchkin-snapper.ts.net"]
CSRF_COOKIE_SECURE = True
SESSION_COOKIE_SECURE = True
root@openwisp:/opt/openwisp/docker-openwisp# 

I think it is related to openwisp/docker-openwisp#569

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@enboig
Comment options

@enboig
Comment options

@enboig
Comment options

@enboig
Comment options

Answer selected by nemesifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants