Quote:
Originally Posted by LeaUK2
Hi all
I want to understand how local client/server apps deal with connections through the SSL - as everything seems rather visual and of course through a web browser.
For example:
1. I want to create a transparent FTP connection from a local app through the SSL VPN without a browser.
2. I need to route all Internet traffic to our internal web proxy server - for logging and policy reasons.
this is for $dayjob too ;-)
Cheers
Lea
|
Well SSL explorer does a funny thing where your client connects to say 127.0.0.1:5829 which it then does the funky business of routing it through to the final ftp server.
2. then you probably need to use the network function (next) which will create a proper vpn network. Or you could do something like click this link to browse the net, which just forwards port 80 traffic to your proxy or something.