We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! — I had an error trying to connect to a Rails server using certbot as HTTPS provider.
In order to connect from the client, I had to use:
uri = "wss://SERVERURL/cable/" tls = {cert_chain_file: 'fullchain.pem', private_key_file: 'privkey.pem'} client = ActionCableClient.new(uri, 'YourChannel', true, nil, tls)
The PEM files live here: /etc/letsencrypt/live/YOURDOMAIN
/etc/letsencrypt/live/YOURDOMAIN
Hope this helps someone.
Cheers!
The text was updated successfully, but these errors were encountered:
Why would you need the SSL cert on the client side?
Sorry, something went wrong.
No branches or pull requests
Hello! — I had an error trying to connect to a Rails server using certbot as HTTPS provider.
In order to connect from the client, I had to use:
The PEM files live here:
/etc/letsencrypt/live/YOURDOMAIN
Hope this helps someone.
Cheers!
The text was updated successfully, but these errors were encountered: