GCP - Only allow TLS 1.2 Connections

0

We have an API hosted on GCP App Engine. We're having trouble with an API call coming into our API - Basically we've been advised we need to limit our TLS versions to 1.2 as their API only supports that (At the moment, we support 1.0, 1.1, 1.2 and 1.3)

Is there a specific way on GCP to amend these TLS versions so we only accept 1.2? Possibly similar to the solution that IIS Crypto from Nartac provides

The only answers we've had so far are to create a support case with Google - However we don't have the correct support package and are looking into an alternative solution before we spend the money looking into upgrading.

Connor Brady

Posted 2019-09-06T14:41:10.063

Reputation: 1

No answers