DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Package System (pkgsrc)

NetBSD Package System (pkgsrc) Installation and upgrading of packages on NetBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 18th July 2020
dnslc's Avatar
dnslc dnslc is offline
Port Guard
 
Join Date: Jun 2020
Location: Australia
Posts: 24
Default wget seg fault for SSL websites

Whenever I try to use wget to download a webpage that has SSL, it seg faults
Code:
$ wget http://cryptostorm.is/test
--2020-07-18 08:07:37--  http://cryptostorm.is/test
Resolving cryptostorm.is (cryptostorm.is)... 46.165.240.186
Connecting to cryptostorm.is (cryptostorm.is)|46.165.240.186|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://cryptostorm.is/test.cgi [following]
--2020-07-18 08:07:38--  https://cryptostorm.is/test.cgi
Connecting to cryptostorm.is (cryptostorm.is)|46.165.240.186|:443... connected.
ERROR: cannot verify cryptostorm.is's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB':
  Unable to locally verify the issuer's authority.
To connect to cryptostorm.is insecurely, use `--no-check-certificate'.
Code:
$ wget http://cryptostorm.is/test --no-check-certificate
--2020-07-18 08:08:09--  http://cryptostorm.is/test
Resolving cryptostorm.is (cryptostorm.is)... 46.165.240.186
Connecting to cryptostorm.is (cryptostorm.is)|46.165.240.186|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://cryptostorm.is/test.cgi [following]
--2020-07-18 08:08:11--  https://cryptostorm.is/test.cgi
Connecting to cryptostorm.is (cryptostorm.is)|46.165.240.186|:443... connected.
WARNING: cannot verify cryptostorm.is's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB':
  Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... [2]   Segmentation fault (core dumped) wget http://cryptostorm.is/test --no-check-certificate
and a `wget.core' file is created

Wget works just fine for http://www.google.com (non https, I have tried changing the link to http instead of https but cryptostorm only allows SSL)

I have also tried deleting the wget pkg and all of its dependencies and reinstalling them, but I still get the seg fault.

Is there another program I can use to just download a webpage?
Reply With Quote
 

Tags
netbsd, wget


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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wget for offline reading kerasi General software and network 4 2nd January 2015 05:40 PM
wget: memory exhausted .. daemonfowl OpenBSD Packages and Ports 14 9th August 2013 07:09 PM
why do some websites refuse wget -r -m -k --no-parent ? daemonfowl General software and network 0 10th June 2013 05:18 PM
Mailserver for websites xCipherx FreeBSD Ports and Packages 4 13th April 2010 03:56 PM
wget Nk2Network OpenBSD Packages and Ports 3 27th February 2009 01:40 PM


All times are GMT. The time now is 12:32 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick