An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
after excluding org.bouncycastle it started to work.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Our application is sitting on rabbitmq. When I try to talk to devices: DeviceClient(..) with IotHubClientProtocol.AMQPS and then open() I get
com.microsoft.azure.sdk.iot.device.exceptions.TransportException: Timed out waiting for authentication session to open
at com.microsoft.azure.sdk.iot.device.transport.amqps.AmqpsIotHubConnection.closeConnectionWithException(AmqpsIotHubConnection.java:686)
at com.microsoft.azure.sdk.iot.device.transport.amqps.AmqpsIotHubConnection.open(AmqpsIotHubConnection.java:143)
at com.microsoft.azure.sdk.iot.device.transport.IotHubTransport.openConnection(IotHubTransport.java:785)
at com.microsoft.azure.sdk.iot.device.transport.IotHubTransport.open(IotHubTransport.java:325)
at com.microsoft.azure.sdk.iot.device.DeviceIO.open(DeviceIO.java:156)
at com.microsoft.azure.sdk.iot.device.InternalClient.open(InternalClient.java:146)
at com.microsoft.azure.sdk.iot.device.DeviceClient.open(DeviceClient.java:395)
communication with MQTT works fine
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Answer accepted by question author
after excluding org.bouncycastle it started to work.