cloudflare / Stout

A reliable static website deploy tool
MIT License
752 stars 29 forks source link

Unable to create website. Certificate error. #55

Open ValkyrieUK opened 6 years ago

ValkyrieUK commented 6 years ago
Put https://my.domain.s3.amazonaws.com/: x509: certificate is valid for *.s3.amazonaws.com, s3.amazonaws.com, not valkyrie.systems.s3.amazonaws.com

Results in.

2018/06/09 16:52:52 HOST s3.amazonaws.com
2018/06/09 16:52:52 HOST
Creating Bucket
Error creating S3 bucket
Put https://valkyrie.systems.s3.amazonaws.com/: x509: certificate is valid for *.s3.amazonaws.com, s3.amazonaws.com, not valkyrie.systems.s3.amazonaws.com

uname -a

Darwin Bradleys-MacBook-Pro.local 17.5.0 Darwin Kernel Version 17.5.0: Mon Mar  5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64 x86_64

Maybe related to #49

cooperka commented 6 years ago

For me I get

Error creating S3 bucket (or) Error uploading
The request signature we calculated does not match the signature you provided. Check your key and signing method.

Downgrading to v1.3.1 resolved the issue.