I am running a Node/Express Server. I am able to successfully login and establish a secure connection (HTTPS) and have never had trouble connecting. However, I have two clients who are trying to log in to my server, but they cannot establish a connection. Their browser shows the following error when they try to connect:
I have done some research and pretty much concluded that the problem is on their end. I am in a little over my head here so I am looking for anyone who has some insight regarding how I can approach a solution.
I really have no idea where to start so I am open to any suggestions for diagnosing or resolving this.
If it is a VPN or proxy issue, do I need to somehow contact my clients' IT group or is there a workaround I can do on my end?
I have chosen not to include the source code for my Node server because I am not sure about the legal ramifications but I can include certain pieces if it is necessary to diagnose the issue. For what it's worth, it is a pretty vanilla Node/Express HTTPS server.
Thanks in advance.