crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

crossbar v22.6.1 secure connection 443 (tls): docs with config example not working #2046

Closed antonymott closed 2 years ago

antonymott commented 2 years ago

Docs for secure (443) connection to crossbar https://crossbar.io/docs/TLS-Certificates/ use key attribute "chain_certificates" however with crossbar v22.6.1 throws error: "InvalidConfigException( crossbar.common.checkconfig.InvalidConfigException: encountered unknown attribute 'chain_certificates' in connecting endpoint TLS configuration"

Using key attribute "ca_certificates" does not throw error. Is there a more recent .config example for 443 (tls web and wss)?

antonymott commented 2 years ago

This example here helps: https://github.com/crossbario/crossbar/issues/1124