问题
SSL_do_handshake() failed (SSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:SSL alert number 40) while SSL handshaking to upstream, client: 112.32.51.209, server: _, request: "POST /v1/chat/completions HTTP/1.1", upstream: "https://104.18.7.192:443/v1/chat/completions", host: "107.150.106.197"
解决
在location中添加:
location \ {
...
proxy_ssl_server_name on;
}
网友评论