gpt4 book ai didi

c# - 实现瑞典 Swish 支付 - C# - 无法创建 SSL/TLS 安全通道 - 证书签名请求

转载 作者:太空宇宙 更新时间:2023-11-03 14:39:50 27 4
gpt4 key购买 nike

如这个问题中所述,我可以使用他们的测试帐户和测试证书连接 Swish。

C# HttpClient with X509Certificate2 - WebException: The request was aborted: Could not create SSL/TLS secure channel

但是,当使用我自己生成的证书时,我仍然收到一般错误 Could not create SSL/TLS secure channel using C# HttpClient。

我一直在遵循这些 Swish 证书管理指南:

https://www.getswish.se/content/uploads/2015/11/Guide-Certifikatsadministration_20151210.pdf

https://www.getswish.se/content/uploads/2015/06/Guide-Swish-API-170324-utan-%C3%A4ndringsmarkering.pdf

由于我们使用的是 IIS,因此我使用以下方法创建了证书签名请求:IIS -> Server Certificates -> Create Certificate Request…。我选择比特长度为 2048 的 Microsoft RSA Schannel Cryptographic Provider,因为文档说它应该是 PKCS#10 with 2048-bit RSA key。我的理论是我在这里做错了什么。因为我们现在正在开发这个应用程序还没有在域名上运行,所以我将 Common Name 设置为 localhost。这可能是问题所在吗?如果是的话,我应该为它在我们的环境中工作赋予什么值(value)?正如我之前提到的,测试证书没有问题。

在此之后,我粘贴了在服务 https://getswishcert.bankgirot.se/ 上创建的文件中的值并取回 PKCS#7 文件(.p7b,也尝试使用 .pem)。

然后我没有去 IIS -> Server Certificates -> Complete Certificate Request… 导入文件。

当导入 Certification Path 时,据我所知,其他一切看起来都不错。 enter image description here enter image description here

我还尝试通过 MMC -> 选择证书 -> 右键单击​​ -> 所有任务 -> 导出 将证书导出到 .pfx。选择使用私钥和密码保护导出它。然后在 Certificates - Current User 下导入它。然后我可以在 Chrome 中选择证书,但我收到错误“ERR_SSL_PROTOCOL_ERROR。测试证书也适用于 Chrome。

最佳答案

原来证书没问题。问题是应用程序试图使用实时证书而不是 https://swicpc.bankgirot 连接到 https://mss.swicpc.bankgirot.se/(测试环境) .se/(实时)。

通过来自 here 的日志记录找到.

关于c# - 实现瑞典 Swish 支付 - C# - 无法创建 SSL/TLS 安全通道 - 证书签名请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44154125/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com