WGET and HTTPS

3 posts / 0 new
Last post
cjelen
cjelen's picture
WGET and HTTPS

Hi all,

I try to use HMA vpn with my R7000 dd-wrt flashed with last release (june 17) and I receive an error with wget command used to configure it.

Effectivly, the WGET command does not support HTTPS which is unfortunalty the URL given by HMA to manually install the vpn.

Any ideas to give this https feature to WGET ?

Thank you for you help.

Chris

xtrars
xtrars's picture
Top: English

Top: English
Unten: Deutsch

---------------------------------

EN

You will need a USB flash drive (formatted as ext3/ext4)

In DD-WRT UI:

Services > USB

you will see your USB flash drive (e.g. /tmp/mnt/sda1)

In the bottom of the site you will see a UUID (e.g. AEA176F7-8CB9-4486-B814-DB59C4A28600). Put this in the field mount as /opt. Reboot your Router.

 

- this is what you see now


In SSH / Telnet

Run (more infos at https://github.com/Entware-ng/Entware-ng/wiki/Install-on-DD-WRT)

 

wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | sh

opkg install wget ca-certificates

 

Now you are able to run

wget-ssl https://abload.de/img/2xyjs4.png #the picture in this post

 

 

 

Top: English

Unten: Deutsch

---------------------------------

DE

Du brauchst einen USB-Stick (Formatiert als ext3/ext4)

In der DD-WRT UI:

Services > USB

hier siehst du deinen USB-Stick (z.B. /tmp/mnt/sda1)

Weiter unten auf der Seite sieht du eine UUID (z.B. AEA176F7-8CB9-4486-B814-DB59C4A28600). Füge diese in das Feld "Diese Partition als /opt einbinden" ein. Starte deinen Router neu.

 

- jetzt sieht das so aus


In SSH / Telnet

Führe aus: (Mehr Informationen: https://github.com/Entware-ng/Entware-ng/wiki/Install-on-DD-WRT)

 

wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | sh

opkg install wget ca-certificates

 

Jetzt kannst du folgenden Befehl ausführen

wget-ssl https://abload.de/img/2xyjs4.png #Das Bild in diesem Post

 
 
xtrars
xtrars's picture
Top: English

Top: English
Unten: Deutsch


EN

You will need a USB flash drive (formatted as ext3/ext4)

In DD-WRT UI:

Services > USB

you will see your USB flash drive (e.g. /tmp/mnt/sda1)

In the bottom of the site you will see a UUID (e.g. AEA176F7-8CB9-4486-B814-DB59C4A28600). Put this in the field mount as /opt. Reboot your Router.

 

- this is what you see now


In SSH / Telnet

Run (more infos at https://github.com/Entware-ng/Entware-ng/wiki/Install-on-DD-WRT)

 

wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | sh

opkg install wget ca-certificates

 

Now you are able to run

wget-ssl https://abload.de/img/2xyjs4.png #the picture in this post



DE

Du brauchst einen USB-Stick (Formatiert als ext3/ext4)

In der DD-WRT UI:

Services > USB

hier siehst du deinen USB-Stick (z.B. /tmp/mnt/sda1)

Weiter unten auf der Seite sieht du eine UUID (z.B. AEA176F7-8CB9-4486-B814-DB59C4A28600). Füge diese in das Feld "Diese Partition als /opt einbinden" ein. Starte deinen Router neu.

 

- jetzt sieht das so aus


In SSH / Telnet

Führe aus: (Mehr Informationen: https://github.com/Entware-ng/Entware-ng/wiki/Install-on-DD-WRT)

 

wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | sh

opkg install wget ca-certificates

 

Jetzt kannst du folgenden Befehl ausführen

wget-ssl https://abload.de/img/2xyjs4.png #Das Bild in diesem Post