Https App deployed on Port 8443 or any port other than 443 is not acccesible

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.

  1. app is hosted on a public ip enabled ec2 .
  2. 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

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.

I mean access https://www.interviewcoder.in:8443 and https://interviewcoder.in:8443

Works for me just fine

Also at http://sitemeer.com/#https://www.interviewcoder.in:8443/

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

This topic was automatically closed after 30 days. New replies are no longer allowed.