Skip to content

DockerCmdExecFactoryImpl fails when not using SSL #176

@AndrewGuenther

Description

@AndrewGuenther

It would be really nice to be able to use the default DockerCmdExecFactory without having to use SSL.

As far as I can tell this line will always fail if no SSL certs are given.

Including code here for convenience:

        SSLContext sslContext;
        try {
            sslContext = dockerClientConfig.getSslConfig().getSSLContext();
        } catch(Exception ex) {
            throw new DockerClientException("Error in SSL Configuration", ex);
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions