Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
mscherotter
Microsoft Employee
Microsoft Employee

Can't get web content from on-premise http GitHub Server in Power Query

In a Power Query query, I am using Web.Contents to get the contents from on on-premise GitHub server using a query that works fine in PostMan, Microsoft Edge, and Google Chrome (no auth), but when used in Power Query for an Power BI dashboard, I get this error "DataSource.Error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Details: http://github.myserver.com/myuser.atom.
Any suggestions?  Same results with http and https.


= Xml.Document(Web.Contents("http://github.myserver.com/myuser.atom"))
Thanks,
Michael

1 REPLY 1
artemus
Microsoft Employee
Microsoft Employee

Is your server set up to accept TLS 1.2?

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Top Solution Authors