Hugo Zárate
Hugo Zárate

Reputation: 41

Openwisp -> Failed to connect to controller during registration

Well, I'm working with Openwisp and when I tried to register a device (router), I got this error.

Error

This is the configuration on the router Config

Any idea what I might be doing wrong?

Upvotes: 1

Views: 398

Answers (1)

nemesifier
nemesifier

Reputation: 8529

CURLE_PEER_FAILED_VERIFICATION (60)

The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK. This error code has been unified with CURLE_SSL_CACERT since 7.62.0. Its previous value was 51.

If you're in development/testing mode, you can disable SSL verification in openwisp-config by modifying /etc/config/openwisp and setting verify_ssl to 0.

In production you will have to make sure the SSL certificate of the server is valid.

Upvotes: 1

Related Questions