<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:38:29 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>[GODRIVER-2395] Never return errors when attempting to contact OCSP responders</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-2395</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;Currently, the OCSP certificate verification code in the Go driver will return an error if the passed-in Context is cancelled or passes its deadline (see &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/blob/f195b4e891d34ef0c680c19a2d0f36a2a0c4794c/x/mongo/driver/ocsp/ocsp.go#L277&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;). However, the &lt;a href=&quot;https://github.com/mongodb/specifications/blob/223df1f58beb0d3aed1e6ef7f1ee74a707a01a43/source/ocsp-support/ocsp-support.rst&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;OCSP spec&lt;/a&gt; describes that drivers should &quot;soft fail&quot; anytime the OCSP responders are unreachable for any reason. The current Go driver behavior violates that expectation by returning errors under specific circumstances.&lt;/p&gt;

&lt;p&gt;Related to HELP-33323.&lt;/p&gt;

&lt;p&gt;Definition of done:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The Go driver never returns an error when attempting to contact the OCSP responders for certificate status.&lt;/li&gt;
	&lt;li&gt;Write a test that asserts that the passed-in context is honored for timeout/cancellation but timeout/cancellation does not result in an error fetching certificate status.&lt;/li&gt;
	&lt;li&gt;Fix is back-ported to the &lt;tt&gt;cloud-1.7.1&lt;/tt&gt; release branch.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2033397">GODRIVER-2395</key>
            <summary>Never return errors when attempting to contact OCSP responders</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="13201">Fixed</resolution>
                                        <assignee username="matt.dale@mongodb.com">Matt Dale</assignee>
                                    <reporter username="matt.dale@mongodb.com">Matt Dale</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Apr 2022 16:09:47 +0000</created>
                <updated>Sat, 28 Oct 2023 11:37:36 +0000</updated>
                            <resolved>Mon, 2 May 2022 22:54:26 +0000</resolved>
                                                    <fixVersion>1.9.1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4521306" author="xgen-internal-githook" created="Mon, 2 May 2022 22:51:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Matt Dale&apos;, &apos;email&apos;: &apos;9760375+matthewdale@users.noreply.github.com&apos;, &apos;username&apos;: &apos;matthewdale&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2395&quot; title=&quot;Never return errors when attempting to contact OCSP responders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2395&quot;&gt;&lt;del&gt;GODRIVER-2395&lt;/del&gt;&lt;/a&gt; Never return errors when attempting to contact OCSP responders. (#926)&lt;br/&gt;
Branch: release/1.9&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/96e30dac09d17d4b354a3cbe6b24a732df19e442&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/96e30dac09d17d4b354a3cbe6b24a732df19e442&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4521297" author="xgen-internal-githook" created="Mon, 2 May 2022 22:46:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Matt Dale&apos;, &apos;email&apos;: &apos;9760375+matthewdale@users.noreply.github.com&apos;, &apos;username&apos;: &apos;matthewdale&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2395&quot; title=&quot;Never return errors when attempting to contact OCSP responders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2395&quot;&gt;&lt;del&gt;GODRIVER-2395&lt;/del&gt;&lt;/a&gt; Never return errors when attempting to contact OCSP responders. (#926)&lt;br/&gt;
Branch: cloud-1.7.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/b74c6cc301ca129d779e528672e1af94d54b537c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/b74c6cc301ca129d779e528672e1af94d54b537c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4520722" author="xgen-internal-githook" created="Mon, 2 May 2022 19:12:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Matt Dale&apos;, &apos;email&apos;: &apos;9760375+matthewdale@users.noreply.github.com&apos;, &apos;username&apos;: &apos;matthewdale&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2395&quot; title=&quot;Never return errors when attempting to contact OCSP responders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2395&quot;&gt;&lt;del&gt;GODRIVER-2395&lt;/del&gt;&lt;/a&gt; Never return errors when attempting to contact OCSP responders. (#926)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/c27db32d0f0362b90fdfbe6bcc465dd0a39539ed&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/c27db32d0f0362b90fdfbe6bcc465dd0a39539ed&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </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|i0bjyg:</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>