Chrome : The information you’re about to submit is not secure

440 views
Skip to first unread message

LSTV Jhen Butawan

unread,
Feb 6, 2022, 10:37:59 PM2/6/22
to OWASP ZAP User Group
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')



Simon Bennetts

unread,
Feb 7, 2022, 4:43:50 AM2/7/22
to OWASP ZAP User Group
Hiya,

Welcome aboard :)
The messge you are referring to is displayed by Chrome when you could submit data over HTTP rather than HTTPS.
Thats not ZAP specific - do you get it when you are not using ZAP?
Can you run your app over HTTPS or is that not an option?


Cheers,

Simon

LSTV Jhen Butawan

unread,
Feb 11, 2022, 10:48:23 AM2/11/22
to OWASP ZAP User Group
Hello, it works well now, I just disable the HUD appearing on-screen during selenium execution...
Reply all
Reply to author
Forward
0 new messages