Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2005 May : No INTERNET_STATUS_CONNECTED_TO_SERVER event with SSL

www.cryer.info
Managed Newsgroup Archive

No INTERNET_STATUS_CONNECTED_TO_SERVER event with SSL

Subject:No INTERNET_STATUS_CONNECTED_TO_SERVER event with SSL
Posted by:"Colin" (col..@hotmail.com)
Date:Fri, 6 May 2005 22:23:16

I have an asynchronous wininet application where I am catching the
INTERNET_STATUS_CONNECTED_TO_SERVER callback event. This all seems to work
fine when using normal HTTP on port 80 but when I try to catch this event
with an SSL url, port 443 and secure connection I just never receive
INTERNET_STATUS_CONNECTED_TO_SERVER.

Should this callback event be called for HTTPS as it is for HTTP?
Is there anything special I need to do to receive it.

When the HttpSendRequest call is made my call back just receives the
INTERNET_STATUS_REQUEST_COMPLETE event and all the status and error values
indicate success.

Thanks for any help

Replies:

www.cryer.info
Managed Newsgroup Archive