Skip to content

Add TLS Support on SocketRedisConnector#98

Open
ruifil wants to merge 1 commit intoamphp:2.xfrom
ruifil:ruifil-patch-1
Open

Add TLS Support on SocketRedisConnector#98
ruifil wants to merge 1 commit intoamphp:2.xfrom
ruifil:ruifil-patch-1

Conversation

@ruifil
Copy link
Copy Markdown

@ruifil ruifil commented Oct 16, 2024

Add support for TLS connection using :

(new ConnectContext())->withTlsContext($tlsContext);

Add support for TLS connection using :
(new ConnectContext())->withTlsContext($tlsContext);
webpatser added a commit to webpatser/fledge-fiber that referenced this pull request Apr 10, 2026
Security:
- Fix HTTP/2 ping flood on active streams (amphp/http-server#386)

Bug fixes:
- Use VarString for string params in binary protocol (amphp/mysql#142)
- Decode BIT columns as int instead of string (amphp/mysql#138)
- Close connections on pool destruct (amphp/http-client#396)
- Fix duplicate keys in byte-stream split() (amphp/byte-stream#113)
- Fix Closure type annotation for static analysis (amphp/amp#451)
- Safely handle DisposedException on unsubscribe (amphp/redis#100)

Features:
- Add TLS support for Redis connections (amphp/redis#98)
- Add disperse() for concurrent closure execution (amphp/amp#460)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant