https://prefect.io logo
Title
a

Andreas Gustafsson

05/03/2023, 6:20 PM
I followed this guide to deploy an agent to ECS. My agent starts, but keeps failing with this error. Does anyone know what may be causing this? Any help is appreciated.
I've double and triple checked the PREFECT_API_URL and PREFECT_API_KEY environment variables, so I'm pretty sure it's something else.
s

Sahil Rangwala

05/03/2023, 7:47 PM
Hello! This is a known issue with https, a work around is to disable the http loggers thrown from there
a

Andreas Gustafsson

05/03/2023, 7:59 PM
Thank you!