Configuring JCLCHECK REST service to run without SSL
search cancel

Configuring JCLCHECK REST service to run without SSL

book

Article ID: 191217

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

The JCLCheck Workload Automation REST API is distributed via JCLCheck PTF #SO15115. 

The configuration of the JCLCheck REST API requires the users to enable a secure TLS/HTTPS connection.  In some cases, the users might not want to use KeyStore but prefer to secure the connection using z/OS AT-TLS.  This Knowledge Base article provides an example of a jclcheck.yml configuration file to allow the JCLCheck REST service to start without SSL (i.e., bypass KeyStore).  JCLCheck REST service running without SSL would respond to requests via an http://... type of URL.  

Environment

Release : 12.0

Component : CA JCLCheck workload Automation
                      CA JCLCheck REST API (PTF SO15115)  

Resolution


"jclcheck.yml" is a configuration file, and is required when starting up the JCLCheck REST server.     

server:
    address:  ##.###.##.## 
    port: nnnn
    ssl:
        enabled: false
        keyAlias: server
        keyPassword: XXX
        keyStore: config/keystore.p12
        keyStorePassword: XXX
        keyStoreType: PKCS12
        trustStore: config/truststore.p12
        trustStorePassword: XXX
        trustStoreType: PKCS12

Additional Information

Reference in: 

Install, Configure, and Deploy the JCLCheck REST API