HTTP2 support in backend?

Hello,

just a question, is the Rockechat 6.10 supporting HTTP2? I read that a few years ago somebody asked and the answer was no, but not sure now… :slight_smile:

Thanks very much

In a word no, and it likely never will.

Rocket serves content via a web protocol, but it has no real capacity as a web server and should never be directly exposed.

It isn’t a web server.

Use a reverse proxy. That will handle all the web server complexities.

ok :slight_smile: thanks very much for your answer :slight_smile:

1 Like