We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ee034 commit c3253f0Copy full SHA for c3253f0
1 file changed
lib/mongo/socket/ssl.rb
@@ -505,7 +505,6 @@ def extract_certs(text)
505
end
506
507
# Find the issuer certificate in the chain.
508
- # If the issuer is not found, raise an error.
509
def find_issuer(cert, cert_chain)
510
cert_chain.find { |c| c.subject == cert.issuer }
511
0 commit comments