I have set up a Google Tag Manager (GTM) server-side tagging server for one of my clients. The tagging server uses the domain, while the client's primary domain is www.example.com. This setup has been running smoothly for over a year.
Recently, the client's IT team updated their security policy to only allow TLS connections that are equal to or greater than TLS 1.2. However, the tagging server (tagging.example.com) is still allowing connections with TLS versions lower than 1.2. This is raising concerns about potential security vulnerabilities, and the client’s IT team has requested that we resolve this issue as soon as possible.
Could someone please guide me on how to ensure that the GTM server-side tagging server only allows TLS 1.2 or higher? I appreciate any insights or solutions on how to implement this in the current setup.
Thanks in advance!
Solved! Go to Solution.
Hi @chandrakant,
Welcome to Google Cloud Community!
It is possible to require TLS 1.2 or higher for your Google Tag Manager (GTM) server-side tagging server, however, this will vary depending on your infrastructure. There are no native TLS controls in GTM, so you must manage this using Google Cloud services.
Recommendations:
I hope the above information is helpful.
Hi @greb
Thank you for the recommendations regarding enforcing TLS 1.2 or higher for our Google Tag Manager (GTM) server-side tagging server.
I have implemented the initial solution; however, applying an SSL policy for the App Engine service would be quite complex. Therefore, I have requested the client to consider migrating to the Cloud Run service. This transition would provide a more straightforward setup for applying the SSL policy and effectively restrict TLS connections to version 1.2 and above.
I appreciate your guidance.
Regards,
Chandrakant
Hi @chandrakant,
Welcome to Google Cloud Community!
It is possible to require TLS 1.2 or higher for your Google Tag Manager (GTM) server-side tagging server, however, this will vary depending on your infrastructure. There are no native TLS controls in GTM, so you must manage this using Google Cloud services.
Recommendations:
I hope the above information is helpful.
Hi @greb
Thank you for the recommendations regarding enforcing TLS 1.2 or higher for our Google Tag Manager (GTM) server-side tagging server.
I have implemented the initial solution; however, applying an SSL policy for the App Engine service would be quite complex. Therefore, I have requested the client to consider migrating to the Cloud Run service. This transition would provide a more straightforward setup for applying the SSL policy and effectively restrict TLS connections to version 1.2 and above.
I appreciate your guidance.
Regards,
Chandrakant