about production deployment connection. #173
Unanswered
ice-wizschool
asked this question in
Help / Questions
Replies: 2 comments 3 replies
|
@ice-wizschool did you make it work? same problem here |
0 replies
|
Having the same issue finding the right production config. It works when running in http / udp on a server with all ports open, but can't seem to find the right combination of config to work when using https (whether using Fly.io or proxying the working server via Cloudflare). Anyone successfully do this / have an example of how their server's ports / connection are configured? A sample |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using geckos to connect from client to server.
When I test on localhost with node index.js, the connection works perfectly.
But when I deploy the code to production server with SSL support, client receiver 404 (not found).
I was following the document to implement connect, did I miss something?
Btw, I opened all UDP / TCP related port and client directly connect to Geckos code.
All reactions