Hi all,
I'm trying to establish SSL connection using WinInet in Visual C++. However I keep on getting "Invalid or Incorrect Certificate Authority" because I'm using unknown certificate (for testing purposes).
I use the following flags in the OpenRequest method: INTERNET_FLAG_IGNORE_CERT_DATE_INVALID and INTERNET_FLAG_IGNORE_CERT_CN_INVALID but i'm still getting the error message.
Could anyone please help me find a solution to this problem that has been bothering me for some time.
Cheers,
Nestor
I'm trying to establish SSL connection using WinInet in Visual C++. However I keep on getting "Invalid or Incorrect Certificate Authority" because I'm using unknown certificate (for testing purposes).
I use the following flags in the OpenRequest method: INTERNET_FLAG_IGNORE_CERT_DATE_INVALID and INTERNET_FLAG_IGNORE_CERT_CN_INVALID but i'm still getting the error message.
Could anyone please help me find a solution to this problem that has been bothering me for some time.
Cheers,
Nestor