SSL/TLS connection encryption #501
RamanShuliak-Khazatech
started this conversation in
General
Replies: 1 comment
-
It should be:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone tell me if this form of setup is correct?
Here is broker acceptor settings:
<acceptor name="amqps-acceptor">tcp://0.0.0.0:61617?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,MQTT,OPENWIRE;useEpoll=true;sslEnabled=true;keyStoreAlias=amq1;keyStorePath=file:/certs/keystore.jks;keyStorePassword=11111111;enabledProtocols=TLSv1.2</acceptor>
Here is logic of ConnectionFactory, Endpoint & Connection creation:
Thank you in advance)
Beta Was this translation helpful? Give feedback.
All reactions