almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

SSL Handshake failed #136

Closed oneEyedCharlie closed 2 years ago

oneEyedCharlie commented 2 years ago

Trying to check my balance this morning, and getting "SSL Handshake failed" when I first open Etherwall. The logs show this:

Response parse error: illegal value
HTTP Post reply: 
HTTP Request error: SSL handshake failed
HTTP Request error: SSL handshake failed
Connecting to main Etherwall server
HTTP Post request: {
}

HTTP Post request: {
}

HTTP Post request: {
    "currencies": [
        "BTC",
        "EUR",
        "CAD",
        "USD",
        "GBP"
    ],
    "version": 2
}

I've tried switching to a different internet connection, but still get the same error. What can I do to fix this?

almindor commented 2 years ago

This usually happens when the main etherwall "config" server is having issues. I just checked and it seems all is fine atm. Can you try again and see please?

oneEyedCharlie commented 2 years ago

Yes, just tried again, and now it works! :) I was worried.

Thank you! And thank you so much generally for this project.