We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export default { httpProxy: { match: /\/tfs\//, host: 'https://110.22.11.2:9332', }, };
我要转发的这个是ssl, 但校验不过的。
The text was updated successfully, but these errors were encountered:
看这个提交是不是没有合入主干,"@midwayjs/http-proxy": "^3.18.2"这版本还没有支持吗?请问怎么解决这个问题?
Sorry, something went wrong.
使用配置,不生效 extReqOptions: { //用来设置不校验https的ssl httpsAgent: new https.Agent({rejectUnauthorized: false}) }
No branches or pull requests
我要转发的这个是ssl, 但校验不过的。
The text was updated successfully, but these errors were encountered: