diff --git a/README.md b/README.md index 08e0dd7db..f0debb6f9 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,12 @@ #### Notes -1. If you are confused about the commit order for the v1.5.11 release please - check the [Release Notes](https://github.com/fabiolb/fabio/releases/tag/v1.5.11) - for an explanation. - -1. The 1.5.11 tag was wrongly pointing to commit 0297494e9a00f87d3e387b8c6ff0408c2f5db6a0 - instead of commit 446fbba59da42ed73df67c3d738b9945dbf0790a. I have updated the v1.5.11 - tag to point to the correct version and created v1.5.11-wrong tag to point to the - old (wrong) version. +From release 1.5.14 onward, fabio is compiled with golang 1.15+ +. This means that the http client will no longer validate +https certificates that do not have SAN extensions matching the +server name. This may be a concern if fabio is communicating with + https backends with misconfigured certificates. If this is a problem, you can specify `tlsskipverify=true` +on the route. ---