Hello everybody,
After upgrading the stack to 5.4 (with X-Pack enabled before and SSL settings), I am receiving the following issue using the console on Kibana:
{
"statusCode": 502,
"error": "Bad Gateway",
"message": "unable to verify the first certificate"
}
I shall indicate that I'm using the same settings from the 5.3 version and there were no problems with certificates. Why is this problem happening?
Hi, I got the same issue. Still no clue.
Hi all!
Someone could solve this?
Thanks.
Hi, it's a known issue which should be fixed in 5.4.1: https://github.com/elastic/kibana/issues/10984
Adding this to kibana.yml is the workaround:
console.proxyConfig:
- ssl.verify: false
3 Likes
Thanks @Benoit-DunandLaisin . The workaround is doing great.
system
(system)
Closed
June 14, 2017, 2:47pm
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.