Commit bae6f62
authored
Fix SSL CRL verification error in INSPIRE API connections (#2770)
Configure a custom OpenSSL certificate store for HTTPS connections to
inspirehep.net that skips Certificate Revocation List (CRL) checking.
The default Ruby OpenSSL configuration was failing with 'unable to get
certificate CRL' errors when connecting to the INSPIRE API, likely due
to network/firewall restrictions blocking CRL distribution point access.
The certificate chain is still validated normally; only the revocation
list check is bypassed.1 parent e1788fc commit bae6f62
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments