Self-Signed Certificate Trust
To trust the self-signed certificate in your browser:
- Start EFTLink and EFTLink-Rest-API service.
-
Open your browser.
-
Navigate to https://localhost:8443/.
-
The browser will warn you that your connection is not private. Click on Advance.
-
Click Proceed to localhost (unsafe).
-
Disregard the 404 not found error.
-
Your browser is now ready to communicate with the REST API using your code in the HTML file.
- As an additional check to ensure the REST API service is running, you can perform a ping-pong test.
-
Enter https://localhost:8443/ping into your browser.
You should receive a “pong” response.