Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails if existing_bucket_name is DNS-style. #82

Open
acg opened this issue May 1, 2022 · 0 comments
Open

Fails if existing_bucket_name is DNS-style. #82

acg opened this issue May 1, 2022 · 0 comments

Comments

@acg
Copy link

acg commented May 1, 2022

I have existing_bucket_name: deploy.redacted.io in the config and get the following.

Beanstalk-Deploy: GitHub Action for deploying to Elastic Beanstalk.
https://github.com/einaregilsson/beanstalk-deploy

 ***** Input parameters were: ***** 
         Application: redacted
         Environment: redacted-env
       Version Label: d6d3b1309b6016cf3a22fd8c0eb703d6aeb665b2
 Version description: 
          AWS Region: us-west-1
                File: d6d3b1309b6016cf3a22fd8c0eb703d6aeb665b2.zip
Existing bucket Name: deploy.redacted.io
      AWS Access Key: 20 characters long, starts with A
      AWS Secret Key: 40 characters long, starts with 3
 Wait for deployment: false
  Recovery wait time: NaN

Uploading file to bucket deploy.redacted.io
Error: Deployment failed: Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: deploy.redacted.io.s3.us-west-1.amazonaws.com. is not in the cert's altnames: DNS:s3-us-west-1.amazonaws.com, DNS:*.s3-us-west-1.amazonaws.com, DNS:s3.us-west-1.amazonaws.com, DNS:*.s3.us-west-1.amazonaws.com, DNS:s3.dualstack.us-west-1.amazonaws.com, DNS:*.s3.dualstack.us-west-1.amazonaws.com, DNS:*.s3.amazonaws.com, DNS:*.s3-control.us-west-1.amazonaws.com, DNS:s3-control.us-west-1.amazonaws.com, DNS:*.s3-control.dualstack.us-west-1.amazonaws.com, DNS:s3-control.dualstack.us-west-1.amazonaws.com, DNS:*.s3-accesspoint.us-west-1.amazonaws.com, DNS:*.s3-accesspoint.dualstack.us-west-1.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant