--
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.
Did you respect the apache config as shown in docu:
https://docs.opencast.org/r/9.x/admin/configuration/https/apache-httpd/#minimal-set-up
# Make sure Opencast knows about HTTPS being used
RequestHeader set X-Forwarded-SSL "on"
RequestHeader set X-Forwarded-Proto "https"
# Make sure to serve cookies only via secure connections.
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
Kind regards, Björn