wget https:// problem

IceHosting

Verified User
Joined
Oct 6, 2004
Messages
20
Location
Netherlands
Hello,

I have a problem when I wants to download a file from a https:// url :

[root@server6 ~]# wget --no-check-certificate "https://www.directadmin.com/cgi-bin/licenseupdate?lid=xxxx&uid=xxx" -O /usr/local/directadmin/conf/license.key
--21:25:54-- https://www.directadmin.com/cgi-bin/licenseupdate?lid=xxx&uid=xxx
=> `/usr/local/directadmin/conf/license.key'
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com|66.51.122.131|:443... connected.
Segmentation fault

And

[root@server6]# wget https://icehosting.nl
--22:16:10-- https://icehosting.nl/
=> `index.html'
Resolving icehosting.nl... 85.92.134.5
Connecting to icehosting.nl|85.92.134.5|:443... connected.
Segmentation fault
[root@server6]#

Does someone know how to fix this?
 
Nothing related to this problem,

The log contains:
crond, directadmin, sshd and named logs on the time when i did one of those wget https requests.
 
so odd, well i guess you can try figuring out what package wget comes from for Fedora and try re-installing it, or maybe getting some updated binaries because mine sure doesn't segfault the same requests as above, but i'm using redhat es 3.0.
 
I had that problem, noone helped me here (shame)

You need to reinstall openssl and recompile
be sure that all libxxx.so.x links are'nt broken
 
Back
Top