[Slapt-get-devel] slapt-src fails to download weboob

Jason Woodward woodwardj at jaos.org
Tue Dec 1 00:56:14 UTC 2015


> $ slapt-src -i weboob
> The following packages will be installed:
> 
weboob 
> Do you want to continue? [y/N] y
> Fetching README...Done
>
Fetching doinst.sh...Done
> Fetching slack-desc...Done
> Fetching
weboob.SlackBuild...Done
> Fetching weboob.info...Done
> Fetching
>
https://symlink.me/attachments/download/165/weboob-0.a.tar.gz...Failed

This is due to a self signed certificate.  The best approach would be to
convince the slackbuild author to
not reference a self signed https file
source.

I've added an environment variable to libslapt for a quick work
around:

http://software.jaos.org/git/slapt-get/commit/?id=c6084d5564129976ff6916ee3
cb604ce208a5101

See the new FAQ entry here:
http://software.jaos.org/git/slapt-get/plain/FAQ.html#slgFAQ58

Here is an
example:

root at 4440bcbfb199:~/gslapt# slapt-src --fetch weboob -n      
The
following packages will be fetched:
 weboob 
Do you want to continue? [y/N]
y
Fetching README...Done
Fetching doinst.sh...Done
Fetching
slack-desc...Done
Fetching weboob.SlackBuild...Done
Fetching
weboob.info...Done
Fetching
https://symlink.me/attachments/download/165/weboob-0.a.tar.gz...Peer
certificate cannot be authenticated with given CA certificates... Failed
root at 4440bcbfb199:~/gslapt# SLAPT_NO_SSL_VERIFYPERR=1 slapt-src --fetch
weboob -n		    
The following packages will be fetched:

weboob 
Do you want to continue? [y/N] y
Fetching README...Done
Fetching
doinst.sh...Done
Fetching slack-desc...Done
Fetching
weboob.SlackBuild...Done
Fetching weboob.info...Done
Fetching
https://symlink.me/attachments/download/165/weboob-0.a.tar.gz...Done


--
woodwardj at jaos.org


More information about the Slapt-get-devel mailing list