SSL certificate issue - Not able to connect to prefect cloud and not able to run the deployment

Hey guys,

I have two questions about when I apply prefect to my workspace.

  1. I am trying to use the cloud prefect, but once I try to authorize to the cloud. It shows this error - ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997).

I try this method, but still not able to solve it.
export CURL_CA_BUNDLE=‘’
export PYTHONHTTPSVERIFY=‘false’

  1. I am trying to run the prefect flow to see how Snowflake feeds the data into Opensearch API. I was able to run locally and show all the logs in my terminal. However, when I created the deployment on the prefect UI, it failed.

I am curious why I was able to run the prefect flow success in my local machine, but when I create the deployment and run it, and failed.