Colin
2005-05-06 12:23:16 UTC
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
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