#CERT and Key

11 messages · Page 1 of 1 (latest)

naive bobcatBOT
#

Project ID: 41429f32-0828-4bcc-adb3-241625b9acdf

flat raft
#

41429f32-0828-4bcc-adb3-241625b9acdf

frank marlin
#

run the socket io server on plain http 1.1 mode, railway handles the cert stuff so you don't have to

flat raft
#

just need a cert file

#

how do I get it

frank marlin
#

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

flat raft
#

muahaha

frank marlin
#

just run the socket io server on host 0.0.0.0 and listen on the environment variable PORT in http 1.1 mode