To connect to LCS with TLS the addTransport call must
specify a security
type of SSLv23. Since repro does not specify this argument
(it uses the
default of TLSv1) - it will not work as is. You must modify
the
addTransport code in repro.cxx in order to get this to work.
Note: We
should add a command line switch for this.
As for MTLS - this simply means that the both client and
server ends of
the TLS connection perform certificate and domain name
validation.
Repro does not perform MTLS connection checks (it does
client side
checks only), but it can be used with systems that do -
since it will
provide its certificate to the far end, if/when requested.
Scott
> -----Original Message-----
> From: repro-devel-bounces list.sipfoundry.org
[mailto:repro-devel-
> bounces list.sipfoundry.org] On Behalf Of Kenny Goers
> Sent: Wednesday, May 24, 2006 9:50 AM
> To: repro-devel list.sipfoundry.org
> Subject: [repro-devel] MTLS
>
>
> Hello all,
>
> I've been working to get Repro to connect to LCS using
various setups,
> but using any kind of TLS/secure connection causes it
to fail. I'm
> guessing this is because Microsoft is using a custom
form of TLS it
> calls MTLS. Does anyone know if OpenSSL supports MTLS?
Or is it a
> custom implementation?
>
> I've tried but have been unable to find ANY useful
information on
MTLS.
>
> Thanks,
> Kenny.
> _______________________________________________
> repro-devel mailing list
> repro-devel list.sipfoundry.org
> https://list.sipfoundry.org/mailman/listinfo/repro-devel
_______________________________________________
repro-devel mailing list
repro-devel list.sipfoundry.org
https://list.sipfoundry.org/mailman/listinfo/repro-devel
|