-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
request help: proxy_pass cannot use https #5847
Comments
If proxy_pass uses http, then the route cannot be enabled to force https, otherwise there will be too many 301 redirects |
I used ingress-nginx to start force https, return code 308, proxy_pass can use https |
i see this #2257 but ret_code still not work |
Please describe your architecture elaborately. |
We have 5 nginx online servers, we need to use proxy_pass to gray some traffic to apisix |
And I need to know how to use proxy_pass https |
|
Issue description
nginx returen 502
route use force https
apisix log:
2021/12/17 14:00:15 [error] 51#51: 7848975 [lua] init.lua:157: http_ssl_phase(): failed to fetch ssl config: failed to find SNI: please check if the client requests via IP or uses an outdated protocol. If you need to report an issue, provide a packet capture file of the TLS handshake., context: ssl_certificate_by_lua, client: xxxxxx, server: 0.0.0.0:9443
Environment
nginx -V
oropenresty -V
):The text was updated successfully, but these errors were encountered: