要将REST API实现到Azure API Management(APIM)中,你需要遵循以下步骤:### 1. 准备工作- **Azure订阅**:确保你有Azure订阅。- **API Management资源**:在Azure中创建一个API Ma
摘要:问题描述 使用APIM服务时候,因为后端的API需要使用自签名证书进行验证。如果通过浏览器直接访问后端API返回正常,但是APIM请求的时候返回为500报错。 在开启Trace后,发现报错信息为:error message :The und
问题描述
使用APIM服务时候,因为后端的API需要使用自签名证书进行验证。如果通过浏览器直接访问后端API返回正常,但是APIM请求的时候返回为500报错。
在开启Trace后,发现报错信息为:error message :The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. (
