Redirect http to https for kibana

Hi i configure ssl kibana with following config:
server.ssl.enabled: true
server.ssl.certificate: /etc/kibana/certs/cert_certificate_2018.crt
server.ssl.key: /etc/kibana/certs/key_2018.key
and now i want to redirect HTTP to HTTPS,plz how can i do that

any help plz
thnx

Hi @zmira_meriem

I don't know the exact capabilities of Kibana, but I assume you need to use a proxy like nginx or apache.

Hope this helps.

@MiTschMR thnx for u r reply, i use apache "httpd"

https://cwiki.apache.org/confluence/display/HTTPD/RedirectSSL

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