Ask a Question related to ASP.NET Security, Design and Development.
-
Silviu Tudoras #1
Moving from an SSL to an non-SSL connection
I'm new to ASP and Internet programming...
I want to send a request through SSL and to receive the response non-SSL. Is
this possible?
I have a MFC LiveUpdate client application. I want to send the request (for
a file) cripted ([url]https://...asp[/url]) but to receive the response (which could be
a big binary file) not cripted.
What sould I do in the ASP page (not ASP.NET) to achieve such a result? I
don't want/need to "force" both the server and the client computer to
crypt/decrypt the whole file on its way back.
Server software: Microsoft-IIS/5.0
(no more ASP newsgroups?)
Thanks
Silviu Tudoras Guest
-
Net connection without Internet connection whoas
Hi does flash media server 2 require a connection to the internet i'm using the evaluation version on a computer which is not connected to the... -
"Contribute cannot verify your connection information"- Every other problem ruled out, but still no connection
Hi, first, please allow me to give you the background info Client OS - Windows 2000/XP Pro Version - Contribute 2.01 - I installed the patch from... -
One NFS connection fine, one NFS connection slow
Ok, this is all a bit odd. I will draw an ascii picture and hope it survives in Google: sun server | .------mandrake... -
Moving Randomly Moving Sprite To New Location on mouseEnter
Hi All, This is way over my head. I am currently using Director 8. I have a randomly moving sprite(call it X) on stage (I accomplished this... -
Have internet connection but not workgroup connection.
In article <Xns93B9BBF24CB33adfslur0mdoaur03jadl@207.46.248.16>, Frank Dreyfus <fdreyfus@nyw.com> wrote: I've written a web site that should help... -
Michal A. Valasek #2
Re: Moving from an SSL to an non-SSL connection
| I want to send a request through SSL and to receive the response non-SSL.
Is
| this possible?
| I have a MFC LiveUpdate client application. I want to send the request
(for
| a file) cripted ([url]https://...asp[/url]) but to receive the response (which could
be
| a big binary file) not cripted.
As SSL encrypt underlying sockets (it's acronym for Secure Socket Layer),
you can't encrypt request and response not. What you want is principially
impossible.
You must find some workaround. For example encrypt related data itself and
use non-encryped connection. Or send two requests, one secured, which would
return non-secured URL your client will use for download.
--
Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]
Michal A. Valasek Guest



Reply With Quote

