<?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 &amp;quot;TLS cipher supports less bits than expected&amp;quot; warning when sending email via SAS Studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quot-TLS-cipher-supports-less-bits-than-expected-quot-warning/m-p/982282#M379295</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;options emailsys=smtp
        emailhost=("smtp.mycompany.com" STARTTLS)
        emailport=25;

filename mail email
        from="me@mycompany.com"
        to="you@yourcompany.com"
        subject="SAS test email "
        debug;

data _null_;
    file mail;
    put "Hello, this is a test.";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to send an email via SAS Studio 9.4 M6 and getting a warning saying "TLS cipher supports less bits than expected."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An upgrade is in the works; using port 587, local postfix or requesting the security team to allow weaker ciphers are not options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have luck with any other workarounds?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 19:58:48 GMT</pubDate>
    <dc:creator>ryansy</dc:creator>
    <dc:date>2026-01-21T19:58:48Z</dc:date>
    <item>
      <title>"TLS cipher supports less bits than expected" warning when sending email via SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-TLS-cipher-supports-less-bits-than-expected-quot-warning/m-p/982282#M379295</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;options emailsys=smtp
        emailhost=("smtp.mycompany.com" STARTTLS)
        emailport=25;

filename mail email
        from="me@mycompany.com"
        to="you@yourcompany.com"
        subject="SAS test email "
        debug;

data _null_;
    file mail;
    put "Hello, this is a test.";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to send an email via SAS Studio 9.4 M6 and getting a warning saying "TLS cipher supports less bits than expected."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An upgrade is in the works; using port 587, local postfix or requesting the security team to allow weaker ciphers are not options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have luck with any other workarounds?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 19:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-TLS-cipher-supports-less-bits-than-expected-quot-warning/m-p/982282#M379295</guid>
      <dc:creator>ryansy</dc:creator>
      <dc:date>2026-01-21T19:58:48Z</dc:date>
    </item>
  </channel>
</rss>

