Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
449 views
in Technique[技术] by (71.8m points)

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

question from:https://stackoverflow.com/questions/65903468/spring-boot-and-how-to-configure-tlsallowinvalidcertificate-for-mongodb

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...