Skip to content
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

connection to https backend may need Server Name Indication (SNI) #8

Open
jmuk opened this issue Apr 7, 2017 · 0 comments
Open

connection to https backend may need Server Name Indication (SNI) #8

jmuk opened this issue Apr 7, 2017 · 0 comments

Comments

@jmuk
Copy link
Contributor

jmuk commented Apr 7, 2017

When connecting to the backend https server, sometimes the backend server may need the Server Name Indication (SNI) to choose the proper certificate.

In nginx, it needs proxy_ssl_name and proxy_ssl_server_name on; configurations (see http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_name and http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_server_name). We may probably want to specify those configs optionally on https connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant