On Thu, Jul 31, 2014 at 01:46:26PM -0700, Matt Taggart wrote: > I would like it if approx supported clients talking to it with https. > (I know it already supports talking to remote repos with https) > Hopefully this is relatively easy if you are using a standard library? > I suppose it should use a different port number.
Approx doesn't handle any of the connection setup any more; it just relies on inetd. (So approx just expects its standard input and output to be the open HTTP connection with the client.) It should be possible to use stunnel to accomplish what you want; see https://www.stunnel.org/howto.html But I haven't tried this. If you get this to work before I have a chance to try it, please let me know and I'll add it to the FAQ. -- Eric Cooper e c c @ c m u . e d u -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

