-
Notifications
You must be signed in to change notification settings - Fork 45
Remove Arch section of FAQ #2853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove Arch section of FAQ #2853
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
If you need to disable TLS (typically to reduce communication overhead for public data streams), you can specify `tls: false` in your [client options](/docs/api/realtime-sdk#client-options) when instantiating a Realtime or REST library. | ||
|
||
<Aside data-type='warning'> | ||
Disabling TLS is strongly discouraged and is disabled by default in all client libraries for security reasons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tls is enabled by default i.e default is true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these be under connection / platform and not channel as its related to the underlying transport?
|
||
* View the [network map](https://ably.com/network) of Ably's datacenters and global points of presence. | ||
* Check the [status of datacenters](https://status.ably.io/) by region. | ||
* See [global round-trip latency statistics](https://ably.com/network/latency) measured externally by Uptrends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this point to https://ably.com/docs/platform/architecture/latency#latency-metrics ?
…Ps and/or domains should I add?
…nnections get those capabilities immediately?
f998268
to
d0acd24
Compare
This PR integrates the follwoing FAQs into the docs:
What is the difference between 'failed' and 'refused' message statistics?
How can I restrict connections or requests by origin or IP?
Is it possible to restrict which channels or permissions an API key has?
Which TLS Version does the ably-js library use?
Do you support multiplexing and channel groups?
If I need to whitelist Ably's servers from a firewall, which ports, IPs and/or domains should I add?
Authenticated and identified clients
Are messages sent to and received from Ably securely using TLS?
How can you restrict which channels a client can access?
When I change a key's capabilities in the dashboard, will existing connections get those capabilities immediately?
Cross-platform symmetric encryption offered by the libraries
How do I report a security or privacy vulnerability on Ably
Do you support MQTT? Are you protocol agnostic?
What are Ably protocol adapters and how do they work?
Where are Ably's servers and datacenters located around the world?
Why does Ably have concurrent channel limits?
Tidy up commit
Redirects: here
Jira: EDU-2100
FAQ: Here