Hi SWUpdate community,
I am successful in Hawkbit server with HTTP and I am trying to enable HTTPS in hawkbit server and connect from swupdate.
For this, I started following official documentation:
I am new to SSL/TLS so without the steps , I started following below documentation:
In above steps, server.pem file gets generated, which I copied to my Rootfs and tried accessing the Hawkbit server. But I am getting below error:
Connected to 192.168.0.10 (192.168.0.10) port 8443 (#1)
* found 1 certificates in /home/root/server.pem
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / RSA_AES_256_CBC_SHA1
* server certificate verification failed. CAfile: /home/root/server.pem CRLfile: none
* Closing connection 1
If anyone is successful in using HTTPS with Hawbit server and connect with Swupdate, please share steps.
Thanks in advance,
Keshava