SSL: WRONG_VERSION_NUMBER beim Einrichten des öffentlichen Juypter-Servers

Ich richte gerade einen Juypter-Server ein, auf dem meine Notebooks gehostet werden.

Im/home/user/.jupyter/notebook_configuration.py

c.NotebookApp.certfile = u'/home/user/.jupyter/mycert.pem'
c.NotebookApp.keyfile = u'/home/user/.jupyter/mykey.key'

Und wenn ich auf der Konsole lief

jupyter notebook --ip="ip_address" --port=8000 --certfile=mycert.pem --keyfile mykey.key

Der Server und das Zertifikat haben funktioniert!

eim Einrichten eines DNS-Eintrags und beim Versuch, eine Route zum Server einzurichten, trat jedoch dieser Fehler au

SSL Error on 10 ('ip_address', 63748): [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:600)

Was ist los

Antworten auf die Frage(2)

Ihre Antwort auf die Frage