* Finished cleaning out .NET 1.1 CheckValidationResult cruft for overriding SSL checks

* Added a few more fields to PrimInfoCommand

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3056 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-08-03 22:27:00 +00:00
parent 7b10da33fa
commit 751ef64372
3 changed files with 22 additions and 25 deletions

View File

@@ -187,6 +187,8 @@ namespace GridProxy
{
this.proxyConfig = proxyConfig;
ServicePointManager.ServerCertificateValidationCallback = OpenMetaverse.Http.TrustAllCertificatePolicy.TrustAllCertificateHandler;
InitializeLoginProxy();
InitializeSimProxy();
InitializeCaps();
@@ -1085,7 +1087,6 @@ namespace GridProxy
private void ProxyLoginSD(NetworkStream netStream, byte[] content)
{
lock (this) {
ServicePointManager.CertificatePolicy = new OpenMetaverse.AcceptAllCertificatePolicy();
AutoResetEvent remoteComplete = new AutoResetEvent(false);
CapsClient loginRequest = new CapsClient(proxyConfig.remoteLoginUri);
OSD response = null;