sending https request using inetc
问题 So I tried to send some POST data to an url using this code: StrCpy $PostStr "a=input1&c=input2" inetc::post $PostStr "https://url/index.php" "$INSTDIR\result.html" /END Pop $0 StrCmpS $0 "OK" success failedToSubmit failedToSubmit: MessageBox MB_OK|MB_ICONEXCLAMATION "There was an error submitting information: $0" Abort success: MessageBox MB_OK|MB_ICONINFORMATION "Your information was successfully received" but when the url is in https, the following message always appeared: There was an