-
Notifications
You must be signed in to change notification settings - Fork 137
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
Use TLS endpoint when connecting to Sandbox #3570
Conversation
d18af23
to
2cb1af5
Compare
@calohmn would you mind taking a look |
ac0d2a1
to
951d0da
Compare
951d0da
to
5019d9c
Compare
@calohmn would you mind taking another look? |
The command line client was still trying to connect to the insecure ports of the Sandbox. This has been changed so that the client now uses the TLS endpoints and requires the user to specify a trust store for validating the server certificate. The Getting Started guide has been adapted accordingly. Also updated the Python Getting Started example script to use Kafka instead of AMQP 1.0 based messaging infrastructure.
5019d9c
to
307d2d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
An afterthought here: |
Does it also work without the |
Yes, I've verified this by running
|
Addresses #3569
The command line client was still trying to connect to the insecure ports of the Sandbox.
This has been changed so that the client now uses the TLS endpoints and requires the user to specify a trust store for validating the server certificate.
The Getting Started guide has been adapted accordingly.