Giter Club home page Giter Club logo

Comments (5)

Dreamsorcerer avatar Dreamsorcerer commented on June 23, 2024

I don't see anything obviously wrong. But, the only thing that could have changed (as a result of the linked issue) is that it was expecting ssl previously, but actually not enabling ssl. Now it actually enables ssl, and you are missing certificates.

from aiohttp.

Dreamsorcerer avatar Dreamsorcerer commented on June 23, 2024

i.e. It may have been sending ssl=True somewhere, which was an invalid value before that change and actually disables ssl.

To fix your issue, install certificates so Python can find them (most installs do this by default), or use certifi as shown as an example in the docs.

from aiohttp.

gsrikant7 avatar gsrikant7 commented on June 23, 2024

Thanks @Dreamsorcerer for the quick turnaround.

We are not directly using aiohttp. We are using it via azure-keyvault-certificates from azure python sdk. Please check this issue that we have raised with them. We have directed your query to them.

from aiohttp.

webknjaz avatar webknjaz commented on June 23, 2024

I doubt someone here would be debugging a third party project. We need a pure-aiohttp reproducer to move forward.

from aiohttp.

Dreamsorcerer avatar Dreamsorcerer commented on June 23, 2024

We are not directly using aiohttp

Neither of my suggestions require direct use of aiohttp. Installing certificates globally is a normal thing that affects all of Python. And the project appears to have some way to specify the SSL context that gets passed to aiohttp if you need to use certifi instead.

from aiohttp.

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.