测试本地的WebApi接口时,接口是https,自己写的用httpclient测试是可以的,

用postman一直连接不了。原因正是由于https,不过postman在界面上已经给出了可能的原因和解决方法:

Self-signed SSL certificates are being blocked:
Fix this by turning off 'SSL certificate verification' in Settings > General

使用Postman测试https接口时的小问题记录

设置里把这个SSL 证书相关的选项给关掉就可以了

相关文章:

  • 2021-05-27
  • 2021-06-16
  • 2021-06-15
  • 2021-06-06
  • 2021-11-08
  • 2022-12-23
  • 2021-10-09
猜你喜欢
  • 2021-08-13
  • 2021-06-22
  • 2021-05-26
相关资源
相似解决方案