Skip to content
Snippets Groups Projects
Commit e07e45365bb1 authored by Jean-Francois Pieronne's avatar Jean-Francois Pieronne
Browse files

CAINFO shoudld be specified, OpenVMS port problem ?

parent 339617d41c4e
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
c = pycurl.Curl() c = pycurl.Curl()
c.setopt(c.URL, 'https://curl.haxx.se/dev/') c.setopt(c.URL, 'https://curl.haxx.se/dev/')
c.setopt(c.WRITEFUNCTION, t.body_callback) c.setopt(c.WRITEFUNCTION, t.body_callback)
c.setopt(pycurl.CAINFO, '/etc/ssl/ca-certificates.crt')
c.perform() c.perform()
c.close() c.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment