Problem With first command curl

Hello,

While setting up Eramba on VMware, I changed the IP address in /etc/netplan/50-cloud-init.yaml, but I’m encountering an error when running the curl command. I’m sending the error text in the message."

eramba@eramba:~$ curl https://support-v3.eramba.org/ping.html
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: curl - SSL CA Certificates

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
eramba@eramba:~$

Hello,

Yes, it is caused by not valid default certificate. This will be fixed in 3.25.0.
If you put your own valid certificate it will be working fine.

root@eramba:/home/docker# curl https://support-v3.eramba.org/ping.html
curl: (60) SSL certificate problem: unable to get local issuer certificate

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
root@eramba:/home/docker#

root@eramba:/home/docker#
root@eramba:/home/docker# curl -k https://support-v3.eramba.org/ping.html
Success!root@eramba:/home/docker#

I have internet on machine

How to run the command **docker compose -f docker-compose.simple-install.yml up -d** without checking SSL certificates.

Hello, could you please let us know the planned release date for version 3.25.0 with the certificate fix?

Soon, this week or early next week. It will be communicated here and over email campaign as well.