My IIS8.5-server is reverse proxying to my server which is streaming a video from database. My video streams fine on https with chrome, and i have enabled partial content accept ranges on my server. The videos also plays fine on http, but i want to play it on IOS-device with https.
- Safari OSX https: "Failed to load resource- plugin handled load"
- Safari IOS https: fails
- Safari ios & osx http: works perfectly
What is weird is that i can access my server with https with other requests than video/mp4 requests(documents, json).