Skip to content

feature: support ssl sockets for stream subsystem#99

Open
HanadaLee wants to merge 1 commit into
openresty:masterfrom
HanadaLee:stream_subsystem
Open

feature: support ssl sockets for stream subsystem#99
HanadaLee wants to merge 1 commit into
openresty:masterfrom
HanadaLee:stream_subsystem

Conversation

@HanadaLee
Copy link
Copy Markdown

Simplify and fix the ssl_support detection logic in the WebSocket client.

Previously, SSL was disabled whenever ngx_lua_version was absent or below 9011, regardless of subsystem — this incorrectly disabled SSL for stream subsystem. because the latest version of stream-lua-nginx-module is just 18.

Now SSL is only disabled when ngx.config.subsystem is absent (old builds without subsystem awareness) and the ngx_lua version is too old (< 0.9.11). stream-lua-nginx-module always support SSL sockets.

@HanadaLee HanadaLee force-pushed the stream_subsystem branch from 7798a3c to 9ad9868 Compare May 9, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant