2
發送在使用DotnetOpenAuth通過asp.net上DotnetOpenAuth由asp.net發生錯誤該消息只能通過HTTPS
var request = await Client.PrepareRequestUserAuthorizationAsync(scopes, cancellationToken:Response.ClientDisconnectedToken);
發生錯誤: 「DotNetOpenAuth.Messaging.ProtocolException: This message can only be sent over HTTPS
」。
任何設置?
你試試這個? http://stackoverflow.com/questions/6265944/dotnetopenauth-throws-a-protocolexception –
除了上面的鏈接 https://groups.google.com/forum/#!topic/dotnetopenid/5EYoEDAPLTc –
我找到物。<消息傳遞relaxSslRequirements =「true」> –
sink