.net - Mono problems with cert and mozroots -


I am using this command on this mono VM

  Pseudo Zezrots - Import - Sync  

It seems that is getting from SRT.

Then I try to connect to my SSL site and I get an exception that the certificate is invalid. I use Firefox and I see that it was released in 2010. I saw that file and it was updated last time 2009-05-21 12:50

Navigate to the same url I'm using when I'm using Firefox on the same machine I am trying and I am not getting any SSL problem. (There is no warning or no one is asking me to add an exception).

I am skeptical about how to update the mono to use the latest seates?

-Edit- I have checked that the site I wanted to sign was signed and their name is in Sertata. I wonder why Mono says this proof is not valid.


I tried to write it and I hit Yes on 3 circuits, it asked me to import

  certmgr - ssl https: // www. Site.com/users/login --machine  

I ran my application again and got this error. Go to error code 0xffffffff80092012 I

looks like a fixed bug which has not been applied to 2.6.4. Or I may be doing it wrong I am setting up ServerCertificateValidationCallback in my own thing and correcting it for this application as a fix for mono.

System.Net.WebException: Error obtaining response stream (type: authentication or decryption has failed): SendFailure ---> System.IO.IOException: authentication or decryption failed It is done. ---> Mono Security Protocol. Tls.Tls Exception: Invalid certificate received from server. Error code: 0xffffffff80092012

  1. A default installation of mono does not trust anyone!
  2. will download and import trusted root certificates from
  3. Read

Edit:

  • Try
  • to get the latest version of the mono package if it is the SVN Trunk version does not try
  • , Gonzalo Panagua Javier suggested: "Adding the path to go callback your server certificate authentication servicepoint manager and ignore errors with this code." < / Li>
  • I have very little experience in this area, so I can go ahead I suggest contacting him, maybe he can help that email, Gonzalo Gonzalo. Name ()

Comments