Hey @jakobward in regards to using the proxy, you would need Apache to be compiled with the Worker module in order for wsproxyconfig to do what it needs. Once the proxy is set up, using Nginx as a reverse proxy should not be an issue as WebSocket communication will work over port 80 and 443. Now I, like @bdw429s, agree that you should pick one, rather than creating an additional layer. If you do go with Nginx though, or if you are working with Apache’s default build which uses the Prefork MPM, then the only thing you can do is use ACF’s built in WebSocket Server through their specified ports and manage the certs using a pcks12 file or a Java Keystore thru the admin which to me is an additional step and a pain.