user3841688
user3841688

Reputation: 3

Gravitee.io websocket connection

I set up an API Gateway through Gravitee.io and a Springboot application, and everything seems to work fine as per the rest endpoints, running in https also.

Now, I would like to open a websocket connection through the same port (8080), but when the client tries to do it, this error come up server-side:

Handshake failed due to invalid Upgrade header: null

Looking for some solutions online, seems like a port issue, which could be potentially easy to manage with a tomcat server. But there is a way to address this issue using Gravitee.io ?

Thanks

Upvotes: 0

Views: 1081

Answers (1)

David Brassely
David Brassely

Reputation: 98

I would advice you to create an issue in gravitee.io repository at https://github.com/gravitee-io/issues/issues/new

Websocket is not yet ready within Gravitee.io

Upvotes: 1

Related Questions