Skip to content

Commit 253f37b

Browse files
add ssl_verify from Env to HttpSessionManager
1 parent dbe5229 commit 253f37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tidy3d/web/core/http_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def __init__(self, session: requests.Session):
168168
ssl_version = Env.current.ssl_version
169169
if ssl_version:
170170
session.mount("https://", TLSAdapter())
171+
session.verify = Env.current.ssl_verify
171172
self.session = session
172173

173174
def reinit(self):

0 commit comments

Comments
 (0)