I’ve installed the Mender demo server on my own on a host and the client (dunfell branch, based on Yocto) on a Beaglebone Black board, both conntected to my local network and want to test the device binding.
In my LAN, there’s no way to run a domain name server (I’m not the admin ^^).
I have two questions:
Is there a way to configure them to use with ip addresses?
And a way or any chance to ignore certificate validation for testing purposes?
the backend looks like its not configured with your own certificate and is expecting to be contacted on docker.mender.io domain and failing the domain name check.
Just like in the link i mentioned above. Double check the process for whether you are using demo setup or production setup.
you could just use docker.mender.io domain instead of myserver in you hosts file and mender config for the time being if its just a test.
by adding your own certificate I believe you are now crossing over into the production-ready configuration of the mender server and would need to most likely follow these instructions.
if you still want to use in demo mode then below are instructions for that.