You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Josef Cacek (JIRA)" <ji...@apache.org> on 2015/09/28 11:06:04 UTC

[jira] [Created] (JCLOUDS-1006) Docker provider Live tests don't work without TLS

Josef Cacek created JCLOUDS-1006:
------------------------------------

             Summary: Docker provider Live tests don't work without TLS
                 Key: JCLOUDS-1006
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1006
             Project: jclouds
          Issue Type: Bug
          Components: jclouds-labs
    Affects Versions: 1.9.1
            Reporter: Josef Cacek


Running docker provider live tests against an endpoint with no TLS configured fails with {{FileNotFoundException}}.

The problem is located between {{DockerHttpApiModule}} and {{DockerUntrustedSSLContextSupplier}} classes. The first one registers the second one as the "untrusted" SSLContext Supplier. Nevertheless, none of them makes check if SSLContext is requested - i.e. there is no check if credentials really points to client key and certificate files.

This issue is about to make the fix of JCLOUDS-898 complete.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)