Start a new topic

HTTP 407 Proxy Authentication Required

Hello! I just signed up for the free trial. I'm trying to get the Smart Poxy Manager working with some Selenium code on my local Windows 11 machine.


I installed the Zyte CA certificate on Windows and in my Chrome browser. When I try to execute my script I'm receiving the following error:


2023-12-05 15:11:51,831 INFO Using default request storage

2023-12-05 15:11:51,838 INFO Created proxy listening on 127.0.0.1:56491

DevTools listening on ws://127.0.0.1:56495/devtools/browser/742cfa05-d7b6-469f-9cf7-3a991a1893b7

[1680:17556:1205/151153.267:ERROR:cert_verify_proc_builtin.cc(696)] CertVerifyProcBuiltin for accounts.google.com failed:

----- Certificate i=1 (CN=Selenium Wire CA) -----

ERROR: No matching issuer found

2023-12-05 15:11:53,561 INFO Capturing request: https://accounts.google.com/ListAccounts?gpsia=1&source=ChromiumBrowser&json=standard

[1680:17556:1205/151153.667:ERROR:cert_verify_proc_builtin.cc(696)] CertVerifyProcBuiltin for <URL_REMOVED> failed:

----- Certificate i=1 (CN=Selenium Wire CA) -----

ERROR: No matching issuer found

2023-12-05 15:11:53,823 INFO Capturing request: <URL_REMOVED>

2023-12-05 15:11:53,830 INFO Capturing response: https://accounts.google.com/ListAccounts?gpsia=1&source=ChromiumBrowser&json=standard 407 Proxy Authentication Required

2023-12-05 15:11:53,904 INFO Capturing response: https://www.nike.com/w/mens-clothing-6ymx6znik1 407 Proxy Authentication Required



Looking for help debugging the issue if it's on my end. Thanks!

 

 

 

 

1 Comment

I figured out the issue - it appears I was using the wrong API Key. I needed to subscribe to the Smart Proxy service to obtain an API Key there

Login to post a comment