Keep CKAN DataPusher add-ca-cert on py2.7
This commit is contained in:
parent
c7b0ea28b2
commit
243c8a4542
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python
|
||||||
|
|
||||||
import ssl
|
import ssl
|
||||||
|
|
||||||
cert = ssl.get_server_certificate(('host', 443))
|
cert = ssl.get_server_certificate(('host', 443))
|
||||||
with open('/usr/lib/python3.8/site-packages/certifi/cacert.pem', 'a') as f:
|
with open('/usr/lib/python2.7/site-packages/requests/cacert.pem', 'a') as f:
|
||||||
f.write(cert)
|
f.write(cert)
|
||||||
|
Loading…
Reference in New Issue
Block a user