Let's Encrypt with Mixed Content over HTTP - Means Site Not Trusted

i have a application server and a fhir database server, when we search any data its give error
like below. my another query can i create ssl on my host address it possible. error is below

Mixed Content: The page at ‘https://live.safetylabs.org/FHIR/fhir.html’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://45.56.84.134:9070/api/smartdstu2/open/Patient?gender=male’. This request has been blocked; the content must be served over HTTPS. send @ fhir-client.js:15664

Hi @Sunil_Kumar,

Your problem is not with Let’s Encrypt cettificate but with your site serving resources from a non https site while you are using https in your site.

This page explains a bit better what mixed content is:

Solution: all the resources used by your site MUST be accessed using https instead of http, otherwise the browser (Firefox, Chrome, etc.) will block them.

Good luck,
sahsanu

There does not appear to be any SSL service at 45.56.84.134:9070
You will need to address that - perhaps via secure proxy or adding SSL service to that IP via another port?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.