chengpohi/edql

Can't connect to urls which don't end in a port

Closed this issue · 6 comments

When trying to connect to a URL similar to: https://ourserver.company.com/stage1-kibana the test connection returns Connect failed: 404 page not found.
I noticed, that in the list of connections it appears with :-1 appended.

Hi @obp3ter , got it, I will try to reproduce this issue.

and if you specify port on URL, Would it connect successfully? example: https://ourserver.company.com:443/stage1-kibana

Unfortunately it doesn't.

@obp3ter ok, I will try tro reproduce this issue.

Hi @obp3ter this issue is reproduced when use elasticsearch url with redirected url:

https://stackoverflow.com/questions/61138183/elesticsearch-rest-http-request-through-redirected-url

and I will fix it in version 1.9.20 in this weekeend

Hi @obp3ter , this redirected url issue is fixed in version v1.9.20, if there is still has any issue pls let me know. thanks your feedback.

Since Jetbrains still reviewing the new version, you can manually download, and reinstall plugin: v1.9.20

Hi @chengpohi, I tested it. This issue is solved, now I have a new one I'll make a separate issue.