We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1f2be commit 024ad02Copy full SHA for 024ad02
prometrix/connect/custom_connect.py
@@ -19,6 +19,7 @@ def __init__(self, config: PrometheusConfig):
19
url=config.url, disable_ssl=config.disable_ssl, headers=config.headers
20
)
21
self.config = config
22
+ self.ssl_verification = not config.disable_ssl
23
self._session = requests.Session()
24
self._session.mount(self.url, HTTPAdapter(pool_maxsize=10, pool_block=True))
25
0 commit comments