UQ-RCC / nimrodg

Nimrod/G
https://rcc.uq.edu.au/nimrod
Apache License 2.0
1 stars 0 forks source link

TLSv1.2 is hardcoded in the Master #9

Closed vs49688 closed 5 years ago

vs49688 commented 5 years ago

In MasterCmd.java

try(AMQProcessor amqp = new AMQProcessor(
                    amqpUri.uri,
                    certs,
                    "TLSv1.2",
                    cfg.getAmqpRoutingKey(),