[Mono-list] https server

Pere Rodríguez pere.rodriguez.rodriguez at gmail.com
Mon Apr 24 03:45:08 EDT 2006


Hello,

I'm testing http://www.mono-project.com/UsingClientCertificatesWithXSP
example and when I execute wget https://localhost/cctest.aspx I obtain
this error:

prr at estudion:~/pki$ wget https://estudion/cctest.aspx
--09:38:30--  https://estudion/cctest.aspx
           => `cctest.aspx'
S'està resolguent estudion... 127.0.0.1
Connecting to estudion|127.0.0.1|:443... connexió establerta.
OpenSSL: error:1408D078:SSL routines:SSL3_GET_KEY_EXCHANGE:bad rsa e length
No s'ha pogut establir la connexió SSL.

I created PKCS#12 with openssl and with makecert and the error always
is the same.

I also test http://pages.infinit.net/ctech/200411.html example and the
error with wget is the same. With this example the mono error is:

System.IO.IOException: The authentication or decryption has failed.
---> System.NotSupportedException: Operation is not supported.
in [0x00005] (at
/home/ingo/mono-1.1.13.6/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/TlsServerKeyExchange.cs:51)
Mono.Security.Protocol.Tls.Handshake.Server.TlsServerKeyExchange:Update
()
in [0x00019] (at
/home/ingo/mono-1.1.13.6/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/RecordProtocol.cs:663)
Mono.Security.Protocol.Tls.RecordProtocol:InternalSendRecordCallback
(IAsyncResult ar)--- End of inner exception stack trace ---

in [0x00054] (at
/home/ingo/mono-1.1.13.6/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslStreamBase.cs:107)
Mono.Security.Protocol.Tls.SslStreamBase:AsyncHandshakeCallback
(IAsyncResult asyncResult)

Thanks in advance,

pere


More information about the Mono-list mailing list