<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:11:02 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>[CDRIVER-931] SSL connection issue in 1.2.0</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-931</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;The SSL connection test for the Mongo Rust started failing in the 1.2.0 release of the C driver. It did pass for the beta and RC releases.&lt;/p&gt;

&lt;p&gt;This is the error: Stream/StreamConnect - Failed to connect to target host: &apos;mongo3.staging:27017&apos;)&lt;/p&gt;

&lt;p&gt;If I switch back to the 1.1.10 release this test passes. Any idea what could be wrong here?&lt;/p&gt;</description>
                <environment>Mac OS X, Mongo Rust driver</environment>
        <key id="234271">CDRIVER-931</key>
            <summary>SSL connection issue in 1.2.0</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="3">Duplicate</resolution>
                                        <assignee username="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="thijs">Thijs Cadier</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Oct 2015 09:31:10 +0000</created>
                <updated>Mon, 26 Oct 2015 19:48:25 +0000</updated>
                            <resolved>Mon, 26 Oct 2015 19:48:08 +0000</resolved>
                                    <version>1.2.0</version>
                                    <fixVersion>1.2.1</fixVersion>
                                    <component>network</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1070809" author="jesse" created="Mon, 26 Oct 2015 19:48:25 +0000"  >&lt;p&gt;1.2.1 will be released in a few days.&lt;/p&gt;</comment>
                            <comment id="1070808" author="jesse" created="Mon, 26 Oct 2015 19:48:08 +0000"  >&lt;p&gt;I&apos;m going to close this ticket as a duplicate, for now; if 1.2.1 doesn&apos;t fix things for you please reopen it.&lt;/p&gt;</comment>
                            <comment id="1070777" author="thijs" created="Mon, 26 Oct 2015 19:25:05 +0000"  >&lt;p&gt;Yes I am, that&apos;s probably it then &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;. I currently have no way to use a git dependency set up, so I&apos;ll test this once 1.2.1 is out. Thanks.&lt;/p&gt;</comment>
                            <comment id="1070763" author="jesse" created="Mon, 26 Oct 2015 19:15:51 +0000"  >&lt;p&gt;Are you using a mongoc_client_pool_t? I suspect this is &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-948&quot; title=&quot;TLS / SSL connections fail in pooled mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-948&quot;&gt;&lt;del&gt;CDRIVER-948&lt;/del&gt;&lt;/a&gt;. If so, the latest code on the r1.2 branch has a fix:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commits/r1.2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commits/r1.2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1070653" author="thijs" created="Mon, 26 Oct 2015 17:59:43 +0000"  >&lt;p&gt;The connection string:&lt;br/&gt;
mongodb://user:pass@mongo1.staging:27017,mongo2.staging:27017,mongo3.staging:27017/db_name?replicaSet=staging&amp;amp;ssl=true&lt;/p&gt;

&lt;p&gt;The mongoc_ssl_opts_t has all blank fields expect for pem_file and ca_file, which point to valid files that do work with 1.1.11.&lt;/p&gt;

&lt;p&gt;I&apos;m on Mac Os X 10.10.5.OpenSSL 0.9.8zg. It&apos;s the default openssl installation.&lt;/p&gt;</comment>
                            <comment id="1060250" author="jesse" created="Wed, 14 Oct 2015 14:01:27 +0000"  >&lt;p&gt;We&apos;ll take a look. Can you please share your connection string and&lt;br/&gt;
mongoc_ssl_opts_t configuration, plus your mongod command line? Also, have&lt;br/&gt;
you installed OpenSSL yourself or using the Mac system SSL? What Mac OS&lt;br/&gt;
version are you on?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

&lt;p&gt;On Wednesday, October 14, 2015, Thijs Cadier (JIRA) &amp;lt;jira@mongodb.org&amp;gt;&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="235431">CDRIVER-948</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsdorj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>