<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:22:21 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>[DRIVERS-778] Connect to mongocryptd with TCP (not domain sockets)</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-778</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;The spec currently claims that drivers default to using domain sockets to connect to mongocryptd when possible:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;// Defaults to &quot;mongodb://%2Ftmp%2Fmongocryptd.sock&quot; if domain sockets are available or&lt;br/&gt;
// &quot;mongodb://localhost:27020&quot; otherwise.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;However, due to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41826&quot; title=&quot;avoid unlinking the unix domain socket if another process is listening&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41826&quot;&gt;SERVER-41826&lt;/a&gt; drivers should instead default to connecting via &quot;mongodb://localhost:27020&quot; and not the domain socket. It&apos;s very possible all drivers are already connecting via &quot;mongodb://localhost:27020&quot; by default (as Java, Node, Python, Go do, and .NET doesn&apos;t support domain sockets).&lt;/p&gt;</description>
                <environment></environment>
        <key id="1033177">DRIVERS-778</key>
            <summary>Connect to mongocryptd with TCP (not domain sockets)</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="13201">Fixed</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="rathi.gnanasekaran">Rathi Gnanasekaran</reporter>
                        <labels>
                    </labels>
                <created>Tue, 3 Dec 2019 14:39:55 +0000</created>
                <updated>Wed, 3 Jan 2024 07:08:18 +0000</updated>
                            <resolved>Wed, 3 Jan 2024 07:08:18 +0000</resolved>
                                                                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="1058488">CDRIVER-3468</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058487">CSHARP-2882</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058489">CXX-1896</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058483">GODRIVER-1446</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058482">JAVA-3560</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058484">MOTOR-482</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058485">NODE-2395</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058481">PHPC-1517</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058490">PYTHON-2087</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1058486">RUBY-2050</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_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPC-1517'>PHPC-1517</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-3560'>JAVA-3560</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/GODRIVER-1446'>GODRIVER-1446</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/MOTOR-482'>MOTOR-482</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-2395'>NODE-2395</a>
    </td>
    <td>Won't Fix</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-2050'>RUBY-2050</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-2882'>CSHARP-2882</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CDRIVER-3468'>CDRIVER-3468</a>
    </td>
    <td>Duplicate</td>
    <td class='hasFixVersion'>1.16.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-1896'>CXX-1896</a>
    </td>
    <td>Gone away</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-2087'>PYTHON-2087</a>
    </td>
    <td>Duplicate</td>
    <td class=''></td>
  </tr>
</table>]]></customfieldvalue>


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