用微信api上傳圖片后再調用http://file.api.weixin.qq.com取圖,結果報43003錯誤,引導說明網頁顯示不再支持HTTP方式調用。但是如果直接改用 https://file.api.weixin.qq.com,又會報錯: No subject alternative DNS name matching file.api.weixin.qq.com found.
原因:
解決:
將原來的 “https://file.api.weixin.qq.com” 改為 “https://api.weixin.qq.com” 解決此問題。