Thanks! I will have a look. I now remember needing to add cert separately for curl.exe, prior to OAuth plugin (non-blocking!). Thanks again.
> On Oct 28, 2016, at 12:03 AM, Keisuke Miyako <[email protected]> wrote: > > please study the method "HTTPS_DEBUG" provided with the plugin's sample > database. > > C_BLOB($in;$out) > C_LONGINT($err) > ARRAY LONGINT($tNomOption;0) > ARRAY TEXT($tValOption;0) > APPEND TO ARRAY($tNomOption;CURLOPT_SSL_VERIFYHOST) > APPEND TO ARRAY($tValOption;"1") > > APPEND TO ARRAY($tNomOption;CURLOPT_SSL_VERIFYPEER) > APPEND TO ARRAY($tValOption;"1") > APPEND TO ARRAY($tNomOption;CURLOPT_CAINFO) > APPEND TO ARRAY($tValOption;Convert path system to POSIX(Get 4D > folder(Current resources folder)+"cacert.pem")) > > APPEND TO ARRAY($tNomOption;CURLOPT_DEBUGFUNCTION) > APPEND TO ARRAY($tValOption;"CB_DEBUG") > > $err:=cURL ("https://www.bigcommerce.com";$tNomOption;$tValOption;$in;$out) > ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

