Skip to content

Add SSL/TLS support with flag-based control#7

Merged
mattmattox merged 2 commits intoSupportTools:mainfrom
fruition:main
Jul 15, 2025
Merged

Add SSL/TLS support with flag-based control#7
mattmattox merged 2 commits intoSupportTools:mainfrom
fruition:main

Conversation

@mattmattox
Copy link
Contributor

  • Added SSL configuration options (USE_SSL, SSL_SKIP_VERIFY, SSL_CA_FILE, SSL_CERT_FILE, SSL_KEY_FILE)
  • Implemented SSL/TLS connection logic in HandleConnection.go
  • Updated health checks to support SSL connections
  • Updated Helm chart with SSL configuration options
  • Added comprehensive documentation for SSL usage
  • Replaced port-based SSL logic with explicit USE_SSL flag

This enables support for services like PlanetScale that use SSL on port 3306.

🤖 Generated with Claude Code

- Added SSL configuration options (USE_SSL, SSL_SKIP_VERIFY, SSL_CA_FILE, SSL_CERT_FILE, SSL_KEY_FILE)
- Implemented SSL/TLS connection logic in HandleConnection.go
- Updated health checks to support SSL connections
- Updated Helm chart with SSL configuration options
- Added comprehensive documentation for SSL usage
- Replaced port-based SSL logic with explicit USE_SSL flag

This enables support for services like PlanetScale that use SSL on port 3306.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@mattmattox mattmattox self-assigned this Jul 15, 2025
@mattmattox mattmattox merged commit 4edba7a into SupportTools:main Jul 15, 2025
2 of 3 checks passed
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