[PR #379] WebSocket SNI fix for SSL connections #356

Open
opened 2026-05-05 03:46:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/379
Author: @ismail-yilmaz
Created: 3/26/2026
Status: 🔄 Open

Base: masterHead: websocket_sni


📝 Commits (1)

  • 565ece4 Core: 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,

  • Adds SSLServerNameIndication method to WebSocket.
  • Updates the WebSocket docs.

Please review.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/379 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 3/26/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `websocket_sni` --- ### 📝 Commits (1) - [`565ece4`](https://github.com/ultimatepp/ultimatepp/commit/565ece4b3ba1f8970715382e1753177fc3f2efca) Core: Websocket SNI fix for secure sockets. ### 📊 Changes **3 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/Inet.h` (+2 -0) 📝 `uppsrc/Core/WebSocket.cpp` (+1 -1) 📝 `uppsrc/Core/src.tpp/WebSocket_en-us.tpp` (+7 -0) </details> ### 📄 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, - Adds `SSLServerNameIndication` method to `WebSocket`. - Updates the `WebSocket` docs. Please review. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 03:46:38 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#356
No description provided.