Estoy intentando configurar el servidor https en python3, pero no pude generar un certificado y una clave correctamente.
Ese es el código del servidor:
import http.server, ssl
server_address = ('localhost', 4443)
httpd = http.server.HTTPSer...
hecha
29.10.2017 - 21:55