LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-22-2019, 03:53 PM   #1
dano79sk
LQ Newbie
 
Registered: Mar 2019
Posts: 1

Rep: Reputation: Disabled
Installation - wget: note: TLS certificate validation not implemented


hi
I went today install slackware64 current. I downloaded usbboot.img from https://mirrors.slackware.com/slackw...xe-installers/.
I chose instalation from FTP/HTTP server and i get message from wget "wget: note: TLS certificate validation not implemented"
It is only my problem ?

thanks Dano
 
Old 03-22-2019, 04:07 PM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
The mirror.slackware.com "mirror" is actually a "smart mirror". It doesn't host anything itself and actually automatically directs requests to different servers that are nearby. If it links to a non-https server, that could lead to the error you're seeing. Try getting it from a mirror using its direct link. I usually use SBo's mirror.

https://mirror.slackbuilds.org/slack...are64-current/
 
Old 02-04-2022, 12:01 AM   #3
pisti
Member
 
Registered: Jul 2006
Location: Montréal, Canada
Distribution: Slackware
Posts: 258

Rep: Reputation: 33
i actually experience this annoying wget error message for all (smart?) slackware mirrors that i tried tonight for this newest v15.0 installation :
Code:
wget: note: TLS certificate validation not implemented
i am using Slackware's bread&butter installer :
Code:
https://mirrors.slackware.com/slackware/slackware64-15.0/usb-and-pxe-installers/usbboot.img
there must be a way to silence this in one of the installation script...?
 
Old 02-04-2022, 01:00 AM   #4
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,500

Rep: Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308
Quote:
Originally Posted by pisti View Post
i actually experience this annoying wget error message for all (smart?) slackware mirrors that i tried tonight for this newest v15.0 installation :
Code:
wget: note: TLS certificate validation not implemented
i am using Slackware's bread&butter installer :
Code:
https://mirrors.slackware.com/slackware/slackware64-15.0/usb-and-pxe-installers/usbboot.img
there must be a way to silence this in one of the installation script...?
You experience this because you use in a wrong way this netinstall feature.

From what I know, it's not supposed to point the installer to a Slackware repository hosted into Internet, BUT to a local one, hosted in your local network. In other words, it's a feature for admins who needs mass installs over Intranet.

For example, for someone who needs to install Slackware in 1000 computers on a company or school, setting up a local HTTP mirror (in a local webserver) could be used by the installer.

Long story short: there is no "true" netinstall for you, even on Slackware 15.0

Last edited by LuckyCyborg; 02-04-2022 at 01:11 AM.
 
3 members found this post helpful.
Old 02-04-2022, 01:00 AM   #5
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
Try a different mirror
See https://mirrors.slackware.com/mirrorlist/
for a list of available mirrors

i.e. find a mirror close to you, see if that helps.
 
Old 02-04-2022, 01:03 AM   #6
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,500

Rep: Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308
Quote:
Originally Posted by MDKDIO View Post
Try a different mirror
See https://mirrors.slackware.com/mirrorlist/
for a list of available mirrors

i.e. find a mirror close to you, see if that helps.
The Slackware installer has no support for using a Slackware repository hosted into Internet, in a remote HTTPS site.

And please remember that we talk also about wget from BusyBox. This one is used by installer.

Last edited by LuckyCyborg; 02-04-2022 at 01:23 AM.
 
2 members found this post helpful.
Old 02-04-2022, 01:25 AM   #7
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
Quote:
Originally Posted by LuckyCyborg View Post
The Slackware installer has no support for using a Slackware repository hosted into Internet, in a remote HTTPS site.

And please remember that we talk also about wget from BusyBox. This one is used by installer.
Sorry, posting before first coffee is a bad idea
Off to get some coffee NOW!
 
Old 02-04-2022, 03:56 AM   #8
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,782

Rep: Reputation: 1459Reputation: 1459Reputation: 1459Reputation: 1459Reputation: 1459Reputation: 1459Reputation: 1459Reputation: 1459Reputation: 1459Reputation: 1459
Quote:
Originally Posted by pisti View Post
there must be a way to silence this in one of the installation script...?
Yes: https://www.linuxquestions.org/quest...ml#post6255863
 
Old 02-04-2022, 07:57 AM   #9
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Quote:
The Slackware installer has no support for using a Slackware repository hosted into Internet, in a remote HTTPS site.
Given that /etc/slackpkg/mirrors has 6 sites that advertise https and 56 sites that advertise http, and the http sites work, then
Quote:
Long story short: there is no "true" netinstall for you, even on Slackware 15.0
is overcome by choosing a suitable mirror.
 
Old 02-04-2022, 11:31 AM   #10
tadgy
Member
 
Registered: May 2018
Location: UK
Distribution: Slackware (servers), Void (desktop/laptop)
Posts: 299

Rep: Reputation: 401Reputation: 401Reputation: 401Reputation: 401Reputation: 401
This issue is why http://slackware.uk/ doesn't force HTTP connections over to HTTPS like a lot of sites regularly do.

Use an HTTP URL with slackware.uk and all will work fine
 
1 members found this post helpful.
Old 02-04-2022, 11:48 AM   #11
pisti
Member
 
Registered: Jul 2006
Location: Montréal, Canada
Distribution: Slackware
Posts: 258

Rep: Reputation: 33
Quote:
Originally Posted by tadgy View Post
This issue is why http://slackware.uk/ doesn't force HTTP connections over to HTTPS like a lot of sites regularly do.

Use an HTTP URL with slackware.uk and all will work fine
works smoothly, thank you, tadgy ! i am using now http://slackware.uk/ and it works just fine, even transatlantic !

i was actually planning to use Alien's mini_install.iso but it's currently only good for current and not yet officially for 15.0 (though it may work just the same way, i recognize that).
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sendmail TLS Certificate Validation Failing YankeePride13 Linux - Server 2 08-18-2015 07:53 AM
LXer: OpenSSL Patches Critical Certificate Validation Vulnerability LXer Syndicated Linux News 0 07-10-2015 09:41 AM
[SOLVED] Centos 6.4 with OpenLDAP+TLS: OpenLDAP ok, add TLS =>not ok chrism01 Linux - Server 2 10-27-2013 03:15 PM
why do some mail servers send me email w/TLS and others not,even though i enable TLS? psycroptic Linux - Server 10 10-01-2013 03:20 PM
MIDI keyboard note-on and note-off inverted jakykong Linux - Software 0 08-21-2010 03:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration