Starting zowe JCK API v2.
https is not available at "https://address:port/cajclcheck/swagger-ui/index.html".
It can be done by "http".
The "address:port" works as https when used in the zowe command.
zowe jclcheck ck ds 'dataset-name(member)' --host address --port port --o https
What is required to make https be available in the browser ?
JCLCheck 12.0
JCLCheck RESTful Web Services
The reason "https://address:port/cajclcheck/swagger-ui/index.html" gets certificate error is because the certificate request was issued for dns 'hostname'.
This certificate is only valid for the domain names: hostname.
Add the "address" in "-ext SAN=dns:" when generate CSR using Java keytool.