#CERT and Key
11 messages · Page 1 of 1 (latest)
41429f32-0828-4bcc-adb3-241625b9acdf
run the socket io server on plain http 1.1 mode, railway handles the cert stuff so you don't have to
pleasse I want cutting edge tech not old http 1.0 comon
just need a cert file
how do I get it
not how it works sorry
railway supports accessing your app externally with http2 and will be supporting http3 in the future, but you are required to run your app with support for http 1.1 so railway can proxy incoming requests to your app
haha check again protocol is h3 right now with the default http library guess I'm living in the future
muahaha
just run the socket io server on host 0.0.0.0 and listen on the environment variable PORT in http 1.1 mode