Skip to content
New issue

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

SSL Client certificate verification not working #115

Open
dorb4r opened this issue Nov 25, 2019 · 0 comments
Open

SSL Client certificate verification not working #115

dorb4r opened this issue Nov 25, 2019 · 0 comments

Comments

@dorb4r
Copy link

dorb4r commented Nov 25, 2019

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?!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant