I am just beginning working with Banno and Jack Henry plugins and i am trying to run through the Node.js quickstart but have gotten an error trying to access the local host page.
I have succesfully started the server but when attempting to access the login via localhost:8080/login.html i receive a privacy error because the server.cert file contains an expired certificate. I need somewhere to generate a new certificate or where JH has one stored for the dev learning track. Thanks in advance
Your browser should give an option (even if it is somewhat hidden) to continue with the Consumer API OpenID Connect Example (https://localhost:8080/login.html) even though the cert has expired.
For example, with Safari for Mac it should look like this:
Clicking the "Show Details" button brings up a hyperlink option to "visit this website". That'll let you move forward.
The precise steps may be different in your browser + operating system, but the general answer is the same.