I’m trying to set a custom domain for my app but I’m getting ECDSA
and RSA
errors.
I have waited for more than 10 minutes and I saw in other threads this should be pretty quick.
I already checked fly configuration file to check the ports for letsencrypt, added the CNAME
record to the google domains dashboard but I don’t get this to work properly.
fly.toml
# fly.toml file generated for gasta2 on 2023-04-06T10:25:28-06:00
app = "gasta2"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "qro"
processes = []
[env]
PORT = "8080"
[experimental]
auto_rollback = true
[[services]]
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"
Google domains dashboard
Fly dashboard
Bash
Thanks in advance