<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Changing SAS default TLS version from 1.0 to 1.2 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/517578#M15156</link>
    <description>&lt;P&gt;Note that the latest maintenance for SAS 9.4 is SAS 9.4M6 -- released on Nov 20.&amp;nbsp; This release uses a Java 8-based JRE, and sets TLSv1.2 as the minimum protocol.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 17:11:27 GMT</pubDate>
    <dc:creator>Donna_SAS</dc:creator>
    <dc:date>2018-11-30T17:11:27Z</dc:date>
    <item>
      <title>Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/403746#M10692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have recently been getting errors on our SOAP API calls.&amp;nbsp; (was previously OK)&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;MPRINT(SOAP):&amp;nbsp;&amp;nbsp; filename soap_in "E:\SASData\input\Admissions\enabling_ugrd_req.xml" RECFM=V LRECL=5000;&lt;BR /&gt;MPRINT(SOAP):&amp;nbsp;&amp;nbsp; filename soap_out "E:\SASData\input\Admissions\enabling_ugrd_data.xml" RECFM=V LRECL=5000;&lt;BR /&gt;MPRINT(SOAP):&amp;nbsp;&amp;nbsp; proc soap in=soap_in out=soap_out url="&lt;A href="https://xxx.yyy.zzz/cgi-bin/uon.cfg/services/soap" target="_blank"&gt;https://xxx.yyy.zzz/cgi-bin/uon.cfg/services/soap&lt;/A&gt;" ENVELOPE ;&lt;BR /&gt;MPRINT(SOAP):&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;ERROR: org.springframework.ws.client.WebServiceIOException: I/O error: Received fatal alert: handshake_failure; nested exception is&lt;BR /&gt;javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Some digging has revealed that it appears to be due to the external API target no longer supporting TLS 1.0&lt;/P&gt;&lt;P&gt;The SAS server is running SAS 9.4 M0&amp;nbsp;on &amp;nbsp;Windows 2008 .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have done Windows patching to ensure that TLS 1.2 is on the windows server, but SAS still&amp;nbsp;defaults to TLS 1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've found what appears to be a likely solution -&lt;/P&gt;&lt;P&gt;The SAS_SSL_MIN_PROTOCOL environment variable enables you to set a minimum TLS protocol that will be negotiated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#n1h5naraq9pbc1n1pk74hk1j9l6i.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#n1h5naraq9pbc1n1pk74hk1j9l6i.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was going to add the following to one of the config files&lt;/P&gt;&lt;P&gt;-set "SAS_SSL_MIN_PROTOCOL=TLS1.2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;question that I'm struggling with&amp;nbsp;is "what is the appropriate config file to put this variable in ?"&lt;/P&gt;&lt;P&gt;There are lots of files scattered around - I think that it should be one of the "sasv9_usermods.cfg" files&lt;/P&gt;&lt;P&gt;and my current best idea as to which one is in - D:\SAS\Config\Lev1\SASApp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct or should I be using one in a different location ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 01:23:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/403746#M10692</guid>
      <dc:creator>markabell</dc:creator>
      <dc:date>2017-10-13T01:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/403817#M10697</link>
      <description>&lt;P&gt;Hi Mark&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/157156"&gt;@markabell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you are on the exact good track &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Did you already tried it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, on the sasv9 files, it would be enough with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-SAS_SSL_MIN_PROTOCOL=TLS1.2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 07:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/403817#M10697</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-13T07:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404328#M10703</link>
      <description>&lt;P&gt;Thanks Juan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was a syntax error with the variable as I'd originally defined it, so I changed it to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-set SAS_SSL_MIN_PROTOCOL TLS1.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still no joy - I'll try it with your variant&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 00:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404328#M10703</guid>
      <dc:creator>markabell</dc:creator>
      <dc:date>2017-10-16T00:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404395#M10704</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/157156"&gt;@markabell&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry to read there is no joy, yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is something I did not realise the first time I read your message. You mentioned SAS 9.4 M0 ... perhaps I am dead wrong, but perhaps you will need to&amp;nbsp;ensure your java on version&amp;nbsp;&lt;SPAN&gt;1.7.0_111&amp;nbsp;minimum. SAS 9.4 brings its own java (PrivateJRE) which updates only though hotfixes and maintenances.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;First and foremost, Oracle has added support for TLS1.2 in java 7 in a later version. Therefore you'll first need to ensure that you have the required java version installed. The easiest way is to simply run java.exe -version from the &amp;lt;SASHome&amp;gt;\SASprivatejre\9.4\jre\bin folder. If the version reported is 1.7.0_111 you're good. If not: &lt;A href="http://support.sas.com/kb/56/203.html" target="_blank"&gt;&lt;SPAN class="cs48129e1b1"&gt;http://support.sas.com/kb/56/203.html&lt;/SPAN&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Java 1.7.0_111 backports the 'Djdk.tls.client.protocols' that was introduced in Java 8. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;This part corresponds to middle tier configurations, so I don't think it applies to you, but I would like to share this information, in case it may help somewone.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;This will need to be set on every client component that needs a connection to the middle tier. So, this means that all SASServerX_x instances wrapper.conf files need the &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="cs1b16eeb51"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;-Djdk.tls.client.protocols=TLSv1.2 java option to be set. This should ensure that the &amp;nbsp;web application servers will work. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="cs1b16eeb51"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-Djdk.tls.client.protocols="TLSv1.2" needs to be added to other clients as well:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- To make Content Server validation work in Management Console:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;SASHOME/SASManagementConsole/9.4/sasmc.ini&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- To make the Deployment Backup work from the /SASBackupManager web app:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;SASHOME/SASPlatformObjectFramework/9.4/SASDeploymentBackup/BackupServer.ini&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- To make the Deployment Backup work from the command line tools:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;SASHOME/SASPlatformObjectFramework/9.4/tools/admin/*.ini (many)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- Environment Manager server (also a client in this specific case)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;SASCONFIG/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hq-server.conf&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Additionally some tasks in Enterprise Guide also create connections to the middle tier. These fail as well. The problem here is in the .NET framework:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Microsoft's .NET framework 4.0 does not officially support TLS 1.2. This is introduced with .NET 4.5 where it is available but not enabled by default. Starting with .NET 4.6 TLS 1.2 is enabled. Enterprise Guide 7.13 is built against 4.6 and should work correctly. The previous 7.x versions do not. This requires changes to the .net framework. &amp;nbsp;adding the SchUseStrongCrypto registry will take care of this.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://technet.microsoft.com/en-us/library/security/2960358.aspx" target="_blank"&gt;&lt;SPAN class="cs48129e1b1"&gt;https://technet.microsoft.com/en-us/library/security/2960358.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;SPAN class="cs48129e1b1"&gt;What I wwould do: if you still need support on this, I would contact SAS Technical Support, because I am not sure about all the impact on Maintenance 0.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;SPAN class="cs48129e1b1"&gt;Kind regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;SPAN class="cs48129e1b1"&gt;Juan&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95e872d0"&gt;&lt;SPAN class="csa16174ba1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404395#M10704</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-16T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404633#M10706</link>
      <description>&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the detailed response - it looks like we need to get the Java updated&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;D:\SAS&amp;gt;D:\SAS\Applications\SASPrivateJavaRuntimeEnvironment\9.4\jre\bin\java.exe -version&lt;BR /&gt;java version "1.7.0_15"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.7.0_15-b03)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll see when our Operations team can look at getting the java upgrade done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 23:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404633#M10706</guid>
      <dc:creator>markabell</dc:creator>
      <dc:date>2017-10-16T23:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404723#M10711</link>
      <description>&lt;P&gt;I hope it will help there&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/157156"&gt;@markabell&lt;/a&gt;. It did to me a few months ago.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A quick comment and reminder: SAS 9.4 brings its own Java on the SASPrivateJRE and that is what needs to be updated. Therefore you might need to install all the latest hotfixes... or perhaps it would be even better to just upgrade to at least M3. The latest maintenance available is M5. In your shoes. I would just take this latest option to upgrade your SAS servers to M4 or M5, depending on your company policies.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/404723#M10711</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-17T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/405093#M10715</link>
      <description>&lt;P&gt;We have a full set of updates planned for early next year.&amp;nbsp; This is just to get the api loads running again.&lt;/P&gt;&lt;P&gt;The systems have been treated with benign neglect &amp;amp; are more than overdue for a full set of patches and upgrades.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 04:08:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/405093#M10715</guid>
      <dc:creator>markabell</dc:creator>
      <dc:date>2017-10-18T04:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/405230#M10718</link>
      <description>&lt;P&gt;Until you can get your maintenance/versions installed, in the meantime, If you can enable XCMD (commands on the file system) to some jobs, perhaps you or your teams would like to explore &lt;STRONG&gt;cURL&lt;/STRONG&gt; or &lt;STRONG&gt;SoapUI&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://es.wikipedia.org/wiki/CURL" target="_blank"&gt;https://es.wikipedia.org/wiki/CURL&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://curl.haxx.se/" target="_blank"&gt;https://curl.haxx.se/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/curl/curl" target="_blank"&gt;https://github.com/curl/curl&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With cURL you can make all of those calls, from SAS with an XCMD to a cURL command (external).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For enabling cURL for TLS 1.2:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ec.haxx.se/usingcurl-tls.html" target="_blank"&gt;https://ec.haxx.se/usingcurl-tls.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.shopgate.com/hc/en-us/articles/115006896288-Upgrade-your-SSL-library-to-support-TLS-1-2" target="_blank"&gt;https://support.shopgate.com/hc/en-us/articles/115006896288-Upgrade-your-SSL-library-to-support-TLS-1-2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://superuser.com/questions/606598/specifying-minor-tls-version-when-using-curl" target="_blank"&gt;https://superuser.com/questions/606598/specifying-minor-tls-version-when-using-curl&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://serverfault.com/questions/800262/how-to-build-curl-for-tlsv1-2-support" target="_blank"&gt;https://serverfault.com/questions/800262/how-to-build-curl-for-tlsv1-2-support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/curl/curl/issues/700" target="_blank"&gt;https://github.com/curl/curl/issues/700&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SoapUI:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-enable-TLS-1-2-in-SoapUI/td-p/96239" target="_blank"&gt;https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-enable-TLS-1-2-in-SoapUI/td-p/96239&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.perficient.com/ibm/2016/02/19/4-steps-to-enable-tls-protocols-in-soap-ui/" target="_blank"&gt;https://blogs.perficient.com/ibm/2016/02/19/4-steps-to-enable-tls-protocols-in-soap-ui/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 14:34:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/405230#M10718</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-18T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/407126#M10863</link>
      <description>&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were able to get the Java update done for the SAS provided JRE - see &lt;A href="http://support.sas.com/kb/56/203.html" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class="cs48129e1b1"&gt;&lt;FONT size="2"&gt;http://support.sas.com/kb/56/203.html&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;And I can confirm that the SOAP API calls are now using TLS 1.2 and are working correctly.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thankyou for your assistance on this.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Mark&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 03:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/407126#M10863</guid>
      <dc:creator>markabell</dc:creator>
      <dc:date>2017-10-25T03:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/407203#M10869</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/157156"&gt;@markabell&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;very glad to know that you could make it to work, finally. And thanks for the feedback/update!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 11:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/407203#M10869</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-25T11:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/517254#M15137</link>
      <description>&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;Thank you so much for adding the additional information regarding wrapper.conf editing as I am the someone it helped.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:16:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/517254#M15137</guid>
      <dc:creator>megalopsuchos</dc:creator>
      <dc:date>2018-11-29T21:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/517404#M15149</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/156678"&gt;@megalopsuchos&lt;/a&gt;&amp;nbsp;and a pleasure&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 09:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/517404#M15149</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-11-30T09:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAS default TLS version from 1.0 to 1.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/517578#M15156</link>
      <description>&lt;P&gt;Note that the latest maintenance for SAS 9.4 is SAS 9.4M6 -- released on Nov 20.&amp;nbsp; This release uses a Java 8-based JRE, and sets TLSv1.2 as the minimum protocol.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 17:11:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Changing-SAS-default-TLS-version-from-1-0-to-1-2/m-p/517578#M15156</guid>
      <dc:creator>Donna_SAS</dc:creator>
      <dc:date>2018-11-30T17:11:27Z</dc:date>
    </item>
  </channel>
</rss>

