Giter VIP home page Giter VIP logo

Comments (8)

philipkershaw avatar philipkershaw commented on July 20, 2024

This is hard-wiring it for no SSL auth - not a good idea. How about making verify a configurable parameter so that callers can choose.

Config setting -

ca_dir = '/path/to/certfile'

Then,

requests.get('https://github.com', verify=ca_dir)

from esgf-pyclient.

cehbrecht avatar cehbrecht commented on July 20, 2024

Maybe add the verify option as parameter and pass it to requests?

def logon_with_openid(openid, ssl_verify=True):
    ...
    requests.get('https://github.com', verify=ssl_verify)

... and mention in the parameter description how to configure it in case of ssl verification errros.

from esgf-pyclient.

pchengi avatar pchengi commented on July 20, 2024

from esgf-pyclient.

maheshguru avatar maheshguru commented on July 20, 2024

from esgf-pyclient.

pchengi avatar pchengi commented on July 20, 2024

from esgf-pyclient.

cehbrecht avatar cehbrecht commented on July 20, 2024

I guess Carsten meant keeping verify as true by default, while giving an option to pass verify=false. Sure, that sounds reasonable.

Yes, it was meant as you said. Just need a chance to configure it :)

from esgf-pyclient.

agstephens avatar agstephens commented on July 20, 2024

Hi folks, I have merged in PR #14. If any of you guys that understand the details of this Issue have time it would be brilliant if you can make the change and then I'll test and deploy. Thanks, Ag

from esgf-pyclient.

agstephens avatar agstephens commented on July 20, 2024

I believe this works - so closing.

from esgf-pyclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.