Skip to content
This repository was 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
shobhit85 wants to merge 5 commits into
Orange-OpenSource:masterfrom
shobhit85:sslfix
Open

SSL support for client-server communication using Thrift SSL socket.#72
shobhit85 wants to merge 5 commits into
Orange-OpenSource:masterfrom
shobhit85:sslfix

Conversation

@shobhit85

Copy link
Copy Markdown

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