Hello,
my whole intranet is handling my services throuch apache2 with certbot for certificates.
I’ve installed seatable (dev edition) on a virtual machine(192.168.10.81) with ubuntu and docker.
the only parameter that I’ve changed in the docker-compose (except passwords!) is the domain name.
It’s now seatable.mydomain.com
I’ve pointed the registry to my external ip and forwarded ports 80 and 443 to my apache server.
I’ve created a vhost file named seatable.conf shared here : <VirtualHost *:80> ServerName seatable.mydomain.com ProxyRequests Of - Pastebin.com
Everything works perfectly with http
When I use certbot, I can create the certificate and force the redirection to https
https://seatable.mydomain.com works perfectly and I can log.
However, when i try to open a database, I’m stuck at the rotating circle.
Using chrome tools, I can see a mixed-content alert.
If i allow mixed content, I get a CORS error.
What shall I do to get a working https ?