You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I deploy my project with app engine , then configure my own load balancer and enable quic .
But when I send request, it only support h3-Q050,h3-Q046,h3-Q043, not support h3-29=":443" (ietf).
How can I make it support h3-29?
Nicholas Elkaim
unread,
Mar 11, 2021, 3:09:55 PM3/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi,
Currently those are the only supported versions of QUIC in GCP HTTP(S) Load Balancers, and any other version of QUIC should make the connection fall back to HTTPS or HTTP/2 instead of negotiating QUIC.
pingping chen
unread,
Mar 11, 2021, 9:47:18 PM3/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I have used the google cloud platform HTTP(S) Load Balancers and enable quic. Is there anything wrong?
Or the google cloud platform is not supported for h3-29 (IETF) by now ?
Chris (Google Cloud Support)
unread,
Mar 15, 2021, 11:28:08 AM3/15/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello, as mentioned by my colleague before the supported version of QUIC are h3-Q050,h3-Q046,h3-Q043. I have done some research on this, and have found that this version [h3-29] of QUIC is currently deprecated