I am trying to install or run HiveMQ Edge, got from the website. But getting below error. can you please suggest, how to proceed?
Version - hivemq-edge-2023.3.zip
Error stacktrace:
ERROR - connection to http provider https://raw.githubusercontent.com/hivemq/hivemq-edge/master/ext/remote-endpoints.txt could not be established, using offline information
com.hivemq.edge.model.HiveMQEdgeRemoteConnectivityException: error in http socket connection
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.httpGet(HiveMQEdgeHttpServiceImpl.java:320)
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.loadRemoteServices(HiveMQEdgeHttpServiceImpl.java:287)
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.lambda$initMonitor$0(HiveMQEdgeHttpServiceImpl.java:95)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.net.ssl.SSLProtocolException: Read timed out
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:137)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)
at com.hivemq.http.core.HttpUrlConnectionClient.get(HttpUrlConnectionClient.java:80)
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.httpGet(HiveMQEdgeHttpServiceImpl.java:313)
… 3 common frames omitted
Caused by: java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:165)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:108)
… 11 common frames omitted
2023-08-21 14:57:19,276 ERROR - connection to http provider https://raw.githubusercontent.com/hivemq/hivemq-edge/master/ext/remote-endpoints.txt could not be established, using offline information
com.hivemq.edge.model.HiveMQEdgeRemoteConnectivityException: error in http socket connection
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.httpGet(HiveMQEdgeHttpServiceImpl.java:320)
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.loadRemoteServices(HiveMQEdgeHttpServiceImpl.java:287)
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.lambda$initMonitor$0(HiveMQEdgeHttpServiceImpl.java:95)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.net.ssl.SSLProtocolException: Read timed out
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:137)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)
at com.hivemq.http.core.HttpUrlConnectionClient.get(HttpUrlConnectionClient.java:80)
at com.hivemq.edge.impl.HiveMQEdgeHttpServiceImpl.httpGet(HiveMQEdgeHttpServiceImpl.java:313)
… 3 common frames omitted
Caused by: java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:165)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:108)
… 11 common frames omitted