CESNET / Netopeer-GUI

Graphical user interface for NETCONF client
MIT License
37 stars 9 forks source link

Unable to build on Ubuntu (vagrant) #101

Open ramukima opened 7 years ago

ramukima commented 7 years ago

ERROR: Certificate path must be set

The documentation does not specify what should this certificate be ?

ramukima commented 7 years ago

Tried to use --with-cert-path=no --with-private-key-path=no to proceed, but surely something is going to break. So, while this issue is documentation related as well as a question.

makramalla commented 7 years ago

Hello,

I had the same issue but it was resolved by using --without-notifications.

Let me know if this did the trick.

Maged

michalvasko commented 7 years ago

Hi, if you don't need notifications to work, then use the option mentioned by Maged. If you do, then you must specify the path to a valid certificate and private key to be used when netopeergui (browser) connects to the netopeerguid websocket. Modern browsers forbid such connections without valid certificates.

Regards, Michal