You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLS: Only use the server_name extension during server hello (#62)
PHP 8.4 drops support for many TLS extensions advertised by our TLS
proxy. Only the server_name extension seems to be supported (and
required).
This PR drops the other extensions. Turns out TLS proxy still works
without them all the way down to PHP 7.2.
## Testing instructions
Confirm the E2E tests still pass, especially the ones related to
networking and testing the plugins directory in wp-admin.
0 commit comments