mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
update error message and text
This commit is contained in:
parent
08b01be5c2
commit
6c9e4d617e
1 changed files with 2 additions and 5 deletions
|
@ -122,13 +122,10 @@ You did not finish step 4 in the installation instructions, "[Install Algo's rem
|
|||
|
||||
You received a message like this:
|
||||
```
|
||||
Failed to validate the SSL certificate for api.digitalocean.com:443.
|
||||
Make sure your managed systems have a valid CA certificate installed.
|
||||
You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended.
|
||||
Paths checked for this platform: /etc/ssl/certs, /etc/ansible, /usr/local/etc/openssl. The exception msg was: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076).
|
||||
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate the SSL certificate for api.digitalocean.com:443. Make sure your managed systems have a valid CA certificate installed. You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended. Paths checked for this platform: /etc/ssl/certs, /etc/ansible, /usr/local/etc/openssl. The exception msg was: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076).", "status": -1, "url": "https://api.digitalocean.com/v2/regions"}
|
||||
```
|
||||
|
||||
Your local system does not have a CA certificate that can validate the cloud provider's API. Are you using MacPorts instead of Homebrew? The MacPorts openssl installation does not include a CA certificate, but you can fix this by installing the [curl-ca-bundle](https://andatche.com/articles/2012/02/fixing-ssl-ca-certificates-with-openssl-from-macports/) port with `port install curl-ca-bundle`.
|
||||
Your local system does not have a CA certificate that can validate the cloud provider's API. Are you using MacPorts instead of Homebrew? The MacPorts openssl installation does not include a CA certificate, but you can fix this by installing the [curl-ca-bundle](https://andatche.com/articles/2012/02/fixing-ssl-ca-certificates-with-openssl-from-macports/) port with `port install curl-ca-bundle`. That should do the trick.
|
||||
|
||||
### Could not fetch URL ... TLSV1_ALERT_PROTOCOL_VERSION
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue