erigon-pulse/cmd/rpcdaemon/cli
a d8d7d8d5df
Enable h2c for http handler. add https handler for http2 (#8610)
new flag examples.

--https.enabled
--https.addr="0.0.0.0"
--https.port=443
--https.url="unix:///file.wow"
--https.cert="keyfile.cert" 
--https.key="certfile.cert"

also adds support for h2c to the http handler - http2 protocol without tls.
2023-10-31 04:14:20 -05:00
..
httpcfg Enable h2c for http handler. add https handler for http2 (#8610) 2023-10-31 04:14:20 -05:00
config_test.go bind-ipc (#8590) 2023-10-29 12:34:03 +07:00
config.go Enable h2c for http handler. add https handler for http2 (#8610) 2023-10-31 04:14:20 -05:00
rpc_allow_list.go Replace ioutil with io and os (#3946) 2022-04-23 15:43:00 +01:00