If I have OpenText Application and SQL running in azure VM 2008 Windows OS, these two are old versions and can't be updated with TLS1.2 . Will it continue to work after 31st October with TLS1.0 / TLS 1.1. ? Is there any workaround you can SUGGEST

AnantAditya-3219 0 Reputation points
2024-10-22T14:16:19.24+00:00

Hi TP,If I have OpenText Application and SQL running in azure VM 2008 Windows OS, these two are old versions and can't be updated with TLS1.2 . Will it continue to work after 31st October with TLS1.0 / TLS 1.1. ?

Is there any workaround you can SUGGEST

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,955 questions
{count} votes

3 answers

Sort by: Most helpful
  1. hossein jalilian 7,760 Reputation points
    2024-10-22T16:55:35.93+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Microsoft is deprecating support for TLS 1.0 and 1.1 across Azure services. After October 31st, connections using these older TLS versions may fail and Windows Server 2008 does not natively support TLS 1.2. This poses a significant challenge for upgrading.

    Older versions of SQL Server (2008/2008 R2) require updates to support TLS 1.2


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

  2. Mahesh Kurva 490 Reputation points Microsoft Vendor
    2024-10-22T17:20:20.56+00:00

    Hi @AA,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    In addition to @hossein jalilian,

    I understand that your OpenText application and SQL are running on a Windows Server 2008 VM in Azure and that these versions cannot be updated to support TLS 1.2. Will they continue to function after October 31 with only TLS 1.0 and 1.1?

    Unfortunately, after October 31, 2024, Azure will no longer support TLS 1.0 and TLS 1.1.
    For more information, please refer the document: https://learn.microsoft.com/en-us/lifecycle/announcements/tls-support-ending-10-31-2024.

    Is there any workaround you can SUGGEST

    Here are a few potential workarounds:

    • If possible, consider upgrading your OpenText Application and SQL to versions that support TLS 1.2 or later. This is the most secure and recommended approach.
    • Implement a proxy or gateway that supports TLS 1.2. This proxy can handle the TLS 1.2 communication with Azure while maintaining TLS 1.0/1.1 communication with your older applications.

    Hope this helps. Do let us know if you any further queries.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


  3. TP 97,256 Reputation points
    2024-10-22T17:40:40.0633333+00:00

    Hi AA,

    Your SQL Server instance should continue to work fine, however, one concern I have is the Windows Azure VM Guest Agent running in the VM(s). Once TLS 1.1 is blocked the agent will likely no longer be able to communicate with Azure infrastructure, so capabilities that depend on the agent will no longer function.

    The above assumes client PCs are connecting directly to the VM's public/private IP address via TLS 1.1, and this is an instance of SQL Server running in your VM.

    Is this Windows Server 2008 R2 SP1 or Windows Server 2008 (non-R2)? For R2 you should be able to get TLS 1.2 working if it isn't already.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.