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

  • Thread starter Thread starter mgrmark
  • Start date Start date
Status
Not open for further replies.
M

mgrmark

Guest
I got the below error when trying to make a request-response build with OpenEdge API like below iclRequest = RequestBuilder:Post(ichURL, oBody) :AddHeader("authorization", "Bearer " + ichToken) :AddHeader("Content-Type", "application/json") :Request. iclResponse = ClientBuilder:Build():Client:Execute(iclRequest). I solved it by switching from https to http . Support said that adding -nohostverify parameter to the connect would fix it but I don't see how to add this flag to the builder. The feature would be to add CONNECT flags in the builder to be passed down . Thanks, Mihai

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