From e3228e2389734b25c41e01fb178c69f205216b0e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 3 Aug 2012 10:58:36 +0200 Subject: GOA: set param-extra-certificate-identities for Windows live accounts Windows live provides a cert for '*.gateway.messenger.live.com' instead of 'messenger.live.com'. It's not great from them but best to accept it than confuse users. https://bugzilla.gnome.org/show_bug.cgi?id=681079 --- goa-mc-plugin/mcp-account-manager-goa.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'goa-mc-plugin/mcp-account-manager-goa.c') diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index cdf52d99e..957285168 100644 --- a/goa-mc-plugin/mcp-account-manager-goa.c +++ b/goa-mc-plugin/mcp-account-manager-goa.c @@ -148,6 +148,8 @@ get_tp_parameters (GoaAccount *account) PARAM ("param-account", "messenger.live.com"); PARAM ("param-require-encryption", "true"); PARAM ("param-fallback-servers", "xmpp.messenger.live.com"); + PARAM ("param-extra-certificate-identities", + "*.gateway.messenger.live.com"); } else { -- cgit v1.2.3