You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -383,3 +391,32 @@ If the command fails, it returns one of the following errors.
383
391
}
384
392
385
393
**Solution:** Ensure that you specify a valid storage provider.
394
+
395
+
.. tabs::
396
+
:hidden:
397
+
398
+
.. tab:: S3 Configuration
399
+
:tabid: s3
400
+
401
+
.. tab:: Atlas Configuration
402
+
:tabid: atlas
403
+
404
+
.. tab:: HTTP Configuration
405
+
:tabid: http
406
+
407
+
**Reason:** One or more given |url|\s contain insecure |http| scheme.
408
+
409
+
.. code-block:: json
410
+
:copyable: false
411
+
412
+
{
413
+
"ok" : 0,
414
+
"errmsg" : "store 'httpStore': the insecure HTTP scheme is not supported by default - please add a 'allowInsecure: true' flag to the store or datasource to query from such URLs, correlationID = 16332c6eddf7b32776fde638",
415
+
"code" : 72,
416
+
"codeName" : "InvalidOptions"
417
+
}
418
+
419
+
**Solution:** Specify |url|\s with the secure |https| scheme. If the
420
+
specified |url|\s have the insecure |http| scheme, set the ``allowInsecure`` flag to ``true``. Note that setting the
421
+
``allowInsecure`` flag to ``true`` leaves your data vulnerable to
0 commit comments