infojunkie / MantisBT-Slack

Slack integration for Mantis bug tracker
GNU General Public License v2.0
48 stars 37 forks source link

POst Error : CURLOPT_SSL_VERIFYPEER #21

Closed gberthalon closed 8 years ago

gberthalon commented 8 years ago

Hi,

I'd error when posting,

i set CURLOPT_SSL_VERIFYPEER option before posting,

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

Bye

infojunkie commented 8 years ago

Thanks for the info!