Hi All, (this is lengthy, my apologies)
In another post regarding using a proxy service to redirect to an internal web server requiring https/ssl it was noted "WinGate doesn't make an SSL connection inbound in this case. It will accept the connection with SSL, but won't make an SSL connection to your internal server." Solution was to open port 443 in Enhanced Network driver and redirect to my internal server and this works great.
This caused me to rethink how I might handle https/ssl connections and the necessary certificates. Currently I simply install the certificate on the internal server and have the server require an SSL connection on port 443. - Simple and this works
I am now thinking it might be better to handle the secure site certificate and SSL connection at Wingate and then proxy the connection on a non-ssl connection to my internal server and not require the server to run https, assuming first, this would be a workable solution and Wingate will handle the SSL connection properly with the users browser.
Any input into experiences, recommendations, sources of info would be appreciated.