sciapp / nojava-ipmi-kvm

nojava-ipmi-kvm is a utility to access Java based ipmi kvm consoles without a local java installation.
MIT License
81 stars 28 forks source link

Docker terminated with return code 5. #18

Closed lambq closed 1 year ago

lambq commented 1 year ago

[INFO] Starting the Docker container... Error: No such container: nojava-ipmi-kvmrc-94f36d93-faaf-479d-9083-7f793561defe [INFO] Starting new HTTPS connection (1): 192.168.4.82 [ERROR] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) [ERROR] Docker terminated with return code 5.

Jeff-liaojinfu commented 1 year ago

您的邮件我已经收到,我会尽快回复您!

IngoMeyer441 commented 1 year ago

Did you try the

allow_insecure_ssl: True

configuration option? This should avoid the

[ERROR] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)

error message.

lambq commented 1 year ago

Digest: sha256:403157f8d3cf86ea5a16c538fbf246a6f04a983c65e7ace78645a8ffa1b14d27 Status: Downloaded newer image for sciapp/nojava-ipmi-kvm:v0.9.0-openjdk-7 [INFO] Starting new HTTPS connection (1): mykvmhost.org /usr/lib/python2.7/dist-packages/urllib3/connectionpool.py:732: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.) InsecureRequestWarning) [ERROR] Login to https://mykvmhost.org/rpc/WEBSES/create.asp was not successful. [INFO] Waiting for the Docker container to be up and ready... [ERROR] Docker terminated with return code 3. Maybe you entered a wrong password?

lambq commented 1 year ago

I have successfully run it!

lambq commented 1 year ago

Thank you!