Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

somebody connected this to cloudflare ? #47

Open
TheMrMes109 opened this issue Sep 10, 2020 · 2 comments
Open

somebody connected this to cloudflare ? #47

TheMrMes109 opened this issue Sep 10, 2020 · 2 comments

Comments

@TheMrMes109
Copy link

ssl certificate from cloudflare does not work with wss
I had to make my own domain without ssl for the console so that it could work
Maybe someone managed to connect via cloudflare?

@mesacarlos
Copy link
Owner

Hello,
@Jadiction tried to run WebConsole over cloudflare a while ago. I think he gave up because of cloudflare limitations...

I'll keep this issue open. If someone reading this has found a way to run WebConsole over cloudflare, let us know!

@alexzvn
Copy link
Contributor

alexzvn commented Feb 19, 2021

Cloudflare just like proxy server you must have a hosting in order to work with Cloudflare. However, Cloudflare provide workers which run on edge server act like serverless. So you may combine all code in to one line and return response from Cloudflare worker.

You need to publish WebConsole port (e.g. 8080) via firewall, so the web app can connect as well. To work with port and socket and [https] socket you may change port to follow cloudflare server.

List port allowed by cloudflare if you use HTTP:

  • 80
  • 8080
  • 8880
  • 2052
  • 2082
  • 2086
  • 2095

For list port work with SSL socket and HTTPs:

  • 443
  • 2053
  • 2083
  • 2087
  • 2096
  • 8443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants