Symptoms:
- When trying to deploy a service through docker-compose against the VCH docker-compose API endpoint you see messages similar to the following:
ERROR: SSL error: HTTPSConnectionPool(host='192.168.100.50', port=2376): Max retries exceeded with url: /v1.22/networks/dockercompose_decryptator (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),))
ERROR: Couldn't connect to Docker daemon at http://192.168.100.50:2376 - is it running?
If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.