Postman请求https接口配置

Postman请求https接口配置

  • 1.进入postman的设置界面;
  • 2.关闭general下面的ssl校验;
  • 3.切到Certificates页签,并添加客户端校验;

1.进入postman的设置界面;

Postman请求https接口配置_第1张图片
点击settings进入设置

2.关闭general下面的ssl校验;

Postman请求https接口配置_第2张图片

3.切到Certificates页签,并添加客户端校验;

Postman请求https接口配置_第3张图片
Postman请求https接口配置_第4张图片

Postman请求https接口配置_第5张图片

https 证书的公钥和私钥的生成参考我另一篇Blog-Https 生成证书添加至SpringBoot配置
点击ADD Postman便能正常请求https接口了。


相关系列文章:
1.Https 生成证书添加至SpringBoot配置
2.Postman请求https接口配置
3.springboot如何配置,同时支持https和http


大家好,我是徐小慧
博客主页:徐小慧_Blog
欢迎 点赞 | 收藏 ⭐ | 留言 如有错误敬请指正!

你可能感兴趣的:(Java,领域,https,postman)