Handles the cases when the user's computer does not have the root certificates for the https bugzilla server.
 public static void Initialize()
 {
     Instance = new SecurityCertificateHandler ();
     ServicePointManager.ServerCertificateValidationCallback = Instance.RemoteCertificateValidationCallback;
 }