aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral/baml_isda.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral/baml_isda.py')
-rw-r--r--python/collateral/baml_isda.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/collateral/baml_isda.py b/python/collateral/baml_isda.py
index d39ebbe0..61740b83 100644
--- a/python/collateral/baml_isda.py
+++ b/python/collateral/baml_isda.py
@@ -30,6 +30,7 @@ def download_from_secure_id(
r = session.get(
urljoin(base_url, "formpostdir/securereader"),
params={"id": secure_id, "brand": brand},
+ verify="secmail-bankofamerica-com-chain.pem",
)
soup = BeautifulSoup(r.content, features="lxml")
form = soup.find(id="dialog")