Skip to content
New issue

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

Getting certificate verification error for danthes #29

Open
azmatrana opened this issue Nov 15, 2021 · 0 comments
Open

Getting certificate verification error for danthes #29

azmatrana opened this issue Nov 15, 2021 · 0 comments

Comments

@azmatrana
Copy link

After updating my server ssl certificates. My site is working fine with updated SSL. But right after that my certificates I am getting error for any Danthes command.

"Openssl (error=1, ----, statusl) certificate verification error"

I was using HTTPS protocol for the websockets now HTTPS is not working I changed the danthes to use HTTP protocol and it started working.

I am using NGINX.
Ruby 2.2.1

danthes.yml

staging:
  adapter: puma
  server:  https://domain.com/faye
  secret_token: <%= ENV["DANTHES_SECRET"] %>
  signature_expiration: 600
  mount: '/faye'

This issue is only when I use HTTPS in protocol in danthes.yml.

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

No branches or pull requests

1 participant