Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

197
Views
Spring boot and how to configure tlsAllowInvalidCertificate for MongoDB

I have a spring application that I need to connect to a MongoDB. This connection uses TLS with a self-signed certificate.

I can connect to this database without any problem using Mongo3T with the SSL protocol without PEM file.

I can connect via mongo commandline:

mongo --tls --tlsAllowInvalidCertificates mongoDB://user:pass@host:443/dbname

Without issue.

However if I configure my yml file with spring.data.mongodb.uri : mongodb://user:pass@host:443/dbname?tls=true&tlsAllowInvalidCertificates=true

It does not connect, and I get a CertificateException:No name matching hostname.

What am I doing wrong? Could it be that tlsAllowInvalidCertificates is not supported for this driver?

Thanks

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!