wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.9k stars 254 forks source link

Using selenium-wire with specific VPN #539

Closed vladyslavstetsenko closed 2 years ago

vladyslavstetsenko commented 2 years ago

Hello friends, For my current project, I use VPN SonicWall Mobile connect. To connect via VPN the name, host, username and password should be set to the client. Server is finished with vpn port ":4433"

image

While trying to connect my project service using selenium-wire by "driver.get" I got error ERR_PROXY_CONNECTION_FAILED "Site cannot be reached" and "No InternetThere is something wrong with the proxy server or the address is incorrect." Despite this, the error doesn't appear in case of accessing public websites such as google or YouTube. Could you please suggest the way how to connect selenium-wire via VPN service and to access project website? I will be grateful for any help.

vladyslavstetsenko commented 2 years ago

***Also pfx certificate is used for project website. But it doesn't look like as the issue root cause.

wkeeling commented 2 years ago

Sorry for the delay. Are you still experiencing a problem with this? If so, can you share the code you're using and any config options you're passing?