> @@ -37,4 +46,15 @@ protected void bindErrorHandlers() {
>
> bind(HttpErrorHandler.class).annotatedWith(ClientError.class).to(DockerErrorHandler.class);
>
> bind(HttpErrorHandler.class).annotatedWith(ServerError.class).to(DockerErrorHandler.class);
> }
> +
> + @Override
> + protected void configure() {
still need this to be documented. Not sure why we need custom ssl context
otherwise
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/109/files#r19747111