Hi There
I am trying to use the jenkins pack to integrate with my jenkins server to trigger tasks, however, I always receive the ssl certification verification failure.
I tried this method, but no luck
echo -n | openssl s_client -connect alm-jenkins1.systems:443 | sed -ne ‘/-BEGIN CERTIFICATE-/,/-END
CERTIFICATE-/p’ >> /etc/ssl/st2/st2.crt
Could you share with me what is the correct method ?
Thank you