https is not available at "https://addr:port/cajclcheck/swagger-ui"
search cancel

https is not available at "https://addr:port/cajclcheck/swagger-ui"

book

Article ID: 390968

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

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 ?

Environment

JCLCheck 12.0

JCLCheck RESTful Web Services 

Resolution

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.