AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Cant fetch indicies anymore since latest update #73

Closed leberknecht closed 2 years ago

leberknecht commented 2 years ago

Since the latest update i cannot fetch indices anymore. Maybe it is related to my self-signed certs, not sure though.

https://user-images.githubusercontent.com/1165177/157440420-7f42215f-43c0-48c4-8030-f0e577d2e6c7.mp4

(what is not visible is that i accept the self-signed certs when the popup shows up)

AntonShuvaev commented 2 years ago

Hi,

This is related to #71 . I have added checkbox to trust insecure certificate in 2022.1.6.

leberknecht commented 2 years ago

Cant you give me a hint where to find that checkbox? image

The problem seems more related to buggy migration of existing connections. I had a connection for http://localhost:9200 where i had the same effect without SSL. After re-adding the problem disappeared.

leberknecht commented 2 years ago

Ah my plugin was outdated. Indeed, works now