Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Any recommendations for SSL frontend/proxy for Django website (other than cloudflare)

I wanted to convert my site to SSL. I know the cloudflare option. I know self hosting option. Are there any other services that can act as frontend proxy? Ideally, with failover.. if one node is down, use another node. thx

Comments

  • blazingfast perhaps

    Thanked by 1aFriend
  • DigitalOcean loadbalancer (provided you are using DO)?

    Thanked by 1aFriend
  • If I'm understanding your requirements, maybe BunnyCDN would work (You'll have to use a different domain for your frontend). I'm currently using it as a frontend for my blog (backed with Github Pages).

    If you do use it, aff link is on my sig. :P

    @BunnySpeed

  • rm_rm_ IPv6 Advocate, Veteran

    You could use nghttpx and not only get support for regular HTTPS, but implement HTTP/2 at the same time with no extra effort required.

Sign In or Register to comment.