Unsure how to configure SSL settings for Kibana for a default self signed cert to work #9895
Replies: 1 comment 3 replies
-
Would you provide some information around you grid (architecture, version, etc.)? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First time posting. I have read security onion documentation and elastic documentation, but still lost...
While setting up Kibana in Security Onion 2.3 I found that I cannot curl from local host or the ip address of the security onion vm on port 5601.
I keep getting an error "SSL received a record that exceeded the maximum permissible length"
This will be for a development area just testing some ingest of beats from linux systems in a seperate subnet. We are not using PKI or creating new certs from a CA.
Things I have tried:
enabling ssl on kibana.yml and setting veritication to none in /opt/so/conf/kibana.yml
restarting kibana so-kibana-restart
The service comes up fine, but the curl is still giving the error. I am guessing I need to get this resolved before I set up the clients beat files to ingest.
I am not sure where my keystore should be or if a default self signed cert is added during the initial security onion setup.
Any help / guidance / mentoring is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions