Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

138
Vistas
Python3 Sanic + ssl certificate

First of all, I am doing this for the first time and I know that I am lost.

I want to use Python Sanic as the Framework for my website. But I ALSO want to use my SSL certificate and my Domain. The method in the Sanic docs doesn't work. I search in the web and found that I need nginx or Apache2. But I have no idea what to do then.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

It is probably best to use Nginx proxy for this. There should soon be a complete guide to this at https://sanic.readthedocs.io/en/latest/sanic/nginx.html (once docs are rebuilt, soon).

To enable built-in SSL support,

app.run(host="0.0.0.0", port=443, ssl=dict(
    cert="/etc/letsencrypt/live/example.com/fullchain.pem",
    key="/etc/letsencrypt/live/example.com/privkey.pem",
))
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda