Skip to content

Commit f35e9b4

Browse files
authored
Added agrpcs, ngrpcs as secure scheme (#2409)
1 parent 0f9a944 commit f35e9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvflare/fuel/f3/drivers/net_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
MAX_ITER_SIZE = 10
3333
RANDOM_TRIES = 20
3434
BIND_TIME_OUT = 5
35-
SECURE_SCHEMES = {"https", "wss", "grpcs", "stcp", "satcp"}
35+
SECURE_SCHEMES = {"https", "wss", "grpcs", "agrpcs", "ngrpcs", "stcp", "satcp"}
3636

3737
# GRPC can't handle frame size over 2G. So the limit is set to (2G-2M)
3838
MAX_FRAME_SIZE = 2 * 1024 * 1024 * 1024 - (2 * 1024 * 1024)

0 commit comments

Comments
 (0)