cameronhunter / local-ssl-proxy

Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only.
MIT License
690 stars 66 forks source link

Doesn't work with HTTP2 #122

Closed vjau closed 2 months ago

vjau commented 2 months ago

When using with fastify with http2 mode, i get "Request failed to proxy: HPE_INVALID_CONSTANT" error with local-ssl-proxy. " It works correctly with http1 though. Does this software support http2 ?

Thank you.

vjau commented 2 months ago

Since it seems based on "http-proxy" which doesn't support http2 (and has no maintainer...), i guess it's a WONTFIX