You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some link configurations can either be passed by endpoint parameters or via the zenoh config file. Currently the config file is given priority over endpoint parameters, which shouldn't be the case. Config file should be a fallback if no config is given on the specific endpoint.
To reproduce
Create a zenoh config file with TLS config.
Set transport/link/tls/enable_mtls to true.
Set listen/endpoints to ["tls/[::]:7447#enable_mtls=false"]
Start a peer/router with the config file, connect to it with a client via tls and notice how mtls is enabled.
System info
Zenoh 1.0.4
The text was updated successfully, but these errors were encountered:
Describe the bug
Some link configurations can either be passed by endpoint parameters or via the zenoh config file. Currently the config file is given priority over endpoint parameters, which shouldn't be the case. Config file should be a fallback if no config is given on the specific endpoint.
To reproduce
transport/link/tls/enable_mtls
to true.listen/endpoints
to["tls/[::]:7447#enable_mtls=false"]
System info
Zenoh 1.0.4
The text was updated successfully, but these errors were encountered: