Forum Discussion
Create ElasticSearch datasource on gateway
Hello,
I'm trying to add Elasticsearch (open source on AWS instance) as datasource on gateway, credentials and link are provided correctly, the gateway itself was whitelisted, so I expected no error on Power BI service side
The error I get is: "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel"
Status code: 400
However I'm able to connect from the Power BI desktop to Elasticsearch using the same link
I don't use ODBC driver
What might be the issue here?
7 Replies
- collinqSuper User
Hey Georgedebt ,
I believe that this is not a Power BI issue but a networking or setting type of situation. You can refer to these two articles:
- GeorgedebtRegular Visitor
I see
But it's the error which Power BI service interface tells me about, is there a way to fix it via Power BI service?
I'm able to connect to Elasticsearch from the same server where's the gateway, so I wonder while I get this erro
- collinqSuper User
Hey Georgedebt ,
Well, sure, you can have all sorts of security settings that prevent data movement - including in the browser and in your network and in the gateway server (the physical server, not the gateway settings). And, you may have security on your data source that is not accepting certain ports.
You might want to do a network trace (like with Fiddler) and see if that gives you a fail point.