This is what I do for delegate forwarding ssl:<br>/usr/local/bin/delegated -P443 SERVER=<a href="tcprelay://192.168.10.96:443">tcprelay://192.168.10.96:443</a> PERMIT="*:*:*.*"<br><br>How do I do this with xinetd, seems cleaner?
<br><br>-Devon<br><br><div><span class="gmail_quote">On 12/8/05, <b class="gmail_sendername">Les Mikesell</b> <<a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, 2005-12-08 at 14:41, Devon Harding wrote:<br><br>> >> Does anyone know of a good alternative to delegate<br>> >> (<a href="http://www.delegate.org">http://www.delegate.org</a>)  Delegate is good, but resource intensive
<br>> >> and does't run as a service.  I need this to proxy my webmail<br>> traffic.<br>><br>> > Apache can be configured as a reverse proxy and even convert  https<br>> > on one side to http on the other.  Stunnel can do generic ssl/plain
<br>> > proxies, or xinetd can do a generic pass-through proxy with it's<br>> > 'redirect' option.<br><br>> I need it to be ssl both in and out<br><br>Apache could do both independently, and xinetd's version is transparent
<br>but why not use simple port forwarding?<br><br>--<br>  Les Mikesell<br>    <a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a><br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>