Hi i want to using Haproxy to reserve proxy “Geth RPC”
let’s say proxy server = 1.1.1.1
backend server A = 2.2.2.2
backend server B =3.3.3.3
what i need is
if i access https://1.1.1.1/h1 and proxy to 2.2.2.2:16666 with http ssl
if i access https://1.1.1.1/h2 and proxy to 3.3.3.3:16666 with http ssl
if i access https://1.1.1.1/w1 and proxy to 2.2.2.2:16888 with ws ssl
if i access https://1.1.1.1/w2 and proxy to 3.3.3.3:16888 with ws ssl
was doing a lot research in chinese guide and they won’t work at all
i’ve using haproxy 2.8 2.79 2.2.9
1 post - 1 participant