

or \ as new users cannot post more than 2 links) Wget stats show… (NOTE I had to edit urls to have no. Wget -O “C:\target\Stable Diffusion v2\v2-1_768-ema-pruned.ckpt” -tries=1 -no-check-certificate -progress=bar:force
#WGET NO CHECK CERTIFICATE DOWNLOAD#
Fails on multiple PCs/connections.įails for any model I try and download on huggingface, not just the SD model(s). It is not token related as I do not need to be logged into the browser. I deleted the dld-file and started the script again and failed again due to suspicious certificate.Over the last day when using wget to download a stable diffusion model I get 403 errors.Ĭopy/pasting the URL into a web browser window works. Saving to: `C:/Users/cas/Documents/CentralStation/RawNewsData/DFx_.html'ĠK. Reusing existing connection to HTTP request sent, awaiting response. WARNING: certificate common name `' doesn't match requested host name `HTTP request sent, awaiting response. WARNING: cannot verify certificate, issued by `/C=US/O=thawte, Inc./CN=thawte SHA256 SSL CA': 403 ForbiddenĢ) ignores the option -no-check-certificateģ) stops the dld due to a suspicious certificateĤ) tries the http-page and fails with a 403-errorīut all of a sudden (after 10 failures in a row) the wget-call worked - once, only once? Unable to locally verify the issuer's authority. WARNING: cannot verify certificate, issued by `/C=US/O=GeoTrust Inc./CN=GeoTrust SSL CA - G3': The error is always the same: - 21:23:26. Last Sunday this worked perfect if I run it in the ps-cmd and in Powershell's ISE but it fails regularly if the script was called by the task scheduler.įinally I got the task-scheduler-call to work by adding -verbose: $argList = "$urlDFx -O $rawDFx -o $logDFx -no-check-certificate -verbose "īut today (Sunday again) the task-scheduler call failed and now even the call in the ISE failed? $argList = " $urlDFx -O $rawDFx -o $logDFx -no-check-certificate " > WARNING: certificate common name `' doesn't match requested host name ` > HTTP request sent, awaiting response. > Unable to locally verify the issuer's authority. > WARNING: cannot verify certificate, issued by `/C=US/O=GeoTrust Inc./CN=GeoTrust SSL CA - G3': $argList = "$urlDFx -O $rawDFx -o $logDFx -no-check-certificate -verbose "īut today (Sunday again, a week later) the task-scheduler-call failed and now even the call in the ISE failed? Last Sunday this worked perfect if I run it in the ps-cmd and in Powershell's ISE but it fails regularly if the script was called by the task scheduler - no idea why?įinally I got the task-scheduler-call to work by adding -verbose: The other variables are names of my local files - if you know wget you will know. $wg = Start-Process wget -wait -NoNewWindow -PassThru -ArgumentList $argList $argList = "$urlDFx -O $rawDFx -o $logDFx -no-check-certificate" I want to download a https-page every Sunday evening and I want wget to ignore the certificate of the https-page!

It has been working last Sunday but now it fails again - the same script!!
