Answer the question
In order to leave comments, you need to log in
How to set an audio stream transmitted via http to a site using SSL and avoid mixed content?
Good day, for the early I apologize for the possibly not correctly formulated question, I can’t explain otherwise.
There is an audio stream
stream.site1.ru:6004/;stream.mp3
https://site2.ru
<audio controls="">
<source src="http://stream.site1.ru:6004/;stream.mp3" type="audio/mpeg">
</audio>
mixed content
Answer the question
In order to leave comments, you need to log in
It just won't get rid of the message. If the page is in HTTPS, then all loaded content is expected to be in HTTPS.
You can build your own proxy relay with HTTPS, receiving an audio stream through it, for example, on nginx.
Disadvantages:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question