Skip to content

Commit 2e5acc2

Browse files
also reset verify during reinit()
1 parent 253f37b commit 2e5acc2

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
@@ -178,6 +178,7 @@ def reinit(self):
178178
if ssl_version and not REINITIALIZED:
179179
self.session.mount("https://", TLSAdapter())
180180
REINITIALIZED = True
181+
self.session.verify = Env.current.ssl_verify
181182

182183
@http_interceptor
183184
def get(self, path: str, json=None, params=None):

0 commit comments

Comments
 (0)