Open GoogleCodeExporter opened 8 years ago
A number of design decisions have to be made regarding the SSL server (for
example:
should it offer authentication and integrity protection or just encryption,
should
it be multithreaded or not, how resource locking should be handled (even in the
single-threaded case, as multiple server processes can be made to use the same
data
back-ends), whether we should have two separate servers for plain-text and
encrypted
connections, ...). Many of these decisions depend on what exactly is to be
provided
by the management interface - and at the same time, there are presently no
clearly-
specified requirements for the latter! It would therefore likely make sense to
implement the management interface first and SSL support afterwards.
Original comment by mare...@gmail.com
on 24 Mar 2009 at 1:53
Original comment by mare...@gmail.com
on 27 Mar 2009 at 12:54
Original issue reported on code.google.com by
cjlee...@gmail.com
on 11 Sep 2008 at 4:21