Hello ,
I am a new to ZAP..
I am using selenium script and proxied zap into it. but i think i am having ssl errors upon navigating with http url. Is there anyway to cope this problem. I have tried the following chrome caps below , but still it occurs . I am confused , is there a zap configuration lacking ? Pls advise....
chrome_options.add_argument("--ignore-certificate-errors")
chrome_options.add_argument('--disable-gpu')
chrome_options.add_argument('--allow-running-insecure-content')
chrome_options.add_argument('--disable-web-security')
chrome_options.add_argument('--ignore-ssl-errors=yes')
chrome_options.add_argument('--allow-insecure-localhost')
chrome_options.add_argument('--ignore-untrusted-certificate')