Post Reply 
ProxHTTPSProxyMII: Development
Jun. 14, 2020, 09:37 PM (This post was last modified: Jun. 15, 2020 10:00 AM by vlad_s.)
Post: #256
RE: ProxHTTPSProxyMII: Development
At the expense of problems with urllib3. Updated the requests package (it was 2.18.4), became 2.23.0, together with it updated idna, urllib3, certifi. Now urllib3-1.25.9 and the above problem no. Python version 3.7.7

But the LAN addresses still cause an error:
Code:
The following error occurred while trying to access https://192.168.2.1/

HTTPSConnectionPool(host='192.168.2.1', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError("hostname '192.168.2.1' doesn't match 'home-router'")))
If specify dns names, then there is no error.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: