# SSL for cloudflare integration

**URL:** https://discuss.elastic.co/t/ssl-for-cloudflare-integration/362820
**Category:** Elastic Agent
**Created:** [July 9, 2024, 9:24pm UTC](https://discuss.elastic.co/t/ssl-for-cloudflare-integration/362820 "2024-07-09T21:24:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Gabriel\_Cunha](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/gabriel_cunha/32/135851_2.png) [@Gabriel\_Cunha](https://discuss.elastic.co/u/Gabriel_Cunha)
#### Post date: [July 9, 2024, 9:24pm UTC](https://discuss.elastic.co/t/ssl-for-cloudflare-integration/362820/1 "2024-07-09T21:24:15Z")

</div>

Hello, we using cloudflare logpush integration to got logs by http request.

The problem is, we ssl setup and working bethween all elastic components, but the port used by cloudflare integration on the agent does not work with https, only http.

is there a way to change it?

Regards

---

<div class="post-metadata">

### Author: ![Gabriel\_Cunha](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/gabriel_cunha/32/135851_2.png) [@Gabriel\_Cunha](https://discuss.elastic.co/u/Gabriel_Cunha)
#### Post date: [July 9, 2024, 9:41pm UTC](https://discuss.elastic.co/t/ssl-for-cloudflare-integration/362820/2 "2024-07-09T21:41:47Z")

</div>

We found this config:

- id: http\_endpoint-cloudflare\_logpush.firewall\_event  
data\_stream:  
dataset: cloudflare\_logpush.firewall\_event  
type: logs  
listen\_address: localhost  
listen\_port: 9560  
url: /cloudflare\_logpush/firewall\_event  
tags:  
- forwarded  
- cloudflare\_logpush-firewall\_event  
publisher\_pipeline.disable\_host: true  
ssl: null

But we do not know wich parameters to use on ssl configuration
