Closed GoogleCodeExporter closed 8 years ago
The patch suggested in the linked topic works fine after making some minor
changes.
File: net/http/http_cache_transaction.cc
Method: HttpCache::Transaction::WriteResponseInfoToEntry
---------------------------------------------------------------
- net::IsCertStatusError(response_.ssl_info.cert_status)) {
+ (!cache_->GetSession()->params().ignore_certificate_errors &&
+ net::IsCertStatusError(response_.ssl_info.cert_status))) {
Original comment by czarek.t...@gmail.com
on 5 Jun 2014 at 3:54
The patch was verified to work with CEF 3 branch 1650 revision 1646. The https
web server was nginx running on Ubuntu.
Original comment by czarek.t...@gmail.com
on 5 Jun 2014 at 4:14
Original comment by czarek.t...@gmail.com
on 5 Jun 2014 at 6:02
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/cefpython/issues/125
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 6:39
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 27 May 2014 at 8:38