stonegithup commented on issue #9610:
URL: https://github.com/apache/apisix/issues/9610#issuecomment-1667474062
lines 331 after "if " add " matched_ssl and " because matched_ssl perhaps
nil.
The reason for the higher-level code is this paragraph in the nginx.conf
configuration file.
ssl_certificate_by_lua_block {
apisix.http_ssl_phase()
}
This instruction does not excute at the h2 protocol, and the browser can
reproduce it 2-3 minutes after opening the page.
Hope these leads help
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]