gpt4 book ai didi

ssl - RestTemplate 证书问题

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

我在 RestTemplate 请求 header 中传递证书。我收到 403 禁止错误。在调用 Web 服务之前,如何在我这边显示证书信息?我正在使用以下代码在请求 header 中传递证书。

What is the right way to send a client certificate with every request made by the resttemplate in spring?

最佳答案

不确定 403,因为我是证书和其他方面的新手,但对于您的其他问题(我知道这已经晚了,但可能会帮助看到此页面的人):

用于检查的 Java Keytool 命令:

keytool 是 JDK 自带的

如果您需要检查证书或 Java keystore 中的信息,请使用这些命令。

检查独立证书:

keytool -printcert -v -file mydomain.crt

检查 Java keystore 中有哪些证书:

keytool -list -v -keystore keystore.jks

使用别名检查特定的 keystore 条目:

keytool -list -v -keystore keystore.jks -alias mydomain

首先,我建议在您的休息客户端中通过导入证书和 key 文件来验证您是否能够访问休息端点:

https://www.getpostman.com/docs/v6/postman/sending_api_requests/certificates

有用的链接:

https://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html

关于ssl - RestTemplate 证书问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48106738/

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