Commit 8fb03e8
committed
fix: add missing verify=VERIFY_SSL to network requests
fetch_app_key and fetch_wrapped_key_share were missing the
verify=VERIFY_SSL parameter on their requests.get() calls,
making them inconsistent with all other HTTP calls in the file
and causing SSL failures with self-signed certificates.1 parent 0be8027 commit 8fb03e8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments