You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i as hoping you could provide an example on how to create and use a certificate for the client, so i do not have to use verify=False as in x= requests.get(value, verify=False)
and such messages as
"D:\data\newr\project\venv\Lib\site-packages\urllib3\connectionpool.py:1056: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
"
i did try openssl rsa -in cert.pem -pubout -out pubkey.pem and other such failed attempts.
i believe that will be useful to other users and enable wider spread usage of your fine project.
thanks,
david
The text was updated successfully, but these errors were encountered:
hello, thanks,
i as hoping you could provide an example on how to create and use a certificate for the client, so i do not have to use
verify=False
as inx= requests.get(value, verify=False)
and such messages as
"D:\data\newr\project\venv\Lib\site-packages\urllib3\connectionpool.py:1056: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
"
i did try
openssl rsa -in cert.pem -pubout -out pubkey.pem
and other such failed attempts.i believe that will be useful to other users and enable wider spread usage of your fine project.
thanks,
david
The text was updated successfully, but these errors were encountered: