Hi! In src/mgr/curlhttpt.cpp: /* Disable checking host certificate */ curl_easy_setopt(session, CURLOPT_SSL_VERIFYPEER, false); Why? Afaik this allows the use of self-signed certificates for MiTM. Best regards, J