apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Linux: No URLRequestContext for NSS HTTP handler error #1490

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to load an HTTPS page.
2. Get error messages like the following:

[0115/205300:ERROR:nss_ocsp.cc(617)] No URLRequestContext for NSS HTTP handler. 
host: SVRIntl-G3-aia.verisign.com
[0115/205300:ERROR:cert_verify_proc_nss.cc(868)] CERT_PKIXVerifyCert for <url> 
failed err=-8179

What is the expected output? What do you see instead?
The HTTPS page should load successfully.

Please use labels and text to provide additional information.
Looks like we need to call net::SetURLRequestContextForNSSHttpIO in 
CefURLRequestContextGetter::GetURLRequestContext when USE_NSS is defined.

Original issue reported on code.google.com by magreenb...@gmail.com on 15 Jan 2015 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 15 Jan 2015 at 7:25

GoogleCodeExporter commented 9 years ago
Fixed in trunk revision 1978 and 2171 branch revision 1979.

Original comment by magreenb...@gmail.com on 20 Jan 2015 at 11:58