Search:

Type: Posts; User: AnanthV

Search: Search took 0.01 seconds.

  1. To validate self signed certificate against Trusted root certificate

    Hi

    I planned to validate self-signed certificate against Trusted root certificate authorities in windows machine. Initially I used below Wininet API Internetqueryoption to get self signed...
  2. Can you please have any update for this?

    Can you please have any update for this?
  3. Thanks for you guidance. I have tried by...

    Thanks for you guidance.


    I have tried by removing "FLAGS_ERROR_UI_FLAGS_CHANGE_OPTIONS" in the InternetErrorDlg function, then also i am facing the same issues.


    I understand that...
  4. Hi, The above one points to set the unknown CA...

    Hi, The above one points to set the unknown CA flag. My goal is to remove already stored flag "Security_flag_ignore_unknown_ca" in the handle.

    In detail, I have set the flag case 1 and case 2...
  5. internetsetoption is not working with INTERNET_OPTION_SECURITY_FLAGS

    I am using below code in my program. Initial query function returns flags value as 256(unknown CA) error. I have used this line "Flags &= ~SECURITY_FLAG_IGNORE_UNKNOWN_CA;" to remove the unknown CA...
  6. I got the security warning pop message for...

    I got the security warning pop message for subsequent https connections when i set the flag the "SECURITY_FLAG_IGNORE_REVOCATION" before calling the "HTTPSendRequestA" function. May i know the reason...
  7. Yes, I am calling the "InternetErrorDlg()"...

    Yes, I am calling the "InternetErrorDlg()" function when "HTTPSendRequestA" function returns 0 (i.e Error). This function "HTTPSendRequestA" returns 0 in first time and subsequent calls it returns 1....
  8. I am recreating handle every time. Still i am not...

    I am recreating handle every time. Still i am not getting the warning message.

    Do you have document (RFC) to prove that we wont get the security warning for subsequent https request?
  9. HttpSendRequestA doesn't return 12045 second time

    In our environment, HTTP server is having the self-signed certificate which is not installed in client machine. We are using "HttpSendRequestA" function to send HTTPS request from client machine to...
  10. Appreciated for your help.. I was looking into...

    Appreciated for your help.. I was looking into "Manage Revocation Checking Policy" but i dint get any info how to set security warning for subsequent https connection.

    One more question:

    I am...
  11. Thanks for the information. My problem is...

    Thanks for the information.

    My problem is "Initially i connected to HTTP server by wifi connection using laptop, and then i disconnected to the server. Again connected to the same server using...
  12. HttpSendRequestA doesnt return 12045 every time when the usr is snding rqst to Server

    In our environment, HTTP server is having the self-signed certificate which is not installed in client machine. We are using "HttpSendRequestA" function to send HTTPS request from client machine to...
Results 1 to 12 of 12