puma / puma-dev

A tool to manage rack apps in development with puma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket network error: OSStatus Error -9807: Invalid certificate chain

mad42 opened this issue · comments

commented

Hi,

ActionCable doesn't seem to work with the custom generated certificate

development.rb

config.action_cable.url = "wss://demo.test/cable"
config.force_ssl = true
config.action_cable.allowed_request_origins = ["http://localhost:3000", "https://demo.test"]