Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

SQS endpoints sslCommonName fix #3700

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 4 additions & 6 deletions boto/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@
"http",
"https"
],
"sslCommonName": "{region}.queue.{dnsSuffix}"
"sslCommonName": "sqs.{region}.{dnsSuffix}"
},
"endpoints": {
"ap-northeast-1": {},
Expand All @@ -804,9 +804,7 @@
"eu-west-1": {},
"eu-west-2": {},
"sa-east-1": {},
"us-east-1": {
"sslCommonName": "queue.{dnsSuffix}"
},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
Expand Down Expand Up @@ -1075,7 +1073,7 @@
"http",
"https"
],
"sslCommonName": "{region}.queue.{dnsSuffix}"
"sslCommonName": "sqs.{region}.{dnsSuffix}"
},
"endpoints": {
"cn-north-1": {}
Expand Down Expand Up @@ -1275,7 +1273,7 @@
"http",
"https"
],
"sslCommonName": "{region}.queue.{dnsSuffix}"
"sslCommonName": "sqs.{region}.{dnsSuffix}"
}
}
},
Expand Down