Closed oberstet closed 2 years ago
To boil this down, the following checks fail
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/authentication/tls/dynamic/.crossbar/config.json
Error: File 'client.crt' for 'certificate' in TLS configuration not found
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/authentication/tls/static/.crossbar/config.json
Error: File 'client.crt' for 'certificate' in TLS configuration not found
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/wss/python/.crossbar/config.json
Error: 'ca_certificates' contains non-existant path 'server_cert.pem'
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/hello/erlang/.crossbar/config.json
Error: encountered unknown attribute 'serializer' in RawSocket transport configuration
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/encryption/tls/.crossbar/config.json
Error: File 'client.crt' for 'certificate' in TLS configuration not found
non-problematic cases are:
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/authentication/wampcra/static/.crossbar/config.json
Environment variable $MYSECRET not set - needed in configuration 'auth.wampcra.users["homer"].secret'
--> not documented, but not an error
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/authentication/ticket/static/.crossbar/config.json
Environment variable $MYTICKET not set - needed in configuration 'auth.ticket.principals["client2"].ticket'
--> README mentions that the user should set this --> no error
Checking local node configuration file: /home/goeddea/scm/crossbar/crossbarexamples/templates/worker-templates/.crossbar/config.json
Error: encountered unknown attribute 'template' in container configuration
--> abandoned branch, maybe remove this completely?
Here is what
crossbar upgrade
andcrossbar check
just did: