Hi!
I’m trying to get Pulse running. Everything starts without problem but as soon as I try to connect via browser I get the following error via pulse log:
Missing method Mono.Security.Protocol.Tls.SslServerStream::.ctor(Stream,X509Certificate,bool,bool,bool) in assembly /opt/Thinkbox/Deadline6/bin/Mono.Security.dll, referenced in assembly /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll
An unhandled exception occurred: Method not found: ‘Mono.Security.Protocol.Tls.SslServerStream…ctor’. (System.MissingMethodException)
at System.Net.EndPointListener.OnAccept (System.Object sender, System.EventArgs e) [0x00000] in :0
at System.Net.Sockets.SocketAsyncEventArgs.OnCompleted (System.Net.Sockets.SocketAsyncEventArgs e) [0x00000] in :0
at System.Net.Sockets.SocketAsyncEventArgs.AcceptCallback (IAsyncResult ares) [0x00000] in :0
at System.Net.Sockets.SocketAsyncEventArgs.DispatcherCB (IAsyncResult ares) [0x00000] in :0
I’m running deadline 6.2.0.32, Pulse is running on Debian 7.
-Klaus