Looking at the source code I see that TlsProviderFactory is trying to load the TlsProvider from an assembly named Mono.Security.NewTls.dll. In the versions of Mono that I have parallel installed I only find Mono.Security.ProvidersNewTls.dll. The null pointer exception occurs at CreateInstance because the assembly does not exist (at least on my system). Is TlsProviderFactory an old implementation or am I supposed to compile and add a different assembly from another project?
-- View this message in context: http://mono.1490590.n4.nabble.com/SslStream-null-pointer-using-new-TLS-tp4668552p4668666.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
