[banshee/podcast-ng] [podcast-ng] Enabled SSL support.



commit 753ee0dfc00ccc1e80dd38a8a0117e60d5bb6446
Author: Mike Urbanski <michael c urbanski gmail com>
Date:   Sun Apr 11 22:44:43 2010 -0500

    [podcast-ng] Enabled SSL support.

 .../Banshee.Paas/Banshee.Paas/PaasService.cs       |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs b/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs
index ab817f3..62100d2 100644
--- a/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs
+++ b/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs
@@ -145,10 +145,9 @@ namespace Banshee.Paas
                 MiroGuideServiceUri.Set (MiroGuideAccount.ServiceUri);
             };
 
-//            https://bugzilla.novell.com/show_bug.cgi?id=346561
-//            ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => {
-//                return true;
-//            };
+            ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => {
+                return true;
+            };
         }
 
         public PaasService ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]