kin
July 4, 2023, 11:44pm
1
I am getting this error today trying to deploy an app. I tried building local but while the app builds, it won’t start on fly.io and the cli is complaining about " tls: failed to verify certificate: x509: certificate has expired or is not yet valid: “api.machines.dev ” certificate is expired"
Seems there are some problems?
status.fly.io is reporting all is ok…
kin
July 7, 2023, 10:25pm
2
Still having this problem after 3 days
The server’s certificate is definitely valid:
openssl s_client -connect api.machines.dev:443 2>/dev/null \
| openssl x509 -noout -dates
notBefore=Jun 17 23:37:40 2023 GMT
notAfter=Sep 15 23:37:39 2023 GMT
Please confirm that your machine’s datetime is correct.
What CLI command are you running?
Are you able to provide a minimal repro of the error?
What version of flyctl
are you using?
1 Like
kin
July 8, 2023, 10:46am
4
Hi, I am simply trying to do a fly deploy
but keeps getting a
failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID
If I build locally fly deploy --local-only
, it works.
I am using the latest version of the cli, it’s always kept up to date
kin
July 9, 2023, 12:17pm
5
Destroying the builder machine fixed it. I did hat too some days ago, without any change, so I have no idea why it worked this time, but it did
1 Like
system
Closed
July 16, 2023, 12:18pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.