Hi,
In WinInet recording when client certificate is not exportable (we create invalid (empty) PEM file and web_set_certificate step that uses it) .
Could you please check whether the WinINetCert1.pem is empty?
If so, you need to use "CertIndex" argument only.
web_set_certificate_ex(
// "CertFilePath=WinINetCert1.pem",
// "CertFormat=PEM",
// "KeyFilePath=WinINetCert1.pem",
// "KeyFormat=PEM",
// "Password=abcdef",
"CertIndex=1",
LAST);
Regards,
Chau Nguyen