I am using Fabio version 1.5.9 with my proxy configured in tcp+sni mode.
When I define a backend with a urlprefix:-ExampleDomain.com/, it shows up in the routes table as exampledomain.com/ (small case)
This makes the SSL connects fail as the "servername" parameter doesn't match the "CamelCase" of the backend.
Could Fabio not automatically convert the expected SNI field to small case?
OR
Could Fabio provide a way to compare with "ignore case"?
Thanks and Regards,
Shantanu
I am using Fabio version
1.5.9with my proxy configured intcp+snimode.When I define a backend with a
urlprefix:-ExampleDomain.com/, it shows up in the routes table asexampledomain.com/(small case)This makes the SSL connects fail as the "servername" parameter doesn't match the "CamelCase" of the backend.
Could Fabio not automatically convert the expected SNI field to small case?
OR
Could Fabio provide a way to compare with "ignore case"?
Thanks and Regards,
Shantanu