mirror of https://github.com/apache/jclouds.git
during integration testing on bad networks, dns responses may not return fast enough. relaxSSLHostname works around this
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1848 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
008979b027
commit
b2987c9682
|
@ -35,7 +35,7 @@ public class SecureS3ConnectionLiveTest extends S3ConnectionLiveTest {
|
|||
@Override
|
||||
protected S3ContextBuilder buildS3ContextFactory(String AWSAccessKeyId, String AWSSecretAccessKey) {
|
||||
return (S3ContextBuilder) S3ContextBuilder.newBuilder(AWSAccessKeyId, AWSSecretAccessKey)
|
||||
.withHttpSecure(true).withHttpPort(443);
|
||||
.withHttpSecure(true).relaxSSLHostname().withHttpPort(443);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue