Hi
My previous post on this matter was just closed and now it happened again…
My Java server is using a rest service to retrieve information. Every several months I get an exception from java:
javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching found.
They are using letsencrypt as well (me too). This exception happens for few seconds and goes away until next time. From reading in the internet, I saw it’s a problem of the remote server and its certificate. I talked to the support of the service but they say they updated the certificate on January and nothing was done regarding the certificate.
What/where else can I check or tell them to check in order to avoid this error?
Thanks