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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here is my configuration:
input { http {} http { port => 8443 ssl => true ssl_certificate_authorities => ["/ssl/__example_com.ca-bundle"] ssl_certificate => "/ssl/__example_com.crt" ssl_key => "/ssl/example_com.key" ssl_verify_mode => "force_peer" } } output { stdout {} }
This Certificate is a wildcard and it works on other sites with Nginx and RabbitMQ.
Why isn't it working?!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my configuration:
This Certificate is a wildcard and it works on other sites with Nginx and RabbitMQ.
Why isn't it working?!
The text was updated successfully, but these errors were encountered: