reverse-proxy icon indicating copy to clipboard operation
reverse-proxy copied to clipboard

Implement a fast lookup for wildcard certificates

Open arontsang opened this issue 9 months ago • 2 comments

arontsang avatar Apr 04 '25 07:04 arontsang

If this pull also needs to work for the Kubernetes.Controller the following needs to be modified also

https://github.com/dotnet/yarp/blob/785e5fc80540baf3f34db17686d90cad595000a3/src/Kubernetes.Controller/Caching/IngressCache.cs#L100C9-L103C10

note: i don't work for MS but i have this code running right now with those lines patched out. and from my limited testing (cloudflare strict certificate check) it seems to work.

KLuuKer avatar Nov 11 '25 05:11 KLuuKer

If this pull also needs to work for the Kubernetes.Controller the following needs to be modified also

https://github.com/dotnet/yarp/blob/785e5fc80540baf3f34db17686d90cad595000a3/src/Kubernetes.Controller/Caching/IngressCache.cs#L100C9-L103C10

note: i don't work for MS but i have this code running right now with those lines patched out. and from my limited testing (cloudflare strict certificate check) it seems to work.

Thanks for that

arontsang avatar Nov 12 '25 10:11 arontsang