is there a workaround to bypass ssl verification f...
# pacc-july-17-18-2023
l
is there a workaround to bypass ssl verification for the lat 103?
j
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
where do I put this command?
image.png
j
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.