# SSL doesn't work when sending data from Winlogbeat to Logstash

**URL:** https://discuss.elastic.co/t/ssl-doesnt-work-when-sending-data-from-winlogbeat-to-logstash/167759
**Category:** Logstash
**Created:** [February 10, 2019, 4:29pm UTC](https://discuss.elastic.co/t/ssl-doesnt-work-when-sending-data-from-winlogbeat-to-logstash/167759 "2019-02-10T16:29:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![elic1997](https://avatars.discourse-cdn.com/v4/letter/e/838e76/32.png) [@elic1997](https://discuss.elastic.co/u/elic1997)
#### Post date: [February 10, 2019, 4:29pm UTC](https://discuss.elastic.co/t/ssl-doesnt-work-when-sending-data-from-winlogbeat-to-logstash/167759/1 "2019-02-10T16:29:02Z")

</div>

Hello,  
I've configured my Logstash server to accept SSL and my Winlogbeat configuration as well.

Logstash configuration:

> input {  
> beats {  
> port =\> 5044  
> client\_inactivity\_timeout =\> 0  
> ssl = \> true  
> ssl\_certificate =\> /etc/logstash/server.logstash.crt  
> ssl\_key =\> /etc/logstash/server.logstash.key  
> }  
> }

Winlogbeat configuration:

> output.logstash:
> 
> hosts: ["server:5044"]
> 
> compression\_level: 3
> 
> ssl.enabled: true
> 
> ssl.certificate\_authorities: ["C:\Program Files\Winlogbeat\server.logstash.crt"]

SSL worked for me using this configuration before... But a few days later, it stopped working. I can't figure out my problem.

I thought that maybe the problem is with the certificate, but it did work before... And I can't change the certificate that easily.

Thanks a lot!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 10, 2019, 4:29pm UTC](https://discuss.elastic.co/t/ssl-doesnt-work-when-sending-data-from-winlogbeat-to-logstash/167759/2 "2019-03-10T16:29:06Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
