[Progress Communities] [Progress OpenEdge ABL] Comment on OpenEdge API for Request-Response builder could use an extra feature for better SSL support

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The builder method is on the ClientLIbraryBuilder. YOu can do something like oLib = ClientLibraryBuilder:Build():sslVerifyHost(no):Library. oClient = ClientBuilder:Build() :UsingLibrary(oLib) :Client.

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