Maven ERROR: java.security.cert.CertificateException: No name matching tools.dsl-platform.com found -


in maven project, i'm using "dsl-json-processor" , when building, download compiler tool "tools.dsl-platform.com" compile somethings. while downloading, error relate "java.security.cert.certificateexception".

[error] compilation error :  [info] ------------------------------------------------------------- [error] java.security.cert.certificateexception: no subject alternative dns name matching tools.dsl-platform.com found. [error] java.security.cert.certificateexception: no subject alternative dns name matching tools.dsl-platform.com found. [error] java.security.cert.certificateexception: no subject alternative dns name matching tools.dsl-platform.com found. [error] java.security.cert.certificateexception: no subject alternative dns name matching tools.dsl-platform.com found. [error] error downloading compiler https://tools.dsl-platform.com/ [error] try specifying alternative compiler or download location. [error] java.security.cert.certificateexception: no subject alternative dns name matching tools.dsl-platform.com found. [error] dsl compilation error 

is there else face same issue me? can share me solution?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -