Curl SSL error

Hi, Im getting following error with the docker template.

+ curl -fsSL --compressed https://XXXX/bin/coder-linux-amd64 -o coder
curl: (60) SSL: no alternative certificate subject name matches target host name 'XXXX'
More details here: https://curl.se/docs/sslcerts.html
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.
+ status=60
+ echo error: failed to download coder agent
+ echo        command returned: 60
+ echo Trying again in 30 seconds...
+ sleep 30
error: failed to download coder agent
       command returned: 60
Trying again in 30 seconds...
Was this page helpful?