Hi Cloudflare,
Based on this https://support.cloudflare.com/hc/en-us/articles/200169156-Which-ports-will-Cloudflare-work-with-
The https ports 2053,2083 , 8443 etc should work. But when i start the app in any other port than 443. It is not accessible through Cloudflare.
This is the setup.
- app is hosted on a public ip enabled ec2 .
- I can directly do curl on that public ip on other ports. Its working fine. So no issue with it.
I have tried with Flexible, Full and Full(Strict) mode.s
sandro
2
You still need to append the port to your request. Cloudflare does not redirect ports.
Whats the host and the port in question?
Thanks @sandro. I am appending the port and checking.
Running following curl commands as well , but its the same issue.
curl https://www.mydomain.in:8443 -k
curl https://mydomain.in:8443 -k
My domain which i registered for on Cloudflare is interviewcoder.in . I am trying to hit https://www.interviewcoder.in and http://interviewcoder.in . the port is 8443.
sandro
7
1 Like
I can access it just fine. Check your browser cache.
1 Like
I can access now.
My requests are being sent through a VPN and It generally blocks access for few ports. Disconnected from VPN and it now works fine.
thanks @sandra and @withheld for quick and prompt response.
1 Like
system
Closed
10
This topic was automatically closed after 30 days. New replies are no longer allowed.