Skip to content

Conversation

@davidtsadler
Copy link
Contributor

Some systems may not use the rsa_rc4_128_sha cipher by default when using curl to send a SSL request. I've added a setCipher method that works in the same vein as verifyPeer. It should allow client code to force curl to use the correct cipher.

The API requires that all client SSL connections use the rsa_rc4_128_sha
cipher. This should not be an issue as curl will use this by default. In those
situations where this is not the case the setCipher method can be called
to force curl to use the correct cipher.
@maetl
Copy link
Contributor

maetl commented Nov 4, 2012

Thanks. Appreciate that you updated the README as well.

maetl added a commit that referenced this pull request Nov 4, 2012
@maetl maetl merged commit aeea01b into bigcommerce:master Nov 4, 2012
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.

2 participants