The video URL will automatically change from http to https, here is screenshot: Screenshot by Lightshot
As you see, the video will not play both at backend and frontend, and just show the error as:
Media error: Format(s) not supported or source(s) not foundmejs.download-file: https://videotest.lovcour.com/wp-content/uploads/sites/59/2018/05/mp4_video.mp4?_=1
I would like to have your professional suggestion on SSL compatible setting for Safari, how to resolve it please?
I would like to see if there is anything difference in the connections themselves…
So, please detail:
On which version(s) of Safari does this occur?
Which TLS protocols/ciphers are the working, and non-working, clients negotiating.
(Let me know if you need any assistance with gathering any of that info.)
The simplest and most effective way that I have found is to add “:!SHA1” to the end of your SSLCipherSuite list.
That will remove all the ciphers that end with “_SHA” from the supported list.
No.
I was able to serve your sample video file from another server to a Safari client without any problem.
That same Safari client could not see the that same video from your server.
he reason why I asked this question is that I just read an article which should safari need strictly SSL…
so I just thought if there are different between our SSL and the one of your demo site, that might be a reason…?
or, there is extra configuration needed in Nginx conf, since that video is uploaded to Nginx for test by Ftp, so it is completely no related to wordpress.