Azure / azure-service-bus-java

☁️ Java client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
MIT License
60 stars 59 forks source link

Fix to verify hostname in the server certificate #313

Closed yvgopal closed 5 years ago

yvgopal commented 5 years ago

Upgraded to 0.31 version of ProtonJ. Default java tls implementation sends a legacy handshake and it doesn't interoperate well with Windows TLS implementation, where AMQP protocol head of AzureServiceBus is hosted. So added a minor tweak to work around the problem.