Currently I'm doing entering this
wget -O export.xls "https://myJIRA.com/sr/jira.issueviews:searchrequest-excel-all-fields/10300/SearchRequest-10300.xls?tempMax=1000"
It exports it it fine to a xls when I enter the url into the address bar, but I'm trying to do it via command line and I keep getting this error:
Resolving JmyIRA.com ... 10.64.80.92
Connecting to myJIRA-.com|10.64.80.92|:443... connected.
ERROR: cannot verify myjira.com's certificate, issued by ‘/C=US/O=xxxcorporation /CN=Intel Intranet Basic Issuing CA 2B’:
Self-signed certificate encountered.
To connect to myjira.com insecurely, use `--no-check-certificate'.
I've also tried adding authentication at the end of the url but that doesn't seem to work either
Have you tried "--no-check-certificate" as a parameter? The error is coming because wget encountered a self signed cert.
Yeah I've tried it with --no-check-certificate parameter but it returns a 400 bad request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.