Hi guys. I am using Flyte on our K8s single node cluster in work environment. We use proxy networks to access the outer world. I am using FlyteFile to download a file from internet from random host. And it throws me error as cannot connect to host ssl error.
Also if i use simple pd.read_csv(URL) for downloading the dataset ..it is working fine....also environment variables are also set for proxies for example http_proxy, https_proxy
Can you guys please help me out?