Skip to content

Commit

Permalink
found a simple solution to the SSL http/https security issue. The JS …
Browse files Browse the repository at this point in the history
…is hosted by the HAPI server. So we don't need the settings etc. that were described here. Index.html update with the location and port of a working server
  • Loading branch information
Chris Roeder committed Dec 21, 2022
1 parent 1d1adb1 commit b857eb5
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,45 +11,7 @@ <h1>Terminology Services Demo Boards</h1>
This is a github pages site for the TSDemoBoard and related scripts.
<br>

<a href="fhir.html">Simple Query FHIR Servers</a>
<hr>
If you get no response from the forms in the pages linked above, for reasons related to simple deployment of this code, you'll need to try one of two solutions below. Future deployments will fix this.
<h2>1. Copy the file local </h2>
<ul>
<li> Load this page: <a href="fhir.html">Simple Query FHIR Servers</a> </li>
<li> From the File menu, select "Save Page As..." </li>
<li> Enter "query.html", select save </li>
<li> Again from the File menu, select "Open file..." </li>
<li> Select "query.html", select open </li>
<li> proceed </li>
</ul>


<h2>2. Setting Chrome so it allows calling an http page from one loaded as https:</h2>
<a href="https://stackoverflow.com/questions/18321032/how-to-get-chrome-to-allow-mixed-content">from Stack Overflow</a>
<h4>On OSX using Chrome</h4>
Tested on build (2/20/2020, 79.0.3945.130) </h2>
<ul>
<li>Click on the 'i' info,lock icon, or a red triangle, on the left side of address bar. </li>
<li>Click Site Settings </li>
<li>Scroll down to Insecure content </li>
<li>Change it from Blocked (Default) to Allow </li>
<li>Reload the page and try your action again. </li>
<li>Repeat this later, setting it back to Blocked, to turn it back on if you like. </li>
</ul>
<h4>On Windows using Chrome</h4>
Tested on version 108.0.5359.99 </h2>
<ul>
<li>Click on the 'i' info,lock icon, or a red triangle, on the left side of address bar. </li>
<li>Click Site Settings </li>
<li> Scroll to Privacy and security</li>
<li>Scroll down to Insecure content </li>
<li>Change it from Blocked (Default) to Allow </li>
<li>Reload the page and try your action again. </li>
<li>Repeat this later, setting it back to Blocked, to turn it back on if you like. </li>
</ul>


<a href="http://20.119.216.32:8001/static/fhir.html">Query a FHIR Terminology Server</a>

</body>
</html>
Expand Down

0 comments on commit b857eb5

Please sign in to comment.