i tried to establish an SSL-Connection with riena. The server is setup fine and works as expected.
Unfortunately I can't establish an SSL-Connection because the org.eclipse.riena.internal.communication.core.ssl.SSLConfigu ration has an hostname-verifier (in my scenario on the client site) which always returns false - regardless of any input. I'm using Riena 1.1.0.0 and 1.2.0.0M2 and in both versions the code is the same.
Is there a way to bypass this problem?
Sorry, for being so late!
Unfortunately there is currently no way for you to change this easily. I
see two things that Riena could do here for improving the situation:
- extend the existing configuration possibilities of the
SSLConfiguration class by e.g. allowing to specify whether to check for
the host name or not and probably entering a list of allowed host names
- allow to let users of Riena provide their ssl configuration completely
on their own
Could you please open a bug report describing your needs and preferred
solution?
Tschüß,
Stefan
boss182 wrote:
> Hi Riena Team,
>
> i tried to establish an SSL-Connection with riena. The server is setup
> fine and works as expected.
> Unfortunately I can't establish an SSL-Connection because the
> org.eclipse.riena.internal.communication.core.ssl.SSLConfigu ration has
> an hostname-verifier (in my scenario on the client site) which always
> returns false - regardless of any input. I'm using Riena 1.1.0.0 and
> 1.2.0.0M2 and in both versions the code is the same.
> Is there a way to bypass this problem?
> Thanks in advance
> Johannes