<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:26:48 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-11807] Idle SSL replset has SSL errors and socket exceptions that aren&apos;t present otherwise</title>
                <link>https://jira.mongodb.org/browse/SERVER-11807</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Running a simple 3 node replset over localhost, the cluster idles and outputs the normal log messages for heartbeat connections being created and shutdown 30 seconds later.&lt;/p&gt;

&lt;p&gt;Restarting the cluster with SSL enabled, the same result would be expected.  Instead, see a variety of SSL errors and socket exceptions.  Cluster otherwise functions normally, in that heartbeat connections are successfully re-established, and normal replset operations proceed without issue.&lt;/p&gt;

&lt;p&gt;The socket exceptions are mostly CONNECT_ERROR, CLOSED and sometimes RECV_ERROR or SEND_ERROR.&lt;/p&gt;

&lt;p&gt;The SSL errors are usually&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;SSL23_GET_SERVER_HELLO&lt;/li&gt;
	&lt;li&gt;could not negotiate SSL connection: EOF detected&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;and sometimes&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;SSL Error ret when receiving: -1 err: 2 error:00000000:lib(0):func(0):reason(0)&lt;/li&gt;
	&lt;li&gt;SSL Error ret when receiving: -1 err: 5 error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;For testing, starting a large replset (eg. 12 nodes) means there are a lot of connections, and so errors are easily observed in under a minute of idling.  Smaller replsets still hit the issue, but take proportionately longer.&lt;/p&gt;

&lt;p&gt;This is fixed by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-8864&quot; title=&quot;Allow mixed SSL and non-SSL connections&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-8864&quot;&gt;&lt;del&gt;SERVER-8864&lt;/del&gt;&lt;/a&gt; (specifically commit &lt;a href=&quot;https://github.com/mongodb/mongo/commit/9ca2fb094b3d61d98f47ca5558cf8105f3d8306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9ca2fb0&lt;/a&gt;), &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-10968&quot; title=&quot;Improved SSL error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-10968&quot;&gt;&lt;del&gt;SERVER-10968&lt;/del&gt;&lt;/a&gt;, and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11806&quot; title=&quot;Distinct SSL messages for distinct causes of closed connections&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11806&quot;&gt;&lt;del&gt;SERVER-11806&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="99355">SERVER-11807</key>
            <summary>Idle SSL replset has SSL errors and socket exceptions that aren&apos;t present otherwise</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="kevin.pulo@mongodb.com">Kevin Pulo</assignee>
                                    <reporter username="kevin.pulo@mongodb.com">Kevin Pulo</reporter>
                        <labels>
                            <label>logging</label>
                            <label>ssl</label>
                    </labels>
                <created>Thu, 21 Nov 2013 05:01:20 +0000</created>
                <updated>Tue, 16 Nov 2021 15:58:25 +0000</updated>
                            <resolved>Wed, 30 Apr 2014 11:38:58 +0000</resolved>
                                    <version>2.4.6</version>
                                                    <component>Security</component>
                                        <votes>0</votes>
                                    <watches>11</watches>
                                                                                                                <comments>
                            <comment id="567973" author="milkie" created="Wed, 30 Apr 2014 11:38:58 +0000"  >&lt;p&gt;The issue has been fixed in 2.6; backporting to 2.4 is not possible at this time.&lt;/p&gt;</comment>
                            <comment id="483039" author="milkie" created="Thu, 16 Jan 2014 13:54:40 +0000"  >&lt;p&gt;The fixes in the related SERVER tickets went into version 2.5.3 and newer; the first production version with the fixes will be 2.6.&lt;/p&gt;</comment>
                            <comment id="482970" author="zane.williamson@gmail.com" created="Thu, 16 Jan 2014 05:36:54 +0000"  >&lt;p&gt;I see these SSL errors randomly in our replica set as well.  We are running 2.4.9.  It appears this is still an outstanding bug/issue?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="99351">SERVER-11806</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="67421">SERVER-8864</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="92150">SERVER-10968</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 16 Jan 2014 05:36:54 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 42 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-11806'>SERVER-11806</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-10968'>SERVER-10968</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-8864'>SERVER-8864</a></s>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 42 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10249"><![CDATA[Cannot]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>kevin.pulo@mongodb.com</customfieldvalue>
            <customfieldvalue>zane.williamson@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm6y7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrg0rj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6791</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl6nz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>