2

在 asp.net 上使用 DotnetOpenAuth

var request = await Client.PrepareRequestUserAuthorizationAsync(scopes, cancellationToken:Response.ClientDisconnectedToken);

发生错误:“ DotNetOpenAuth.Messaging.ProtocolException: This message can only be sent over HTTPS”。

哪里可以设置?

4

1 回答 1

0

水槽是正确的。

将以下内容添加到您的 app.config 或 web.config 文件中

<dotNetOpenAuth>
<messaging relaxSslRequirements="true"/>

于 2016-10-12T07:58:57.603 回答