Skip to content

Commit c5fd3f9

Browse files
committed
clean up limitations + compatibility
1 parent 1653749 commit c5fd3f9

File tree

1 file changed

+26
-13
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp

1 file changed

+26
-13
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Browser-based RDP can be used in conjunction with [routing over WARP](/cloudflar
2626

2727
- An [active domain on Cloudflare](/fundamentals/setup/manage-domains/add-site/)
2828
- Domain uses either a [full setup](/dns/zone-setups/full-setup/) or a [partial (`CNAME`) setup](/dns/zone-setups/partial-setup/)
29-
- Windows machine supports RDP connections. For a list of supported operating systems, refer to the [Windows documentation](https://learn.microsoft.com/windows-server/remote/remote-desktop-services/remotepc/remote-desktop-supported-config).
29+
- RDP server runs a supported [Windows operating system](#rdp-server-operating-systems).
3030

3131
## 1. Connect the server to Cloudflare
3232

@@ -120,7 +120,12 @@ To connect to a Windows machine over RDP:
120120

121121
You now have access to the remote Windows desktop.
122122

123-
## Supported RDP Server Operating Systems
123+
## Compatibility
124+
125+
### RDP server operating systems
126+
127+
Browser-based RDP supports connecting to Windows machines that run the following operating systems:
128+
124129
- Windows 11 Pro
125130
- Windows 11 Enterprise
126131
- Windows 10 Pro
@@ -130,19 +135,27 @@ You now have access to the remote Windows desktop.
130135
- Windows Server 2019
131136
- Windows Server 2016
132137

133-
## Supported Browsers
134-
- Chrome
135-
- Firefox
136-
- Brave
137-
- Opera
138-
- Microsoft Edge
138+
### Browsers
139139

140-
## Limitations
141-
- Cloudflare uses TLS to connect to the target RDP server, but the origin TLS certificate is not verified
142-
- Using a [WARP authentication](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/#configure-warp-sessions-in-access) is not supported
143-
- Audio over RDP is not supported today
140+
| Browser | Compatibility |
141+
| -------------------------------------------- | ------------- |
142+
| Google Chrome ||
143+
| Mozilla Firefox ||
144+
| Safari ||
145+
| Microsoft Edge (Chromium-based) ||
146+
| Other Chromium-based browsers (Opera, Brave) ||
147+
| Internet Explorer 11 and below ||
144148

145-
## Product compatibility
149+
### Cloudflare products
146150

147151
<Render file="access/self-hosted-app/product-compatibility" product="cloudflare-one" />
148152

153+
## Known limitations
154+
155+
Browser-based RDP does not currently support:
156+
157+
- TLS certificate verification: Cloudflare uses TLS to connect to the target RDP server but does not verify the origin TLS certificate.
158+
- [WARP authentication](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/#configure-warp-sessions-in-access)
159+
- Audio over RDP
160+
161+

0 commit comments

Comments
 (0)