5 references to WithTlsAllowInvalidCertificates
Aspire.Hosting.MongoDB (2)
ReplicaSet\MongoDBReplicaSetBuilderExtensions.cs (2)
398
/// <item> <description><see cref="MongoDBBuilderExtensions.
WithTlsAllowInvalidCertificates
(IResourceBuilder{MongoDBServerResource})"/> because members authenticate to each other with the same certificate they serve to clients, which does not carry a <c>clientAuth</c> extended key usage. </description></item>
472
.
WithTlsAllowInvalidCertificates
();
Aspire.Hosting.MongoDB.Tests (3)
AddMongoDBTests.cs (2)
526
.
WithTlsAllowInvalidCertificates
();
606
var action = () => mongo1.
WithTlsAllowInvalidCertificates
();
MongoDBPublicApiTests.cs (1)
373
var action = () => builder.
WithTlsAllowInvalidCertificates
();