Re: forwarding encrypted ssl data

2005-12-12 Thread Bernhard Froehlich
Noel Sanchez wrote: Hello Jeffrey, thanks for responding. The firewall is a watchguard box, I don't think I can install openssl nor stunnel on it. Once the ssl encrypted data from the devices out in the field reaches my network (firewall watchguard then forwards ssl traffic) into my linux box ru

Re: forwarding encrypted ssl data

2005-12-12 Thread Noel Sanchez
Hello Jeffrey, thanks for responding. The firewall is a watchguard box, I don't think I can install openssl nor stunnel on it. Once the ssl encrypted data from the devices out in the field reaches my network (firewall watchguard then forwards ssl traffic) into my linux box running openssl and stunn

Re: forwarding encrypted ssl data

2005-12-12 Thread Jeffrey H. Coffield
Noel Sanchez wrote: Hello list. I have ssl capable devices out in the field that need to send encrypted data to my server in my office. The ssl capable device sends the encrypted data out to my firewall in the office which in turn forwards the ssl traffic into my lan to my linux box running open

Re: forwarding encrypted ssl data

2005-12-12 Thread Pablo J Royo
Look at : http://spipe.sourceforge.net The idea is to use in your Linux box a patch modified Apache / mod-ssl server who deciphers all he receives in its 443 port, and if what he obtains is not HTTP then it forwards the stream of bytes to a selected server. If it is HTTP, it leaves Apache to mana