Skip to content

Comments

Fixes #142: Force SSL validation with aiohttp#143

Open
kylehendricks wants to merge 1 commit intohammem:mainfrom
kylehendricks:issue_142
Open

Fixes #142: Force SSL validation with aiohttp#143
kylehendricks wants to merge 1 commit intohammem:mainfrom
kylehendricks:issue_142

Conversation

@kylehendricks
Copy link

Set ssl=True when building the AIOHTTPTransport.

Without this set, aiohttp is emitting the following warning:

UserWarning: WARNING: By default, AIOHTTPTransport does not verify ssl certificates. This will be fixed in the next major version. You can set ssl=True to force the ssl certificate verification or ssl=False to disable this warning

Set ssl=True when building the AIOHTTPTransport.

Without this set, aiohttp is emitting the following warning:

```
UserWarning: WARNING: By default, AIOHTTPTransport does not verify ssl certificates. This will be fixed in the next major version. You can set ssl=True to force the ssl certificate verification or ssl=False to disable this warning
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant