Skip to content

Add SSL params to ActionCable Redis config#166

Merged
JuanVqz merged 1 commit intorailsbump:mainfrom
JuanVqz:feature/cable-ssl-params
Apr 9, 2026
Merged

Add SSL params to ActionCable Redis config#166
JuanVqz merged 1 commit intorailsbump:mainfrom
JuanVqz:feature/cable-ssl-params

Conversation

@JuanVqz
Copy link
Copy Markdown
Member

@JuanVqz JuanVqz commented Apr 9, 2026

Summary

  • Add ssl_params with verify_mode: VERIFY_NONE to the production ActionCable Redis config in cable.yml
  • Matches the existing configuration used by Sidekiq (config/initializers/redis.rb), the cache store (config/environments/production.rb), and Kredis (config/redis/shared.yml)

Without this, ActionCable connections to Heroku Redis fail with SSL_connect ... certificate verify failed (self-signed certificate in certificate chain).

Match the SSL configuration already used by Sidekiq and the cache store
for Heroku Redis connections with self-signed certificates.
@JuanVqz JuanVqz marked this pull request as ready for review April 9, 2026 16:44
@JuanVqz JuanVqz requested a review from a team April 9, 2026 16:45
@JuanVqz JuanVqz self-assigned this Apr 9, 2026
@JuanVqz JuanVqz merged commit 38295bd into railsbump:main Apr 9, 2026
2 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.

2 participants