OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
647 stars 186 forks source link

Connect to remote sever fails with net::ERR_CERT_COMMON_NAME_INVALID #1885

Open ghost opened 4 years ago

ghost commented 4 years ago

Tried to connect remote node using latest openbazaar-desktop version through SSL using self-signed certificate.

Console output: Socket.js? [sm]:42 WebSocket connection to 'wss://****/ws' failed: Error in connection establishment: net::ERR_CERT_COMMON_NAME_INVALID

I can successfully connect to latest openbazaar-go local server using latest client. Also, can connect to v0.13.8 remote server through SSL using bundle application v2.3.8. But can't connect to v0.13.8 server using openbazaar-desktop v2.3.8.

It seems, that is not certificate issue as everything works in bundle application, how is it possible? Certs was configured with all tips presented here.