PeerAssets / chizukeki

チズケキ PeerAssets-able Peercoin web wallet.
https://peerassets.github.io/chizukeki/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

synch failed (:ERR_CERT_DATE_INVALID) #51

Closed willyfromtheblock closed 6 years ago

willyfromtheblock commented 6 years ago

The currently deployed version tries to contact explorer.peercoin.net:8000/api/getblockcount? which results in an invalid cert error. Thus chizukeki is not syncing.

state after dispatch Object explorer.peercoin.net:8000/ext/getaddress/mnrpyUA4NPnQePbZwQLViUrZmTwg5J4Tkc:1 Failed to load resource: net::ERR_CERT_DATE_INVALID bundle.js:101 will dispatch Object bundle.js:101 state after dispatch Object explorer.peercoin.net:8000/api/getblockcount?:1 Failed to load resource: net::ERR_CERT_DATE_INVALID bundle.js:101 TypeError: Failed to fetch (anonymous) @ bundle.js:101 bundle.js:101 will dispatch Object bundle.js:101 state after dispatch Object explorer.peercoin.net:8000/ext/getaddress/mnrpyUA4NPnQePbZwQLViUrZmTwg5J4Tkc:1 Failed to load resource: net::ERR_CERT_DATE_INVALID bundle.js:101 will dispatch Object bundle.js:101 state after dispatch Object bundle.js:101 TypeError: Failed to fetch (anonymous) @ bundle.js:101 explorer.peercoin.net:8000/api/getblockcount?:1 Failed to load resource: net::ERR_CERT_DATE_INVALID wallet:1 Failed to load resource: the server responded with a status of 404 () bundle.js:101 will dispatch {type: "SYNC_WALLET_STARTED", payload: {…}, Symbol(@@redux-saga/SAGA_ACTION): true} bundle.js:101 state after dispatch {wallet: {…}, assets: {…}, router: {…}} bundle.js:101 will dispatch {type: "SYNC_WALLET_FAILED", payload: {…}, error: true, Symbol(@@redux-saga/SAGA_ACTION): true} bundle.js:101 GET https://explorer.peercoin.net:8000/ext/getaddress/mnrpyUA4NPnQePbZwQLViUrZmTwg5J4Tkc 0 ()

peerchemist commented 6 years ago

It's using the wrong URL of explorer.

Correct URL is testnet-explorer.peercoin.net, without port.

micimize commented 6 years ago

fix deployed - would be more accurate to say the url was changed.

peerchemist commented 6 years ago

Surprised we did not catch this in the logs. URL was changed a long long time ago.