-
Notifications
You must be signed in to change notification settings - Fork 83
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
No option for SSL connection #107
Comments
I'll submit a pull request later today. |
Is this fixed? When can we expect to have SSL config parameter? |
The SSL support will be added in the next weeks. Sorry for the delay. |
jniebuhr
added a commit
to jniebuhr/spark-rabbitmq
that referenced
this issue
Aug 18, 2017
There is still have no option for SSL connection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there seems to be no option to use an SSL connection.
We would need a new connection parameter called
sslProtocol
or something.When this parameter is set we'll need to call
factory.useSslProtocol("TLSv1.2");
with the given protocol.The text was updated successfully, but these errors were encountered: