SChannel context & HTTPS requests
From: Matt Fausey (fausey_at_earthlink.net)
Date: 03/29/04
- Next message: Barry Hostead: "Re: SCardTransmit Fails"
- Previous message: Thomas F. Divine [DDK MVP]: "Re: Ndis packet wrapper"
- Next in thread: Alun Jones [MS MVP]: "Re: SChannel context & HTTPS requests"
- Reply: Alun Jones [MS MVP]: "Re: SChannel context & HTTPS requests"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Mar 2004 16:10:50 GMT
Hello,
I'm writing code using Microsoft's SSPI (schannel.dll) and everything
is working fine EXCEPT for one issue which I cannot seem to understand.
Is it possible, once an SSL connection has been established, to send
additional
https requests without having to go through the complete handshaking process
of establishing a new secure connection? Shouldn't it be possible to
continue to send additional HTTPS requests over the secure channel?
The Microsoft example in the Platform SDK samples shows how to
establish the connection, send a single HTTP request, received the response,
and close the connection. I would like to: 1) establish the connection,
2) do several request/response round trips, and finally 3) close the
connection.
Is this possible?
Matt Fausey
Chilkat Software, Inc.
http://www.chilkatsoft.com
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003
- Next message: Barry Hostead: "Re: SCardTransmit Fails"
- Previous message: Thomas F. Divine [DDK MVP]: "Re: Ndis packet wrapper"
- Next in thread: Alun Jones [MS MVP]: "Re: SChannel context & HTTPS requests"
- Reply: Alun Jones [MS MVP]: "Re: SChannel context & HTTPS requests"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|