I'm developing a project using mediasoup, in all examples server is running under ssl, even in localhost is this required? I guess certificate is for remote peers can use media resourses, but browsers allow consume media resourses in http://localhost
Asked
Active
Viewed 317 times
0
-
1You can sniff plain text passwords being sent across loopback without encryption. So yes, encryption is still required for localhost access. – Bib Oct 03 '21 at 12:14
-
Thanks @Bib Can you post answer to mark it as correct answer? – Aloiso Gomes Oct 03 '21 at 12:16
1 Answers
1
You can sniff plain text passwords being sent across loopback without encryption. So yes, encryption is still required for localhost access.

Bib
- 922
- 1
- 5
- 10