Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
valkey-io
/
valkey-glide-csharp
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
35
Code
Issues
77
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add support for insecure TLS connections
- #164
#164
Merged
currantw
merged 13 commits into
valkey-io:main
valkey-io/valkey-glide-csharp:main
from
currantw:currantw/tls_insecure
currantw/valkey-glide-csharp:currantw/tls_insecure
Copy head branch name to clipboard
Dec 17, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add support for insecure TLS connections
#164
currantw
merged 13 commits into
valkey-io:main
valkey-io/valkey-glide-csharp:main
from
currantw:currantw/tls_insecure
currantw/valkey-glide-csharp:currantw/tls_insecure
Copy head branch name to clipboard
Commits
Commits on Dec 15, 2025
Add `InsecureTls` enum
Show description for e84fc3f
currantw
committed
e84fc3f
View commit details
Copy full SHA for e84fc3f
Browse repository at this point
Add `UseInsecureTls` and `WithInsecureTls`
Show description for 3c14ca0
currantw
committed
3c14ca0
View commit details
Copy full SHA for 3c14ca0
Browse repository at this point
Update `UseTls`
Show description for 5d396b3
currantw
committed
5d396b3
View commit details
Copy full SHA for 5d396b3
Browse repository at this point
Add unit tests and simplify `ConnectionConfiguration` implementation
Show description for d23cc0d
currantw
committed
d23cc0d
View commit details
Copy full SHA for d23cc0d
Browse repository at this point
Commits on Dec 16, 2025
Add integration tests
Show description for 37c56eb
currantw
committed
37c56eb
View commit details
Copy full SHA for 37c56eb
Browse repository at this point
FIx linter error
Show description for 026ab0a
currantw
committed
026ab0a
View commit details
Copy full SHA for 026ab0a
Browse repository at this point
Add a few new unit tests
Show description for e261c63
currantw
committed
e261c63
View commit details
Copy full SHA for e261c63
Browse repository at this point
Remove unused `HasTlsMode` attribute
Show description for 42b678a
currantw
committed
42b678a
View commit details
Copy full SHA for 42b678a
Browse repository at this point
Refactor unit tests to cover all state changes and add tests for `UseTls` and `UseInsecureTls` property setters.
Show description for 90b3c6f
currantw
committed
90b3c6f
View commit details
Copy full SHA for 90b3c6f
Browse repository at this point
Update documentation for `UseInsecureTls` to make it more explicit that TLS much be enabled first.
Show description for bb83362
currantw
committed
bb83362
View commit details
Copy full SHA for bb83362
Browse repository at this point
Commits on Dec 17, 2025
Restored the HasTlsMode parameter. It is necessary because the corresponding parameter on the Rust side is type Option<TlsMode>, so it is needed for Rust to parse the value and causes alignment iss…
Show description for 4c4193b
currantw
committed
4c4193b
View commit details
Copy full SHA for 4c4193b
Browse repository at this point
Added tests `Standalone_WithInsecureTls_NoTlsServerThrows` and `Cluster_WithInsecureTls_NoTlsServerThrows` to `TlsTests`.
Show description for 9d03eb0
currantw
committed
9d03eb0
View commit details
Copy full SHA for 9d03eb0
Browse repository at this point
Fix lint error - whitespace
Show description for 8223153
currantw
committed
8223153
View commit details
Copy full SHA for 8223153
Browse repository at this point
You can’t perform that action at this time.