[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Provider moved to TLS 1.2 and appserver can't work with them anymore

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
B

bronco

Guest
I had something similar with 11.6.2, which didn't support SNI (which you need if the other side serves more than 1 domain via https). What I did is put an Apache HTTPD webserver in between. Apache forwards the http requests to the SAT, and from a 11.5 point of view Apache acts as proxy server. Added benefit is that Apache handles the certificate stuff which you normally have to do manually (certutil).

Continue reading...
 
Status
Not open for further replies.
Back
Top