Overview
When setting up NF-hosted edge-routers, it’s important to configure the correct listener type based on the traffic type. Using the wrong configuration can lead to connectivity issues or routers going offline.
When to Use WSS vs. TLS
WSS (WebSocket Secure) should be enabled only for BrowZer endpoints, which require WebSocket-based traffic.
TLS should be used for non-BrowZer traffic, including standard edge routers and tunnelers.
Recommended Setup
To support both traffic types, it’s recommended to deploy two separate edge-routers:
One with WSS enabled for BrowZer.
One with WSS disabled (TLS only) for non-BrowZer use cases.
Key Considerations
Ensure the certificate hostname matches the advertised router address to avoid connection issues.
Avoid changing listener types without reviewing your network requirements.
Conclusion
Use WSS only where needed, and ensure proper separation between BrowZer and non-BrowZer traffic. This helps maintain a stable and secure router deployment.