Hi,
I'm trying to monitor a HTTPS URL through the extension. I get a 403 forbidden error. I tried the wget command for the URL and noticed that it could not approve the certificate. So I changed the wget command to not look for certificates
wget --no-check-certificate <URL>
I still get the same 403 Forbidden error.
Any idea on how to get this implemented?
Thanks,
Narayan