I see where the issue is. I set server.ssl.certificate
and server.ssl.key
in kibana.yml, which, according to online documents, is equal to setting xpack.security.secureCookies
to true, whose default value is false.
Then when I comment these two settings, which means xpack.security.secureCookies
is set to false, such a warning disappears and the log on window comes out instead.
1 Like
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.