Matt Fletcher
2004-02-20 12:36:19 UTC
We are working on plug-ins for Outlook and Outlook Express which make both
HTTPS and HTTP calls. We have an intermittent problem under Windows 98
calling HTTPS sites - we repeatedly get an error of
ERROR_INTERNET_SECURITY_CHANNEL_ERROR returned by HttpSendRequestEx. This
problem can be reproduced (after a number of attempts) by breaking the
connection while sending or receiving. InternetOpen is called before every
connection, and InternetCloseHandle is called after every connection. At
present, the problem can only be resolved by restarting the mail client.
Is there any way of clearing any cached certificates etc to resolve this
problem? If it were a standalone app rather than a plug-in, we could unload
and reload wininet.dll.
Thanks in advance for any help.
Matt Fletcher
HTTPS and HTTP calls. We have an intermittent problem under Windows 98
calling HTTPS sites - we repeatedly get an error of
ERROR_INTERNET_SECURITY_CHANNEL_ERROR returned by HttpSendRequestEx. This
problem can be reproduced (after a number of attempts) by breaking the
connection while sending or receiving. InternetOpen is called before every
connection, and InternetCloseHandle is called after every connection. At
present, the problem can only be resolved by restarting the mail client.
Is there any way of clearing any cached certificates etc to resolve this
problem? If it were a standalone app rather than a plug-in, we could unload
and reload wininet.dll.
Thanks in advance for any help.
Matt Fletcher