cubedro / eth-net-intelligence-api

Ethereum Network Intelligence API
http://tinyurl.com/ofndjbo
GNU General Public License v3.0
324 stars 345 forks source link

Error: certificate has expired #243

Closed 5chdn closed 7 years ago

5chdn commented 8 years ago

Uhm, I'm sorry because this is probably the wrong place to report it, but I do not know where else to go.

The SSL cert for ethstats.net is expired and now my eth-net-intelligence-api instance throws the following error:

2016-09-20 21:18 +02:00: [wsc] =✘= Socket error: { Error: certificate has expired
    at Error (native)
    at TLSSocket.<anonymous> (_tls_wrap.js:1060:38)
    at emitNone (events.js:86:13)
    at TLSSocket.emit (events.js:185:7)
    at TLSSocket._finishInit (_tls_wrap.js:584:8)
    at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:416:38)
  code: 'CERT_HAS_EXPIRED',
  type: 'error',
  target: 
   WebSocket {
     domain: null,
     _events: { error: [Function: onerror] },
     _eventsCount: 1,
     _maxListeners: undefined,
     _socket: null,
     _ultron: null,
     _closeReceived: false,
     bytesReceived: 0,
     readyState: 3,
     supports: { binary: true },
     extensions: null,
     _isServer: false,
     url: 'wss://rpc.ethstats.net/api/?_primuscb=LT92BOF',
     protocolVersion: 13,
     binaryType: 'arraybuffer',
     _closeTimer: null } }
2016-09-20 21:18 +02:00: [wsc] =!= Reconnecting in 500 ms
2016-09-20 21:18 +02:00: [wsc] =!= This is attempt 1 out of 10
2016-09-20 21:18 +02:00: [wsc] =!= Reconnecting in 1885 ms
2016-09-20 21:18 +02:00: [wsc] =!= This is attempt 2 out of 10
2016-09-20 21:18 +02:00: [wsc] =!= Reconnecting in 2925 ms
2016-09-20 21:18 +02:00: [wsc] =!= This is attempt 3 out of 10
2016-09-20 21:18 +02:00: [wsc] =!= Reconnecting in 7401 ms
2016-09-20 21:18 +02:00: [wsc] =!= This is attempt 4 out of 10
2016-09-20 21:18 +02:00: [wsc] =!= Reconnecting in 9898 ms
2016-09-20 21:18 +02:00: [wsc] =!= This is attempt 5 out of 10
2016-09-20 21:18 +02:00: [wsc] =!= Reconnecting in 26798 ms
2016-09-20 21:18 +02:00: [wsc] =!= This is attempt 6 out of 10
2016-09-20 21:19 +02:00: [wsc] =!= Reconnecting in 38600 ms
2016-09-20 21:19 +02:00: [wsc] =!= This is attempt 7 out of 10
2016-09-20 21:19 +02:00: [wsc] =!= Reconnecting in 69972 ms
2016-09-20 21:19 +02:00: [wsc] =!= This is attempt 8 out of 10
2016-09-20 21:20 +02:00: [wsc] =!= Reconnecting in 211728 ms
2016-09-20 21:20 +02:00: [wsc] =!= This is attempt 9 out of 10

Now, my questions basicly are:

Thanks.