diff --git a/test/integration-test-common.sh b/test/integration-test-common.sh index 3b49648..582acf2 100644 --- a/test/integration-test-common.sh +++ b/test/integration-test-common.sh @@ -41,7 +41,7 @@ set -o errexit S3FS=../src/s3fs # Allow these defaulted values to be overridden -: ${S3_URL:="http://127.0.0.1:8080"} +: ${S3_URL:="https://127.0.0.1:8080"} : ${S3FS_CREDENTIALS_FILE:="passwd-s3fs"} : ${TEST_BUCKET_1:="s3fs-integration-test"} @@ -182,6 +182,8 @@ function start_s3fs { $TEST_BUCKET_MOUNT_POINT_1 \ -o use_path_request_style \ -o url=${S3_URL} \ + -o no_check_certificate \ + -o ssl_verify_hostname=0 \ -o createbucket \ ${AUTH_OPT} \ -o dbglevel=${DBGLEVEL:=info} \ diff --git a/test/keystore.jks b/test/keystore.jks new file mode 100644 index 0000000..0a51c65 Binary files /dev/null and b/test/keystore.jks differ diff --git a/test/s3proxy.conf b/test/s3proxy.conf index 6d3bd49..712882b 100644 --- a/test/s3proxy.conf +++ b/test/s3proxy.conf @@ -1,7 +1,9 @@ -s3proxy.endpoint=http://127.0.0.1:8080 +s3proxy.secure-endpoint=http://127.0.0.1:8080 s3proxy.authorization=aws-v4 s3proxy.identity=local-identity s3proxy.credential=local-credential +s3proxy.keystore-path=keystore.jks +s3proxy.keystore-password=password jclouds.provider=transient jclouds.identity=remote-identity