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
I want to config fabio for [ https -> fabio:9999 -> https -> backend ]
I'm able to config fabio to listen on https:9999
My backend services only listen on https:4321
How can I config fabio to add route to https enabled backend that are dynamically registered to Consul?
When making a https request to fabio listening on 9999, fabio complaints about "http: proxy error: malformed HTTP response "\x15\x03\x00\x02\x02". At the same time, my backend complaints about "http: TLS handshake error from 127.0.0.1:46998: tls: first record does not look like a TLS handshake" It appears that fabio attempts to route the request to my backend using HTTP, not HTTPS, where HTTPS is expected.
I want to config fabio for [ https -> fabio:9999 -> https -> backend ]
How can I config fabio to add route to https enabled backend that are dynamically registered to Consul?
When making a https request to fabio listening on 9999, fabio complaints about "http: proxy error: malformed HTTP response "\x15\x03\x00\x02\x02". At the same time, my backend complaints about "http: TLS handshake error from 127.0.0.1:46998: tls: first record does not look like a TLS handshake" It appears that fabio attempts to route the request to my backend using HTTP, not HTTPS, where HTTPS is expected.
Is this issue similar to #181 and #111?
SC
The text was updated successfully, but these errors were encountered: