Do I have the wrong idea? What does this demo do?
--
- Jimmy -
------------------------------------------
- http://www.used-disks.com/Programming/ -
------------------------------------------
- No direct email unless requested -
:
Best regards,
Yamian Quintero.
There was a bug in .13-.18. The patch has been posted under hte other SSL
thread here.
--
Chad Z. Hower (Kudzu) - Church Hill, TN - Team Indy
"Programming is an art form that fights back"
Forget the Y2K problem, Lets fix the W2K problem.
http://www.pbe.com/Kudzu/ - Free Delphi/CBuilder components and articles
HTTPS uses a different port, usually 443. I use SSL Tunnel to connect to
secure NGs. It wont work very well with HTTP because of the the HTTP links
always redirecting past the tunnel.
Thanks in advance,
Yamian Quintero
"Kudzu - Team Indy" <cha...@pbe.com> wrote in message
news:9033B33F1c...@207.105.83.62...
Best regards,
Yamian Quintero.
"Kudzu - Team Indy" <cha...@pbe.com> wrote in message
news:9033B33F1c...@207.105.83.62...
Ok.
> I use SSL Tunnel to connect to
> secure NGs.
My goal is to securely connect to an unsecured server... can I do that? I
tried running the SSL demo with these parameters: 443 somenetworkserver 443
When I then try to connect to https://127.0.0.1/ I never get a response. In
setting a break point, I found that the "MappedPortBeforeClientConnect"
procedure was being called over and over again, maybe forever (I let this
run for 2 minutes before closing the app). The SSLInterceptGetPassword event
is never called.
What am I doing wrong? How can I securely connect to an unsecured server?
The server that I'm trying to connect to is listening on port 443.
> It wont work very well with HTTP because of the HTTP links
> always redirecting past the tunnel.
That won't be a problem in my case.
It may be the version - there was a bug with the SSL unit. Drop me an EMail
and I will send you teh updated unit. If that doesnt work, reply here and
we'll look further.
Still doesn't work.
The request *is* getting through to the server... but the server never
responds. The server responds as expected when accessed through http instead
of https. So is the data going through still encrypted?
So the server receives but never responds? Wouldnt that be a server problem
then?
It responds fine to http requests which is all it's supposed to get, hence
my reason for using the SSL tunnel. However, when going through https
through the tunnel, the server doesn't respond. When going through http
through the tunnel it works fine. This leads me to belive that the SSL
tunnel is not properly sending data to the server... perhaps the data is
still encrypted?
--
- Jimmy -
------------------------------------
- URL: http://www.used-disks.com/ -
- ICQ: 94565958 -
- AOL: UsedDisks -
I have now upgraded Indy to the final release and tried the SSL Tunnel with
IIS, PWS, and OMNIHTTP... I still do not get a response when going through
the tunnel using https. Everything works perfectly when using HTTP.
My guess is that the tunnel isn't working...