Hi Zach,
Thanks for your response.
I understand your stance on SSL support in aleph proper. Since you are
willing to be convinced otherwise,
I will give it a mild try :)
Let me start by saying that I don't have any empirical measurements to
say that introducing an additional SSL-capable component is
affecting my application adversely. But, in my application, there are
already four intermediaries proxying information from the source
to UI and I would like to avoid introducing another one (I have no
control over these - these are external systems and
networking considerations make it necessary to add some
intermediaries). The components I have implemented have an aleph-based
api (asynchronous requests/responses). There is quite a bit of data
being passed around which requires a lot of memory and even at giga
bytes, it is
still a precious commodity that I would like to reserve for other
purposes.
I am not very familiar with netty but my limited browsing around seems
to say that SSL support is available for it. As work to support SSL in
alpeh
has already been done, it would seem that adding it to aleph would be
a matter of integration/testing and not new development. I have found
aleph/netty work really well in my
use cases and adding SSL support will make it complete from my point
of view. If there are use cases where it makes sense to
offload SSL processing to another component, it is still possible.
OTOH, for those who don't have a strong reason to package and manage
another
component have no choice but do so.
I don't know if this makes for a convincing case but I hope it is
clear where I am coming from. Let me know what you think.
Thanks,
On Mar 12, 3:49 pm, Zach Tellman <
ztell...@gmail.com> wrote:
> The current suggested approach is to put something else in front of
> Aleph to handle the SSL. HTTPS is supported for HTTP clients in
> 0.2.1, but I don't see any compelling reasons to have SSL support for
> servers in Aleph proper, rather than just using a proxy. Am I
> overlooking something? I'm willing to be convinced otherwise.
>
> Zach
>
>
>
>
>
>
>
> On Mon, Mar 12, 2012 at 3:36 PM, P <
praki.prak...@gmail.com> wrote:
> > Hi,
>
> > I was looking for SSL configuration information in aleph/netty and
> > came across some old thread athttp://
goo.gl/z6ZYpFrom reading this