zowe / zebra

ZEBRA is an open-source incubator project for Zowe. It is a data parsing framework that allows quick and easy access to z/OS performance metrics.
https://zebra.talktothemainframe.com
Eclipse Public License 2.0
22 stars 13 forks source link

Changed old https field from 'https' to 'use_cert'. #63

Closed jsanter27 closed 2 years ago

jsanter27 commented 2 years ago

Fixes #62

The issue was that the metrics.js file was still using the old Zconfig.json field https as opposed to the latest use_cert. This was causing the protocol of the requests to always be HTTP. Renaming references to the old field to the new one fixes the issue.

Signed-off-by: Justin Santer justin.santer@convergetp.com