WebRTC does not use proxy
Categories
(Core :: WebRTC, defect)
Tracking
()
People
(Reporter: vseleznv, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
I have configured proxy setting in my browser. Enter the site that provide WebRTC-based platform to communicate with other people.
Actual results:
WebRTC tries to connect p2p with others directly ignoring proxy setting.
Expected results:
It should make connection via proxy.
Updated•5 years ago
|
Comment 1•5 years ago
•
|
||
(In reply to Vladimir D. Seleznev from comment #0)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
I have configured proxy setting in my browser. Enter the site that provide WebRTC-based platform to communicate with other people.
Actual results:
WebRTC tries to connect p2p with others directly ignoring proxy setting.
Expected results:
It should make connection via proxy.
If you want webrtc to disable the use of UDP P2P networking when you have a web proxy configured, you'll need to set the media.peerconnection.ice.proxy_only_if_behind_proxy pref to true. (You could also set the media.peerconnection.ice.proxy_only pref to true, but that will break webrtc when you do not have a proxy configured)
Does this get you the behavior you're looking for?
Updated•5 years ago
|
Updated•5 years ago
|
Description
•