Hi,
I already have an api with plumber and all works fine, but I need to consume with https and I really don't know how to configure the rserver in particular, I really appreciate if you can help me with
How can I expose my rplumber api over https? (some guide)
Can I use let's encrypt? (if yes and has any special configuration, how?)
Also, I am using an AWS EC2 and I am not using Route53.
You would need to front plumber by a service providing SSL, could be nginx, could be apache. You could also use CloudFlare SSL if you had your own domain.
web server providing SSL > proxy pass to plumber API > plumber API
" Unfortunately, Plumber does not implement HTTPS support natively, but most of the documented hosting options offer ways to deploy HTTPS and HSTS in front of your Plumber API."
Thank you, could you tell me how to do with cloudflare?, I already have there the domain with a subdomain pointing to the r-server (does not response), I am using the free option of cloudflare.
Thank you a lot, your answers help me to solve how to configure it.
Finally, I configure the reverse proxy with nginx and installed let's encrypt certify with a full encryption mode in cloudflare.
Regards,