fabio icon indicating copy to clipboard operation
fabio copied to clipboard

Consul Load-Balancing made simple

Results 134 fabio issues
Sort by recently updated
recently updated
newest added

Questions Question Hi! Skywalking is used in conjunction with fabio. Unable to be a real Topology in skywalking. My .Net Core application uses consul to do service discovery.Fabio doing load...

I'm trying to proxy Postgres and have fabio terminate the TLS. Config: ``` FABIO_proxy_addr: ":80,:443;cs=somo,:5432;proto=tcp;cs=somo" FABIO_proxy_cs: "cs=somo;type=path;cert=/certs" ``` (works fine on https) `route add geodb :5432 http://10.0.0.19:5432/ opts "proto=tcp"` This...

connect grpc show error Arith.Muliply call error: invalid character '\x00' looking for beginning of value

proxy.cs=cs=mycs;type=file;cert=./acme/cert.crt;key=./acme/privkey.key this is ok https route work proxy.cs=cs=mycs;type=http;cert=http://47.89.27.64:8082/cfu/cert/file the file path has a file name file content is cert.pem and privkey.pem and start log show HTTPS proxy listening on :8097...

my setting is proxy.cs=cs=mycs;type=http;cert=https://xx.xx.com/.well-known/acme-challenge/cert/ { "Addr": ":8097", "Proto": "https", "ReadTimeout": 0, "WriteTimeout": 0, "CertSource": { "Name": "mycs", "Type": "http", "CertPath": "http://xx.xx.x.x:8082/cfu/cert/file", "KeyPath": "", "ClientCAPath": "", "CAUpgradeCN": "", "Refresh": 3000000000, "Header":...

# Version Docker image: fabiolb/fabio:1.5.10-go1.11.1 # Feature Request Allow configuration of fabio to enable automatic retry of requests if it receives a 5XX or configurable status code from an upstream....

When a service check passes/fails fabio recognizes the change instantly. However I happened to notice that when I changed my nomad job file and only changed the `urlprefix` tag it...

Hi, our consul agents have verify_incoming enabled, so we need to set registry.consul.tls.certfile/keyfile and cafile in fabio properties. these cerficates are shortlived and renewed by consul templates. it would be...

The fabio is not forwarding the SSE messages - they are being stored there, but they are only sent if we stop the application - then the client receives all...