Adding OpenSsl to pingora reverse proxy (beginner)
Hi, Im trying to replace nginx reverse proxy/caddyV2 reverse proxy with simple implementation of pingora reverse proxy.
So far I've managed to serve my Nuxt3 app with pingora but now I'm stuck with pingora-openssl integration and I couldn't find any examples for it.
This is my code so far:
Can anybody help me to finish Pingora-OpenSsl integration so I can learn how to do it?
Thank you!
3 Replies
Looks like in response to your github Issue they linked an example here:
https://github.com/cloudflare/pingora/blob/main/pingora-proxy/examples/load_balancer.rs#L85-L93
You'd probably have better luck using those Github Issues in the future, no CF people working on Pingora would be in these channels
GitHub
pingora/pingora-proxy/examples/load_balancer.rs at main · cloudflar...
A library for building fast, reliable and evolvable network services. - cloudflare/pingora
I hope with time there will be more examples
Will see next year if there will be some movement
yea hopefully with time, as most people use it, they'll be more public docs and such