Scalable-2024 / bobb-protocol

0 stars 1 forks source link

Allow self signed certificate #42

Closed Karthees21 closed 1 week ago

Karthees21 commented 1 week ago

Used urllib3.PoolManager with the custom ssl_context for all HTTPS requests. Switched from requests.get to urllib3 for consistency and to enable the use of the custom ssl_context.