You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: