Thanks Simon
I have gone through the diagnose and I have found following issue in ZAP .log
Command Used :
docker container run -v $(pwd):/zap/wrk/:rw owasp/zap2docker-weekly zap-api-scan.py -t transcriptWebchat.yml -f openapi -r webchat_transcript_prop.html -z "-configfile /zap/wrk/config.xml -dir /zap/wrk"
Errors :
[ZAP-cfu] WARN ExtensionCallHome - Certificate chain may be invalid. Are you using a corporate or intermediate proxy? Is its CA certificate in your Java truststore?
ERROR ExtensionCallHome - PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
If I just perform basic curl on below
example.com website I get below mention issue
- curl: (60) SSL certificate problem: unable to get local issuer certificate
Thanks
Dhimant Shah