[Mono-devel-list] SSLClientStream Security Parameters (EDH-DSS-DES-CBC3-SHA)

Martin Hinks mhinks at gmail.com
Tue Jul 26 05:52:41 EDT 2005


Hi all,

Is the EDH-DSS-DES-CBC3-SHA cipher supported by SSLCLientStream, it
seems to be throwing me the following exception (with a bit of code
hacking so it doesn't just say "Negotiation Failed")

Unhandled Exception: Mono.Security.Protocol.Tls.TlsException: Unable
to negotiate an acceptable set of security parameters given the
options available.
in [0x0001c] (at /home/w-h/PhatPlanet/TLS/RecordProtocol.cs:313)
Mono.Security.Protocol.Tls.RecordProtocol:ProcessAlert (AlertLevel
alertLevel, AlertDescription alertDesc)
in [0x000b9] (at /home/w-h/PhatPlanet/TLS/RecordProtocol.cs:124)
Mono.Security.Protocol.Tls.RecordProtocol:ReceiveRecord
(System.IO.Stream record)
in [0x00053] (at /home/w-h/PhatPlanet/TLS/SslClientStream.cs:814)
Mono.Security.Protocol.Tls.SslClientStream:NegotiateHandshake ()
in (wrapper remoting-invoke-with-check)
Mono.Security.Protocol.Tls.SslClientStream:NegotiateHandshake ()
in [0x00094] (at /home/w-h/PhatPlanet/TLS/SslClientStream.cs:647)
Mono.Security.Protocol.Tls.SslClientStream:BeginWrite (System.Byte[]
buffer, Int32 offset, Int32 count, System.AsyncCallback callback,
System.Object state)
in [0x00006] (at /home/w-h/PhatPlanet/TLS/SslClientStream.cs:748)
Mono.Security.Protocol.Tls.SslClientStream:Write (System.Byte[]
buffer, Int32 offset, Int32 count)

Any help would be appreciated.

-- 
Martin Hinks
http://www.m-s-d.net



More information about the Mono-devel-list mailing list