Wheel-reinvention with Python
Paul Rubin
http
Sun Jul 31 22:38:03 EDT 2005
Cliff Wells <cliff at develix.com> writes:
> > If it's for sensitive stuff normally you'd use https.
>
> Hm, I haven't tried piping X over https... I wasn't even aware it was
> possible... do you have a link I can check this out on?
I meant https for web interfaces. For other protocols it's simplest
to use stunnel or ssh (stunnel is probably a better choice), or run
your whole net connection through ipsec or whatever.
More information about the Python-list
mailing list