Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Disable sslv3 #1245

Closed
wants to merge 0 commits into from
Closed

Disable sslv3 #1245

wants to merge 0 commits into from

Conversation

bowlofeggs
Copy link
Contributor

I am still working on tests, but wanted to get this out for review.

https://bugzilla.redhat.com/show_bug.cgi?id=1153054

@beav beav self-assigned this Oct 16, 2014
@@ -31,6 +31,32 @@ def test_request_handles_untrusted_server_cert(self, request):

@mock.patch('pulp.bindings.server.httpslib.HTTPSConnection.getresponse')
@mock.patch('pulp.bindings.server.httpslib.HTTPSConnection.request')
@mock.patch('pulp.bindings.server.SSL.Context.__init__', side_effect=server.SSL.Context.__init__,
Copy link
Contributor

Choose a reason for hiding this comment

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

101 char line:)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, my .vimrc was old from when we used to do 110 columns (i'm using a dev box I've not used in a while). Fixed!

@beav
Copy link
Contributor

beav commented Oct 16, 2014

LGTM

Can you squash into one commit before merging?

@bowlofeggs
Copy link
Contributor Author

Yeah, I'm squashing it now.

@bowlofeggs bowlofeggs force-pushed the disable_sslv3 branch 2 times, most recently from 40b7b0e to b5b2586 Compare October 16, 2014 18:14
@bowlofeggs
Copy link
Contributor Author

Not sure what happened with this PR, but this change was merged.

https://github.com/pulp/pulp/commits/2.4-testing

@bowlofeggs bowlofeggs closed this Oct 16, 2014
@bowlofeggs bowlofeggs deleted the disable_sslv3 branch October 16, 2014 18:22
@bowlofeggs
Copy link
Contributor Author

This is the commit that was merged:

b5b2586

bmbouter pushed a commit to bmbouter/pulp that referenced this pull request Oct 2, 2015
Includes fix that allows kombu to connect on localhost

closes pulp#1245
https://pulp.plan.io/issues/1245
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants