mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #379] WebSocket SNI fix for SSL connections #356
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#356
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/379
Author: @ismail-yilmaz
Created: 3/26/2026
Status: 🔄 Open
Base:
master← Head:websocket_sni📝 Commits (1)
565ece4Core: Websocket SNI fix for secure sockets.📊 Changes
3 files changed (+10 additions, -1 deletions)
View changed files
📝
uppsrc/Core/Inet.h(+2 -0)📝
uppsrc/Core/WebSocket.cpp(+1 -1)📝
uppsrc/Core/src.tpp/WebSocket_en-us.tpp(+7 -0)📄 Description
Currently, secure websocket connections will fail on many servers due to servers requiring SNI information and there is no way to add the info.
This PR,
SSLServerNameIndicationmethod toWebSocket.WebSocketdocs.Please review.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.