I'm currently trying to deploy an application using Rails 5.0.0.beta2 but when I load the application in my javascript console I am seeing
WebSocket connection to 'wss://example.com/cable' failed: Error during WebSocket handshake: 'Connection' header value must contain 'Upgrade'
I'm using Apache/Passenger as the web server.
Has anyone else run into this issue and if so how did you solve it?