Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reintroduce ca_certs and ciphers parameters of SSLTransport._wrap_socket_sni() #344

Merged
merged 1 commit into from
Nov 8, 2020

Conversation

matusvalo
Copy link
Member

Fixes #342 This fixes issue introduced in PR #327

…ket_sni()

This fixes issue introduced in commit: 53d6777
Copy link
Member

@thedrow thedrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matusvalo matusvalo merged commit b3f3713 into celery:master Nov 8, 2020
@matusvalo matusvalo deleted the fix_wrap_socket_sni branch November 8, 2020 10:56
@thedrow
Copy link
Member

thedrow commented Nov 8, 2020

I'll release this as soon as possible.

@4383
Copy link
Contributor

4383 commented Nov 9, 2020

@matusvalo LGTM, sorry to be late.

Well done!

tanaypf9 pushed a commit to tanaypf9/pf9-requirements that referenced this pull request May 20, 2024
Patch Set 2:

It seems that pyamqp re-introduced the ca_certs parameter in [1] and released that fix in 5.0.2[2]. Still we need to wait for kombu to release a new version that requires pyamqp 5.0.2. Then I will updated this path to bump kombu and amqp package version upwards instead of pinning downwards.


[1]celery/py-amqp#344
[2]https://github.com/celery/py-amqp/commits/v5.0.2

Patch-set: 2
Reviewer: Gerrit User 9708 <9708@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Label: Verified=0
tanaypf9 pushed a commit to tanaypf9/pf9-requirements that referenced this pull request May 20, 2024
Patch Set 2:

> It seems that pyamqp re-introduced the ca_certs parameter in [1]
 > and released that fix in 5.0.2[2]. Still we need to wait for kombu
 > to release a new version that requires pyamqp 5.0.2. Then I will
 > updated this path to bump kombu and amqp package version upwards
 > instead of pinning downwards.
 > 
 > 
 > [1]celery/py-amqp#344
 > [2]https://github.com/celery/py-amqp/commits/v5.0.2

Do we need to wait for a new kombu release? They have 5<=pyamqp<6, which should be fine.

Patch-set: 2
Reviewer: Gerrit User 14826 <14826@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Label: Verified=0
tanaypf9 pushed a commit to tanaypf9/pf9-requirements that referenced this pull request May 20, 2024
Patch Set 3:

> Patch Set 2:
> 
> > It seems that pyamqp re-introduced the ca_certs parameter in [1]
>  > and released that fix in 5.0.2[2]. Still we need to wait for kombu
>  > to release a new version that requires pyamqp 5.0.2. Then I will
>  > updated this path to bump kombu and amqp package version upwards
>  > instead of pinning downwards.
>  > 
>  > 
>  > [1]celery/py-amqp#344
>  > [2]https://github.com/celery/py-amqp/commits/v5.0.2
> 
> Do we need to wait for a new kombu release? They have 5<=pyamqp<6, which should be fine.

OK, lets try this. See PS3

Patch-set: 3
Reviewer: Gerrit User 9708 <9708@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSLTransport error: unexpected keyword argument 'ca_certs'
3 participants