Replies: 1 comment 4 replies
-
Try to set the upstream node to the HTTPS proxy address, and set the Host to the original domain. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Backgroud: we delopy the apisix on a specail network, it can not access dns server and website directly.
So we set the
HTTPS_PROXY
to bridge, but when we config the upstream for a uri, such ashttps://restapi.amap.com
, the apisix will parse the domain name, and i will be error like thisCan we disable the dns resolve? so it can use
HTTPS_PROXY
to access the website, or another way to fixed this?Beta Was this translation helpful? Give feedback.
All reactions