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

SSL support for client-server communication using Thrift SSL socket. #72

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

shobhit85
Copy link

This is the change which provides capability for a php client to communicate to a Cassandra server over SSL, by setting certain SSL properties in PDO constructor in the php code. Check changes in tests/config.inc-dist for more information.

Same test suit was used to test this implementation, by just one minor modification in all tests i.e. by adding "params" parameter to PDO constructor and then for SSL based tests, adding new properties to the params array.

All tests with the implementation pass if Cassandra server is configured correctly with key/cert in keystore/truststore. Please refer to wikipage-edit.txt for more details.

Note: If the changes don't compile with Thrift 0.9.1, try using next release version 0.9.2.

@shobhit85 shobhit85 closed this Jun 25, 2015
@shobhit85 shobhit85 reopened this Jun 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant