We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't work https via curl.
upgrade:websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
Go version : 1.21.3
The text was updated successfully, but these errors were encountered:
More details are needed, such as the exact setup and parameters being passed to curl.
A simple websocket upgrade via curl example works just fine:
curl -v --include \ --no-buffer \ --header "Connection: Upgrade" \ --header "Upgrade: websocket" \ --header "Host: localhost:8887" \ --header "Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==" \ --header "Sec-WebSocket-Version: 13" \ --header "Sec-WebSocket-Protocol: ocpp1.6" http://localhost:8887/client1
Adding the TLS should just be a matter of setting up the correct certificates.
Sorry, something went wrong.
No branches or pull requests
Don't work https via curl.
upgrade:websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header
Go version : 1.21.3
The text was updated successfully, but these errors were encountered: