https://prefect.io logo
l

Lyazzat

07/17/2023, 7:21 PM
is there a workaround to bypass ssl verification for the lat 103?
j

Jeff Hale

07/17/2023, 7:25 PM
Same environment var should work - might need to run it again if in a different window
Copy code
PREFECT_API_TLS_INSECURE_SKIP_VERIFY = True  - just for development
l

Lyazzat

07/18/2023, 3:53 PM
where do I put this command?
image.png
j

Jeff Hale

07/18/2023, 3:59 PM
It’s an environment variable, so you’d need to set it one of a few ways.
export
in front of it will work for the current terminal session. The suggestion in a recent Slack message might work best for a long-term fix.