S
Shao Chan
Guest
Hi Bronco, I've looked into the forward proxy / reverse proxy options. Have you got it working before? From what I can tell, forward proxies can do a redirect but still require the source client to initiate the SSL handshake. Reverse proxies have something called SSL offloading, but this cannot initiate HTTP to HTTPS, more rather for clients that some inbound over HTTPS to terminate at the proxy for the rest of the journey to the server to be HTTP - so it can terminate a HTTPS transmission but the proxy cannot initiate one from a HTTP call as far as i can tell. So this leaves one option I want to check. If I write some c# code to call the REST SSL endpoint and get it working. If I then try and create a library and get Progress to call it, will it still work, or is there something in the Progress ABL client that places limits somewhere such that it won't work? Thanks.
Continue reading...
Continue reading...