简体   繁体   English

无法连接到端点 URL:“https://acm.eu-west3.amazonaws.com/”

[英]Could not connect to the endpoint URL: "https://acm.eu-west3.amazonaws.com/"

I'm trying to setup an AWS client VPN by following this tutorial: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html#mutual我正在尝试按照本教程设置 AWS 客户端 VPN: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html#mutual

When I enter this command in the Command Prompt (Windows 10):当我在命令提示符 (Windows 10) 中输入此命令时:

aws acm import-certificate --certificate fileb://server.crt --private-key fileb://server.key --certificate-chain fileb://ca.crt

I get this error:我收到此错误:

Could not connect to the endpoint URL: "https://acm.eu-west3.amazonaws.com/"

When I enter the command aws configure then it shows me that the correct region is selected:当我输入命令aws configure时,它显示我选择了正确的区域:

Default region name [eu-west3]:

I didn't find a similar question for acm related issues, but there are many similar questions for application related connection issues. acm相关的问题我没有找到类似的问题,但是application相关的connection issues有很多类似的问题。 The solution for those issues is often to change the region with aws configure .这些问题的解决方案通常是使用aws configure更改区域。 Related questions:相关问题:

Answer from Riz:里兹的回答:

In aws configure change eu-west3 to eu-west-3aws configure eu-west3更改为eu-west-3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法访问的主机:`savingsplans.eu-west-1.amazonaws.com'。 此服务可能在“eu-west-1”区域不可用 - Inaccessible host: `savingsplans.eu-west-1.amazonaws.com'. This service may not be available in the `eu-west-1' region ValueError:无效端点:https://s3..amazonaws.com - ValueError: Invalid endpoint: https://s3..amazonaws.com AWS Lambda 无法连接到端点 URL DynamoDB - AWS Lambda could not connect to endpoint URL DynamoDB AWS S3 - java.net.UnknownHostException: repo-user-bucket.s3.us-west-2.amazonaws.com - AWS S3 - java.net.UnknownHostException: repo-user-bucket.s3.us-west-2.amazonaws.com Node.js 与 SQS:访问资源 https://sqs.us-east-1.amazonaws.com/ 被拒绝 - Node.js with SQS: Access to the resource https://sqs.us-east-1.amazonaws.com/ is denied sagemaker.estimator.Estimator 容器 eu-west-2 - sagemaker.estimator.Estimator containers eu-west-2 “Source”中的 ActionType 在区域“EU_WEST_3”中不可用 - ActionType in action 'Source' is not available in region 'EU_WEST_3' 在 eu-west-2 区域使用 CloudFormation 通过 SNS 发送 SMS - Sending SMS through SNS with CloudFormation in eu-west-2 region 如何在 PUT 请求后从 s3.amazonaws.com 获取图像 url? - How to get image url from s3.amazonaws.com after PUT-request? graphql 订阅无法连接到 elastic beanstalk 的 websocket 端点 - graphql subscription Could not connect to websocket endpoint at elastic beanstalk
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM