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

Making host name verification optional #317

Closed yvgopal closed 5 years ago

yvgopal commented 5 years ago

For proxy or other ad-hoc scenarios, making TLS cert host name verification optional based on a system property. If no property specified, it defaults to host name verification. only those needing to bypass it will use the system property.