woob.browser.nss
¶
Module to use NSS instead of OpenSSL in urllib3/requests.
As it was used by Firefox, it offered the same security level, to be sure woob can access to a website the same way than a real browser.
Deprecated since version 3.4: NSS is not maintained by Mozilla anymore, so do not use it anymore.
If there is an issue to access a website, you can override use the
woob.browser.adapters.LowSecHTTPAdapter
with the
woob.browser.browsers.Browser.HTTP_ADAPTER_CLASS
attribute to be
explicitely more permissive.