Skip to content

Fix the 'SSL peer certificate or SSH remote key was not OK' on Fedora.

Kubat requested to merge fix-curl-error into master

Set CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST to 0 for the easy_perform, this is not ok in any way, but should work (be aware of MITM attacks).

Fix #86 (closed)

Merge request reports