How to make SSL compatible with Video play in Safari

@rg305
So, if the issue not from mime.types, what might be the reason?

I wish I knew…

Ensure your nginx is updated

@rg305
which version do you recommend please?

I’m using nginx versions 1.12.2 and 1.14.0 without any problems

Maybe it is not related version, but related miss setting:

/var/www/yourdomain.tld/conf/nginx/ssl.conf

listen 443 ssl http2;
listen [::]:443 ssl http2;
ssl on;
ssl_certificate /etc/nginx/acme.sh/yourdomain.tld/fullchain.pem;
ssl_certificate_key     /etc/nginx/acme.sh/yourdomain.tld/key.pem;
ssl_trusted_certificate /etc/nginx/acme.sh/yourdomain.tld/cert.pem;

I don’t understand.
The site is using HTTPS: https://www.ssllabs.com/ssltest/analyze.html?d=lovcour.com
What setting is missing?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.