flexxui / flexx

Write desktop and web apps in pure Python
http://flexx.readthedocs.io
BSD 2-Clause "Simplified" License
3.27k stars 259 forks source link

No certificate found #744

Closed 1751660300 closed 10 months ago

1751660300 commented 10 months ago

hello, i create a app and run it, but it have a bug, i do not know how to deal this problem

error args: No certificate found at D:\code\roc\UpdateToDoList\dist\mainview\hyper\certs.pem. Either ensure the default cert.pem file is included in the distribution or provide a custom certificate when creating the connection.

almarklein commented 10 months ago

Are you using the ssl_keyfile in the config, or passing ssl-related params to the server instance? Flexx does not do much with certificates by itself, it only facilitates configuring them, so there is likely something wrong with your config.

1751660300 commented 10 months ago

thank you , i use ssl_keyfile, so i need hyper moudle, this config in hyper