Page 1 of 1

CEF when used with proxy in ubuntu ,the page does not load

PostPosted: Tue Sep 08, 2020 1:26 pm
by Rachita104
Application uses cef to load web pages through proxy configure.However when accessing site youtube.com getting the following error
cert_verify_proc_nss.cc(998)] CERT_PKIXVerifyCert forĀ www.youtube.comĀ failed err=-8172
[0901/162117.517226:error:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202

Is there any way to resolve this?

Where does CEF reads certificate from?
Should any certificate be updated

Re: CEF when used with proxy in ubuntu ,the page does not lo

PostPosted: Thu Sep 17, 2020 4:41 am
by Rachita104
@magreenblat Do u have suggestions for this issue

Re: CEF when used with proxy in ubuntu ,the page does not lo

PostPosted: Thu Sep 17, 2020 6:11 am
by ndesktop
-202 is CERT_AUTHORITY_INVALID.
Not sure about youe scenario, but this might help.

Re: CEF when used with proxy in ubuntu ,the page does not lo

PostPosted: Wed Sep 30, 2020 12:06 pm
by Strela9
By the way, what proxy are you using, and how? This could play a role in the pages loading or not.