Closed Bug 1624063 Opened 5 years ago Closed 5 years ago

WebRTC does not use proxy

Categories

(Core :: WebRTC, defect)

74 Branch
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

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.

(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?

Flags: needinfo?(vseleznv)
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.