Skip to main content

Hi Team,

 

I'm facing the below mentioned Issue while executing the command, Any help from your end would be great please assist.

 

Execution command in cmd : java -Dloader.path=jar -Dspring.config.location=application-local.yml -jar connector-jdbc.jar.

 

I'm getting the below error after execution,

ERROR Message : 2022-10-10 19:xx:xx:xx INFO 7040 --- -uplink-thread-1] c.celonis.uplink.manager.UplinkManager  : Uplink could not connect: 'I/O error on POST request for "https://tTeam Name].celonis.cloud/uplink/api/public/uplink": No subject alternative DNS name matching cteam Name].celonis.cloud found.; nested exception is javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching cTeam Name].celonis.cloud found.', waiting 13000ms before retrying --EOM--

 

Thanks in advanced.

 

Best,

Sudharsan V

It seems your on-prem server can not resolve the name of your team in the cloud.

 

Alternatives:

  • connect the server to a dns server that can resolve external names
  • add a entry to the .hosts file (or wherever is in Windows)
  • use an IP (don't recommend)

HTH


Reply