Openemr FHIR API

Situation
I am trying to setup FHIR API for openemr portal which is installed on a server, but when I complete the registration form as my server is not https its giving an error. Is there way to resolve this??

OpenEMR Version
I’m using OpenEMR version

Browser:
I’m using: Chrome

Operating System
I’m using: Windows

Search
Did you search the forum for similar questions?

Logs
Did you check the logs?
Was there anything pertinent in them?
Please paste them here (surround with three backticks (```) for readability.
You can also turn on User Debugging under Administration->Globals->Logging User Debugging Options=>All

FHIR is not supported on HTTP only. It requires HTTPS due to the way the tokens are transmitted (also mandated by US federal law for our ONC certification).

You would need to change the source code to allow it to work on HTTP.

1 Like

Thanks for the reply.

Also I was trying to connect to Demo instances it was not allowing me to connect.
Can you please let me know when the demo server will be working again?