Hi,
i have a springboot application. This application is pluged to MongoDB Atlas with spring-boot-starter-data-mongodb.
The application worked well since 1 year, but, since this morning, without any update, the connexion to the MongoDB has stoped to work.
An error is thrown :
Client view of cluster state is {type=REPLICA_SET, servers=[{address:27017=cluster-xxx-prep-shard-00-02.eocxs.mongodb.net, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {javax.net.ssl.SSLHandshakeException: extension (5) should not be presented in certificate_request}}
In the MongoDB documentation i saw this information :
https://mongodb.github.io/mongo-java-driver/4.1/driver/tutorials/ssl/#ocsp-stapling
My application uses JDK 13.0.2.
I don’t know why this issue came this morning
I don’t successful to correct this issue
Any idea ?
Thank a lot