MrRaphTW / docker-itop

iTop Docker image
2 stars 1 forks source link

Unable to deploy new container with iTop version 2.5.0 #2

Closed bigfoot90 closed 6 years ago

bigfoot90 commented 6 years ago

I'm trying to deploy a new container with iTop version 2.5.0, but got this error:

 Error: The current PHP Version (5.5.9-1ubuntu4.17) is lower than the minimum version required to run iTop, which is (5.6.0)

And this from container logs:

TASK [Download new ToolKit] ****************************************************
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to validate the SSL certificate for www.combodo.com:443. Make sure your managed systems have a valid CA certificate installed. If the website serving the url uses SNI you need python >= 2.7.9 on your managed machine or you can install the `urllib3`, `pyopenssl`, `ndg-httpsclient`, and `pyasn1` python modules to perform SNI verification in python >= 2.6. 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/pki/ca-trust/extracted/pem, /etc/pki/tls/certs, /usr/share/ca-certificates/cacert.org, /etc/ansible"}
bigfoot90 commented 6 years ago

Duplicate of #1