Esri / azure-for-geoevent

ArcGIS GeoEvent Server sample Azure connectors for connecting to Microsoft Azure hubs and devices.
Apache License 2.0
7 stars 9 forks source link

Unable to utilize the Azure Event Hub connector in GeoEvent Server 10.8.1. #6

Open sidsr opened 3 years ago

sidsr commented 3 years ago

Hi Guys,

I am trying to utilize Azure Event Hub connector in GeoEvent Server 10.8.1. After importing the transport and adaptor's .jar file, I am getting an error message related to anonymous ciphers not being a part of the supported list of ciphers. Below are the ciphers particularly for which the error is invoked:

TLS_DH_anon_WITH_AES_128_CBC_SHA, SSL_DH_anon_WITH_3DES_EDE_CBC_SHA, SSL_DH_anon_WITH_DES_CBC_SHA, SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA

Upon further research, it seems that this error is related to the use of different jre versions. I suspect that this could be related to the jre version used in GeoEvent Server 10.6 for which the transport and adaptors are created.

Could you please confirm if we already have this connector upgraded to version 10.8.1 or if we even need to upgrade it? Also, if we do require update, it would be great if you could point me to the correct path.