Skip to content

Commit

Permalink
output location the ssl chain cert will be downloaded to
Browse files Browse the repository at this point in the history
  • Loading branch information
arska committed Jun 8, 2024
1 parent b3330b0 commit 85cfa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlmyspa.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, email, password):
try:
self._get_idm()
except requests.exceptions.SSLError:
print("TLS certificate missing, downloading")
print("TLS certificate missing, downloading to " + certifi.where())
customca = requests.get(
"https://cacerts.digicert.com/RapidSSLTLSRSACAG1.crt.pem", timeout=10
).content
Expand Down

0 comments on commit 85cfa29

Please sign in to comment.