<?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 streamfwd SSL decryption:session keys not found in Security</title>
    <link>https://community.splunk.com/t5/Security/streamfwd-SSL-decryption-session-keys-not-found/m-p/227637#M6441</link>
    <description>&lt;P&gt;I am trying to decrypt https traffic (using RSA chipher) :&lt;BR /&gt;
1, add the private key &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./streamfwd --addsslkey test /tmp/server.key
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2, add 2 lines into streamfwd.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sslServer.0.address = 10.1.1.98
sslServer.0.port = 443
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but WARN found in streamfwd.log &lt;BR /&gt;
&lt;EM&gt;access site with Chrome&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-11-14 18:50:56 WARN  [139823066740480] (SnifferReactor/PacketProcessor.cpp:515) stream.SnifferReactor - SSL decryption error (TLS session ticket not cached - did not capture the original SSL session?) (ssl) [c=10.1.20.29:2381, s=10.1.1.98:443]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;EM&gt;access site with IE&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-11-14 18:50:57 WARN  [139823066740480] (SnifferReactor/PacketProcessor.cpp:515) stream.SnifferReactor - SSL decryption error (session keys not found - did not capture beginning of SSL session?) (ssl) [c=10.1.20.29:2385, s=10.1.1.98:443]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyone can help? &lt;BR /&gt;
Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2016 09:56:07 GMT</pubDate>
    <dc:creator>alviszhang</dc:creator>
    <dc:date>2016-11-14T09:56:07Z</dc:date>
    <item>
      <title>streamfwd SSL decryption:session keys not found</title>
      <link>https://community.splunk.com/t5/Security/streamfwd-SSL-decryption-session-keys-not-found/m-p/227637#M6441</link>
      <description>&lt;P&gt;I am trying to decrypt https traffic (using RSA chipher) :&lt;BR /&gt;
1, add the private key &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./streamfwd --addsslkey test /tmp/server.key
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2, add 2 lines into streamfwd.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sslServer.0.address = 10.1.1.98
sslServer.0.port = 443
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but WARN found in streamfwd.log &lt;BR /&gt;
&lt;EM&gt;access site with Chrome&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-11-14 18:50:56 WARN  [139823066740480] (SnifferReactor/PacketProcessor.cpp:515) stream.SnifferReactor - SSL decryption error (TLS session ticket not cached - did not capture the original SSL session?) (ssl) [c=10.1.20.29:2381, s=10.1.1.98:443]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;EM&gt;access site with IE&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-11-14 18:50:57 WARN  [139823066740480] (SnifferReactor/PacketProcessor.cpp:515) stream.SnifferReactor - SSL decryption error (session keys not found - did not capture beginning of SSL session?) (ssl) [c=10.1.20.29:2385, s=10.1.1.98:443]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyone can help? &lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 09:56:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/streamfwd-SSL-decryption-session-keys-not-found/m-p/227637#M6441</guid>
      <dc:creator>alviszhang</dc:creator>
      <dc:date>2016-11-14T09:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: streamfwd SSL decryption:session keys not found</title>
      <link>https://community.splunk.com/t5/Security/streamfwd-SSL-decryption-session-keys-not-found/m-p/227638#M6442</link>
      <description>&lt;P&gt;Hi @alviszhang,&lt;/P&gt;

&lt;P&gt;tl;dr: usually you need to fully restart the browsers (as in terminating the chrome/IE/etc. processes, not just closing the window(s))&lt;/P&gt;

&lt;P&gt;TLS standard provides ways for faster renegotiation of the subsequent SSL sessions between the same client/server pair using parts of the original session's state. If Stream caches this information, it can decrypt the subsequent renegotiations; however if this information was exchanged before Stream started listening to the traffic, there's nothing much Stream (or any other tool for that matter) can do do decrypt the session. &lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 23:34:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/streamfwd-SSL-decryption-session-keys-not-found/m-p/227638#M6442</guid>
      <dc:creator>vshcherbakov_sp</dc:creator>
      <dc:date>2016-11-14T23:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: streamfwd SSL decryption:session keys not found</title>
      <link>https://community.splunk.com/t5/Security/streamfwd-SSL-decryption-session-keys-not-found/m-p/227639#M6443</link>
      <description>&lt;P&gt;Thanks very much!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 06:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/streamfwd-SSL-decryption-session-keys-not-found/m-p/227639#M6443</guid>
      <dc:creator>alviszhang</dc:creator>
      <dc:date>2016-11-15T06:31:42Z</dc:date>
    </item>
  </channel>
</rss>

