I'm trying to enable HTTPS for my dash app. In order to do that i added the ssl_context field in app.run() as suggested in https://stackoverflow.com/a/64839988/15649541. Both certificate and intermediate CA are installed on the server, but the browsers seem not to trust the certificate.
Using an online tester i received the following ouput:
Any suggestions?