Skip to content
Snippets Groups Projects
Commit 20339295 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #11230 TIME 0:05 do not check server certificate

parent 56566f98
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ function Bt_createAttachment($aArgs = [])
'Authorization: Basic ' . base64_encode($GLOBALS['userWS']. ':' .$GLOBALS['passwordWS']),
],
CURLOPT_RETURNTRANSFER => true,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_POSTFIELDS => json_encode($allDatas),
CURLOPT_POST => true
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment