<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:35:16 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>[COMPASS-4105] Support non-standard root ca for SSL</title>
                <link>https://jira.mongodb.org/browse/COMPASS-4105</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h4&gt;&lt;a name=&quot;notes&quot;&gt;&lt;/a&gt;notes&lt;/h4&gt;

&lt;p&gt;&lt;a href=&quot;https://www.npmjs.com/package/ssl-root-cas&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.npmjs.com/package/ssl-root-cas&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;&lt;a name=&quot;nodewindowsrootcerts&quot;&gt;&lt;/a&gt;node-windows-root-certs&lt;/h5&gt;
&lt;p&gt;&lt;a href=&quot;https://www.npmjs.com/package/node-windows-root-certs&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.npmjs.com/package/node-windows-root-certs&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Enables use of Windows root certificates in nodejs directly, without environment settings or certificate files.&lt;/p&gt;

&lt;p&gt;Tested on node 12.10.0&lt;/p&gt;

&lt;p&gt;Uses for this module:&lt;br/&gt;
In a coporate envionment&lt;br/&gt;
If they have a WAF (Web Application Firewall - a man in the middle), the root certificate for the WAF is often installed as a certificate in Windows. NodeJS has now access to this certifcate, and so nodeJS based applications will fail without special measures.&lt;/p&gt;

&lt;p&gt;You need to https or tls to a server with a self signed certificate&lt;br/&gt;
Enables the root certificate for your server to be added, either by adding in Windows, or manually.&lt;/p&gt;

&lt;p&gt;I tried but failed to get this to work in test.js with badssl.com &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;For &apos;Older&apos; versions of NodeJS&lt;br/&gt;
If the certificates inside NodeJS expire, the application will stop working....&lt;/p&gt;

&lt;p&gt;What it does&lt;br/&gt;
This module provides two features:&lt;/p&gt;

&lt;p&gt;1. reading of the Windows root certificates&lt;br/&gt;
A function is provided to read the Windows Root certifcates returning an array similar to node&apos;s own rootcertificates array.&lt;/p&gt;

&lt;p&gt;2. patching tls&lt;br/&gt;
A function is provided which will patch the tls module such that all HTTPS or other tls based secure communication will use the provided certificates - either a complete certificate list or, a list additional to the internal nodeJS list.&lt;/p&gt;

&lt;p&gt;Note: if tls is patched AFTER a successful connection to a site, then it&apos;s likely that the new/modified certificates will not be used for a subsequent connection, as the connection itself may be cached.&lt;/p&gt;&lt;/blockquote&gt;

&lt;h5&gt;&lt;a name=&quot;winca&quot;&gt;&lt;/a&gt;win-ca&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;https://www.npmjs.com/package/win-ca&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.npmjs.com/package/win-ca&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Node uses a &lt;a href=&quot;https://github.com/nodejs/node/blob/master/src/node_root_certs.h&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;statically compiled, manually updated, hardcoded list&lt;/a&gt; of certificate authorities, rather than relying on the system&apos;s trust store... &lt;a href=&quot;https://github.com/nodejs/node/issues/4175&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Read more&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It&apos;s somewhat non-intuitive under any OS, but Windows differs from most of them&lt;br/&gt;
by having its own trust store, fully incompatible with &lt;span class=&quot;error&quot;&gt;&amp;#91;OpenSSL|ttps://github.com/ukoloff/openssl-win-root&amp;#93;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;This package is intended to fetch Root CAs from Windows&apos; store (&lt;b&gt;Trusted Root Certification Authorities&lt;/b&gt;) and make them available to Node.js application with minimal efforts.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1101757">COMPASS-4105</key>
            <summary>Support non-standard root ca for SSL</summary>
                <type id="10501" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Investigation</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="anna.henningsen@mongodb.com">Anna Henningsen</assignee>
                                    <reporter username="lucas.hrabovsky">Lucas Hrabovsky</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Jan 2020 16:32:34 +0000</created>
                <updated>Sun, 29 Oct 2023 02:40:30 +0000</updated>
                            <resolved>Fri, 11 Mar 2022 15:44:48 +0000</resolved>
                                                    <fixVersion>1.31.0</fixVersion>
                                    <component>Connectivity</component>
                    <component>Tech debt</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4415619" author="xgen-internal-githook" created="Wed, 16 Mar 2022 14:39:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt; (#2850)&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5534&quot; title=&quot;Toolbar: Add &amp;quot;pipeline overview&amp;quot; component to the new toolbar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5534&quot;&gt;&lt;del&gt;COMPASS-5534&lt;/del&gt;&lt;/a&gt;-toolbar-implementation&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4412332" author="xgen-internal-githook" created="Tue, 15 Mar 2022 11:04:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt; (#2850)&lt;br/&gt;
Branch: 1.31-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4410363" author="xgen-internal-githook" created="Mon, 14 Mar 2022 16:02:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt; (#2850)&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5518&quot; title=&quot;Update workspace tabs design and layout&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5518&quot;&gt;&lt;del&gt;COMPASS-5518&lt;/del&gt;&lt;/a&gt;-update-workspace-tabs-selection-move&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4406670" author="xgen-internal-githook" created="Fri, 11 Mar 2022 15:43:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt; (#2850)&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/a58edee9ed9bc7d522a2cd6ccdccc45e2407cb67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4406508" author="xgen-internal-githook" created="Fri, 11 Mar 2022 15:01:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4105-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/19b4cd00f913fc974dc2315e33484c4e28e87278&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/19b4cd00f913fc974dc2315e33484c4e28e87278&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4403269" author="xgen-internal-githook" created="Thu, 10 Mar 2022 13:26:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4105-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/f38cfc211718b851eb22276f8bdc617926fc1096&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/f38cfc211718b851eb22276f8bdc617926fc1096&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4386688" author="xgen-internal-githook" created="Wed, 2 Mar 2022 16:15:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(node-runtime-worker-thread): externalize system-ca and deps &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt; (#1221)&lt;/p&gt;

&lt;p&gt;In order to be usable in Compass, system-ca and its addon dependencies&lt;br/&gt;
need to be externalized in the webpack configuration.&lt;/p&gt;

&lt;p&gt;Theoretically, it might be enough to only externalize the addons;&lt;br/&gt;
however, since system-ca prefers to use worker threads for loading&lt;br/&gt;
certificates asynchronously on macOS and Windows, and we need to&lt;br/&gt;
externalize &lt;b&gt;something&lt;/b&gt;, it makes sense to do it on the system-ca&lt;br/&gt;
level.&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/9a40e24e5349228e447fbb0b4c78a36093ebff7b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/9a40e24e5349228e447fbb0b4c78a36093ebff7b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4386220" author="xgen-internal-githook" created="Wed, 2 Mar 2022 14:16:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(node-runtime-worker-thread): externalize system-ca and deps &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In order to be usable in Compass, system-ca and its addon dependencies&lt;br/&gt;
need to be externalized in the webpack configuration.&lt;/p&gt;

&lt;p&gt;Theoretically, it might be enough to only externalize the addons;&lt;br/&gt;
however, since system-ca prefers to use worker threads for loading&lt;br/&gt;
certificates asynchronously on macOS and Windows, and we need to&lt;br/&gt;
externalize &lt;b&gt;something&lt;/b&gt;, it makes sense to do it on the system-ca&lt;br/&gt;
level.&lt;br/&gt;
Branch: 4105-dev-again&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/5ede91e81ee6861641897d4dfdec7a96f39f827a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/5ede91e81ee6861641897d4dfdec7a96f39f827a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4385977" author="xgen-internal-githook" created="Wed, 2 Mar 2022 11:51:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4105-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/211cfe0130ca3b86e66e2bbee22a0d94ec66efb8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/211cfe0130ca3b86e66e2bbee22a0d94ec66efb8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4383941" author="xgen-internal-githook" created="Tue, 1 Mar 2022 17:17:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat(connection-form): support system CA store loading &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4105-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ee98179f187f39b4eac7effa0e35b4eb419eeb11&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ee98179f187f39b4eac7effa0e35b4eb419eeb11&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4368089" author="xgen-internal-githook" created="Tue, 22 Feb 2022 13:25:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: add support for --tlsUseSystemCA flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt; (#1205)&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/4ebdb0fb46ddb452801a6f99b30d43a1c80ec806&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/4ebdb0fb46ddb452801a6f99b30d43a1c80ec806&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4367894" author="xgen-internal-githook" created="Tue, 22 Feb 2022 11:00:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: add support for --tlsUseSystemCA flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4105-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/022a80e7569c40ff550901a2690451b118c61893&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/022a80e7569c40ff550901a2690451b118c61893&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4366850" author="xgen-internal-githook" created="Mon, 21 Feb 2022 15:14:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: add support for --tlsUseSystemCA flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4105-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/69ce7a611da2d252a4a102423a7e7da074739bad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/69ce7a611da2d252a4a102423a7e7da074739bad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4361125" author="xgen-internal-githook" created="Thu, 17 Feb 2022 12:59:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: add support for --tlsUseSystemCA flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4105&quot; title=&quot;Support non-standard root ca for SSL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4105&quot;&gt;&lt;del&gt;COMPASS-4105&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4105-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/ef810ad7d13f38751f8843d8786d7c7d3997cff1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/ef810ad7d13f38751f8843d8786d7c7d3997cff1&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10720">
                    <name>Cloners</name>
                                                                <inwardlinks description="is cloned by">
                                        <issuelink>
            <issuekey id="1987511">MONGOSH-1133</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1925047">MONGOSH-1054</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000v09fUQAQ, 5002K00000ze6ikQAA, 5002K000011CLJjQAO]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 17 Feb 2022 12:59:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 47 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/MONGOSH-1128'>MONGOSH-1128</a></s>, <s><a href='https://jira.mongodb.org/browse/MONGOSH-1137'>MONGOSH-1137</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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10250"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14266" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Documentation Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Similar to &lt;a href=&quot;https://jira.mongodb.org/browse/DOCSP-21000&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/DOCSP-21000&lt;/a&gt;, Compass now also supports loading certificates from the system certificate store through a checkbox in its connection form UI.&lt;/p&gt;

&lt;p&gt;(I don&#8217;t know if Compass&#8217;s TLS options are documented in general. If not, then I assume this option also doesn&#8217;t need to be documented.)&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-5198</customfieldvalue>
                        </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>
                            1 year, 47 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>anna.henningsen@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>lucas.hrabovsky</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hwj0m7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1q5e:</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>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5854">Iteration Utica</customfieldvalue>
    <customfieldvalue id="5938">Iteration Versailles</customfieldvalue>
    <customfieldvalue id="5969">Iteration Wolverhampton</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hwimvj:</customfieldvalue>

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