* Removed even more cruft from the old method of overriding SSL checks
* Updated the documentation on AppearanceManager.TextureData git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3058 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -34,15 +34,8 @@ using System.Security.Cryptography.X509Certificates;
|
||||
|
||||
namespace OpenMetaverse.Http
|
||||
{
|
||||
public class TrustAllCertificatePolicy : ICertificatePolicy
|
||||
public class TrustAllCertificatePolicy
|
||||
{
|
||||
public TrustAllCertificatePolicy() { }
|
||||
|
||||
public bool CheckValidationResult(ServicePoint sp, X509Certificate cert, WebRequest req, int problem)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public static bool TrustAllCertificateHandler(Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user