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

TLS 1.2 Support? #74

Open
icyield opened this issue Oct 3, 2019 · 1 comment
Open

TLS 1.2 Support? #74

icyield opened this issue Oct 3, 2019 · 1 comment

Comments

@icyield
Copy link

icyield commented Oct 3, 2019

IBM Cloud only gives Databases for Redis

TLS and self-signed certificate support
All connections to Databases for Redis are TLS 1.2 enabled, so the driver you use to connect need to be able to support TLS encryption.

Any chance of TLS support?

@geertberkers
Copy link

Kitura-Redis makes use of BlueSockets.

You can enable SSL for Sockets using BlueSSLService.
https://github.com/IBM-Swift/BlueSocket See add-ins.

I just implemented it for an SSL Azure Redis Connection: zorgkluis@cb155b7#diff-3dee9532a6dd98c74cf9174823992791R47

You can speficy your own SSLConfiguration, for me none certificates of private keys were needed.

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

No branches or pull requests

2 participants