M
Mike_M_Carlson
Guest
A fairly simple http request but requires a SSL certificate. oRequest = RequestBuilder
ost(httpUrl, oString) :AcceptJson() :Request. oResponse = ClientBuilder:Build():Client:Execute(oRequest). The response returned is 400 No required SSL certificate was sent 400 Bad Request No required SSL certificate was sent The question is: How do I reference the certificate in the call ? Thanks, Mike
Continue reading...
Continue reading...