We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe6bf7 commit 86fbfc2Copy full SHA for 86fbfc2
core/auth/src/main/java/software/amazon/awssdk/auth/credentials/ContainerCredentialsProvider.java
@@ -213,8 +213,8 @@ private URI createGenericContainerUrl() {
213
String envVarName = SdkSystemSetting.AWS_CONTAINER_CREDENTIALS_FULL_URI.environmentVariable();
214
throw SdkClientException.builder()
215
.message(String.format("The full URI (%s) contained within environment variable " +
216
- "%s has an invalid host. Host should resolve to a loopback" +
217
- " address.",
+ "%s has an invalid host. Host should resolve to a loopback " +
+ "address or have the full URI be HTTPS.",
218
uri, envVarName))
219
.build();
220
}
0 commit comments