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:
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.
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.