Am trying to create a load balancer with custom domain and currently failing with SSL error. followed the steps in the document, however still no luck. Any help is much appreaciated.
steps followed : https://cloud.google.com/api-gateway/docs/gateway-serverless-neg
error :
Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1028)')
Hi @pravinvram,
Welcome to Google Cloud Community!
This error is usually caused by a premature termination of the SSL connection before the handshake is complete or during data transfer.
Go to Load Balancing > Select your load balancer > Frontend Configuration.
Also indicates a possible mismatch in the SSL/TLS versions supported by your client and server, the load balancer should use a compatible version of TLS (TLS 1.2 or TLS 1.3). You may refer to this conversation.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Thanks so much for the reply
Any other things I need to check or any known issues would help, currently am stuck.
Hi @pravinvram,
Below are other possible reasons as to why you are encountering same issue, which are also stated on this documentation.
You may also reach out to Google Cloud Support for more detailed insights and assistance.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.