Moving from an SSL to an non-SSL connection

S

Silviu Tudoras

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 (https://...asp) 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
 
M

Michal A. Valasek

| 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 (https://...asp) 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top