mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-15 11:04:52 +08:00
Updated Protocol support (markdown)
parent
b10f1aad51
commit
97c981ae22
1 changed files with 20 additions and 2 deletions
|
@ -2,5 +2,23 @@
|
|||
|
||||
* Ciphers: `chacha20-poly1305`, `aes256-gcm@openssh.com`
|
||||
* Key exchange: `curve25519-sha256@libssh.org`
|
||||
* Keys: `ssh-ed25519`, `rsa-sha2-512`, `rsa-sha2-256`
|
||||
* Compression: `zlib`, `zlib@openssh.com`
|
||||
* Keys: `ssh-ed25519`, `ssh-rsa`, `rsa-sha2-512`, `rsa-sha2-256`
|
||||
* Compression: `zlib`, `zlib@openssh.com`
|
||||
|
||||
# MySQL
|
||||
|
||||
* MySQL text protocol (prepared statements are not supported)
|
||||
* As server:
|
||||
* TLS ✅ (forced)
|
||||
* `mysql_clear_password` auth ✅
|
||||
* As client:
|
||||
* TLS optional
|
||||
* `mysql_native_password` auth ✅
|
||||
|
||||
# HTTP
|
||||
|
||||
* HTTP/1.1 ✅
|
||||
* HTTP/2 ✅
|
||||
* TLS ✅ (as server: forced)
|
||||
* Websockets ✅
|
||||
* SSE ❌
|
Loading…
Add table
Reference in a new issue