Rank 3: Container
Hi, I disabled DNS Proxy in cloudflare for CNAME because of Cloudflare Issue. Now Running a function that used to work while the dns proxy was active is now not working with the error: Error: connect EHOSTUNREACH ip:443
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 3: Container
Hi, I disabled DNS Proxy in cloudflare for CNAME because of Cloudflare Issue. Now Running a function that used to work while the dns proxy was active is now not working with the error: Error: connect EHOSTUNREACH ip:443
Admin
really hard to say...this is some sort of networking problem. maybe firewall.
Rank 3: Container
it was working fine until i disabled cloudflare
Admin
the dns now points to a different IP address and your function is having trouble getting to that new IP address
Rank 3: Container
yea it shows the host ip now
Rank 3: Container
i am able to access the ip from the browser
Rank 3: Container
also i am able to access the database in the frontend, just doesn't work in the function
Admin
try disabling your firewall to test
Rank 3: Container
it didn't seem to work
Rank 3: Container
I just ended up transferring my domain to one cloudflare account and use proxy and CNAME
Rank 3: Container
It works for now