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
Is your feature request related to a problem? Please describe.
In order to use the wick proxy in a production environment, I need the ability to connect to a downstream server that has TLS or different versions of HTTP (http2 vs http1.1)
Propose a solution
Add an option for TLS (http = false, https = true)
Add option for supported ciphers or forced ciphers.
Add option for supported versions of TLS (1.2 default)
Add option for HTTP2 and HTTP1.1 connections.
Describe alternatives you've considered
Should HTTP1.0 also be supported?
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In order to use the wick proxy in a production environment, I need the ability to connect to a downstream server that has TLS or different versions of HTTP (http2 vs http1.1)
Propose a solution
Add an option for TLS (http = false, https = true)
Add option for supported ciphers or forced ciphers.
Add option for supported versions of TLS (1.2 default)
Add option for HTTP2 and HTTP1.1 connections.
Describe alternatives you've considered
Should HTTP1.0 also be supported?
Additional context
None.
The text was updated successfully, but these errors were encountered: