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

SSL enabled reports ssl_enabled => false in the logs #169

Closed
roaksoax opened this issue Sep 26, 2023 · 0 comments · Fixed by #180
Closed

SSL enabled reports ssl_enabled => false in the logs #169

roaksoax opened this issue Sep 26, 2023 · 0 comments · Fixed by #180
Labels

Comments

@roaksoax
Copy link

This is my config:

input {
    http {
        port => 8080
        ssl_enabled => true
        ssl_key => "/etc/logstash/certs/logstash/logstash.pkcs8.key"
        ssl_certificate => "/etc/logstash/certs/logstash/logstash.crt"
        ssl_certificate_authorities => ["/etc/logstash/certs/ca/ca.crt"]
        ssl_client_authentication => required
    }
}

This is the start-up log:

Sep 26 16:53:01 file-2 logstash[7717]: [2023-09-26T16:53:01,099][INFO ][logstash.javapipeline    ][main] Pipeline started {"pipeline.id"=>"main"}
Sep 26 16:53:01 file-2 logstash[7717]: [2023-09-26T16:53:01,103][INFO ][logstash.inputs.http     ][main][4a7501c4d01aacf96cafea534fcafd2c4bdd84a4a49fe92b28275bac53e3662f] Starting http input listener {:address=>"0.0.0.0:8080", :ssl=>"false"}
Sep 26 16:53:01 file-2 logstash[7717]: [2023-09-26T16:53:01,153][INFO ][logstash.agent           ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants