Web Access https

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2  Next
Author Message
beduldudut
DD-WRT Novice


Joined: 21 Dec 2013
Posts: 18

PostPosted: Thu Jan 22, 2015 2:14    Post subject: Web Access https Reply with quote
Hi , need hep

does any one can webaccess with https

Because i did follow instruction from:
http://www.dd-wrt.com/wiki/index.php/Web_Interface#Regaining_Access


it say using httpd -S /www but Crying or Very sad

i did set using ssh here the command i set:

nvram set httpd_enable=1
nvram set http_enable=1
nvram set remote_management=1
nvram set http_wanport=8080
nvram set httpsd_enable=1
nvram set https_enable=1
nvram set remote_mgt_https=1
nvram commit
reboot

After reboot and login again try web access with https format :https://My_router_ip:8080", even i try "https://My_router_ip" it didn't work out
Display in web browser The connection was interrupted

i scan my router port is open for 443 and 8080.

Any help please so i can set my webaccess with https.
Oh. forget to add

i did try flash with other version. still no luck

_________________
[ATHEROS] TP-LINK TL-MR3220 v1 --> DD-WRT v3.0-r27506 (07/09/15) std - build 27506 (Brick )
[ATHEROS] TP-Link TL-WR1043ND v1.11 --> DD-WRT v3.0-r29059 std (02/09/16)
Sponsor
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Thu Jan 22, 2015 2:19    Post subject: Reply with quote
sig routers on those builds? if so u need to update them to the current build..thats why
_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

beduldudut
DD-WRT Novice


Joined: 21 Dec 2013
Posts: 18

PostPosted: Thu Jan 22, 2015 2:25    Post subject: Reply with quote
tatsuya46 wrote:
sig routers on those builds? if so u need to update them to the current build..thats why



Oh yes forget to say:

router mode : MR3220v1

i try using webaccess https with build r24461 did not success

when i try revert to facroty rom. get stuck. Because i use eth1 (port1 on my router )

i success revert using wifi. then i try build again with r25544 . bump still no luck
last i build my router using r25948. still no change

any suggest from me what build i can try Smile tatsuya46

_________________
[ATHEROS] TP-LINK TL-MR3220 v1 --> DD-WRT v3.0-r27506 (07/09/15) std - build 27506 (Brick )
[ATHEROS] TP-Link TL-WR1043ND v1.11 --> DD-WRT v3.0-r29059 std (02/09/16)
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Thu Jan 22, 2015 2:52    Post subject: Reply with quote
thats still not the latest from the ftp below, turn on https from gui theres no need to do it from ssh etc, thats only for disabling it to get access back, what browser are u using? it works fine for me on firefox 35 stable, 36 beta, 37 aurora & 38 nightly on windows 7 x64..also try restoring factory defaults/erasing nvram (dont restore from backup file)

there was previous problems before on some routers & browsers but those have been fixed

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

beduldudut
DD-WRT Novice


Joined: 21 Dec 2013
Posts: 18

PostPosted: Thu Jan 22, 2015 8:16    Post subject: Reply with quote
tatsuya46 wrote:
thats still not the latest from the ftp below, turn on https from gui theres no need to do it from ssh etc, thats only for disabling it to get access back, what browser are u using? it works fine for me on firefox 35 stable, 36 beta, 37 aurora & 38 nightly on windows 7 x64..also try restoring factory defaults/erasing nvram (dont restore from backup file)

there was previous problems before on some routers & browsers but those have been fixed


Update

uh... a little bit confuse here
setting by web in menu tab Administration then go
web Access menu see the Protocol there two option Http and HTTPS

i'm chose by check HTPPS in my understanding i'll be access the web login with https://my_router try boot then
i can't login to my router using "https://my_router"
So I change my way to setting my weblogin with cli Laughing
using telnet or ssh
i put command
nvram set http_lanport="443"
nvram commit; reboot

after boot

i try login with My_ip_router:443 uuuh it work.

check traffic is it really https .
Because my OS is trusty (ubuntu)so i use cli commmand
iftop

the result my connection to my_router is https .
All done Smile

Question is why in web setting Protocol what is for ?
because in nvram show
if you click HTTPS in web setting protocol it will be

https_enable=1
but the other variable say :
http_lan_port=80 ----> will not change to HTTPS ( 443 )

hope someone can explain this 4 me Smile

So here my conclusion;

1. to change weblogin to https use telnet or ssh and put command

nvram set http_lanport="443" ----> if want to HTTPS
nvram commit
reboot
or may be you can change you own port Smile

2. if your web setting is down (can't be access) again use telnet or ssh command:
startservice httpd
Before please check is your httpd down or stuck
using
ps|grep httpd
when got the id kill it first then run again using
startservice httpd or you just type httpd after that go to webbrowser to access you router again .... by using your router ip address

default httpd port is 80 so just type your router ip you can access again you router

That's it 4 me good luck to try ....

_________________
[ATHEROS] TP-LINK TL-MR3220 v1 --> DD-WRT v3.0-r27506 (07/09/15) std - build 27506 (Brick )
[ATHEROS] TP-Link TL-WR1043ND v1.11 --> DD-WRT v3.0-r29059 std (02/09/16)
johnnyNobody999
DD-WRT Guru


Joined: 10 Jan 2014
Posts: 504

PostPosted: Mon Nov 21, 2016 16:50    Post subject: Reply with quote
I've never been able to access my router with HTTPS with any router or dd-wrt firmware. It should be just a simple check of the https box but it never has worked for me. All this stuff you guys are trying to do shouldn't be necessary.
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Mon Nov 21, 2016 20:28    Post subject: Reply with quote
johnnyNobody999 wrote:
I've never been able to access my router with HTTPS with any router or dd-wrt firmware. It should be just a simple check of the https box but it never has worked for me. All this stuff you guys are trying to do shouldn't be necessary.


HTTPS works on all of my routers from atheros,marvel,broadcom. It might be a problem on older units that do not have enough flash to include openssl, which is necessary nowadays, since browsers do not allow the use of old ciphers anymore.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Mon Nov 21, 2016 20:35    Post subject: Reply with quote
beduldudut wrote:
tatsuya46 wrote:
sig routers on those builds? if so u need to update them to the current build..thats why



Oh yes forget to say:

router mode : MR3220v1

i try using webaccess https with build r24461 did not success

when i try revert to facroty rom. get stuck. Because i use eth1 (port1 on my router )

i success revert using wifi. then i try build again with r25544 . bump still no luck
last i build my router using r25948. still no change

any suggest from me what build i can try Smile tatsuya46


HTTPS is not supported anymore on this router, it only has 4MB flash and therefore comes with an old ssl lib. There is not enough flash to upgrade the ssl lib on these models.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
johnnyNobody999
DD-WRT Guru


Joined: 10 Jan 2014
Posts: 504

PostPosted: Mon Nov 21, 2016 21:38    Post subject: Reply with quote
<Kong> wrote:
johnnyNobody999 wrote:
I've never been able to access my router with HTTPS with any router or dd-wrt firmware. It should be just a simple check of the https box but it never has worked for me. All this stuff you guys are trying to do shouldn't be necessary.


HTTPS works on all of my routers from atheros,marvel,broadcom. It might be a problem on older units that do not have enough flash to include openssl, which is necessary nowadays, since browsers do not allow the use of old ciphers anymore.


My router is a WRT1900ACS running DD-WRT v3.0-r30826. I can connect with HTTP but not HTTPS. I get this when I try to connect via HTTPS: This site can’t provide a secure connection.
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Tue Nov 22, 2016 7:07    Post subject: Reply with quote
johnnyNobody999 wrote:
<Kong> wrote:
johnnyNobody999 wrote:
I've never been able to access my router with HTTPS with any router or dd-wrt firmware. It should be just a simple check of the https box but it never has worked for me. All this stuff you guys are trying to do shouldn't be necessary.


HTTPS works on all of my routers from atheros,marvel,broadcom. It might be a problem on older units that do not have enough flash to include openssl, which is necessary nowadays, since browsers do not allow the use of old ciphers anymore.


My router is a WRT1900ACS running DD-WRT v3.0-r30826. I can connect with HTTP but not HTTPS. I get this when I try to connect via HTTPS: This site can’t provide a secure connection.


Your browser does not accept a connection. Not sure what browser you are using, but it obviously does not allow you to override their check. Try a different browser.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
johnnyNobody999
DD-WRT Guru


Joined: 10 Jan 2014
Posts: 504

PostPosted: Wed Nov 23, 2016 0:06    Post subject: Reply with quote
I tried Chrome, Opera, and Firefox. None of them will connect.
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Wed Nov 23, 2016 7:49    Post subject: Reply with quote
johnnyNobody999 wrote:
I tried Chrome, Opera, and Firefox. None of them will connect.


Are you sure you have no security software on the pc that intercepts https connections, such as kaspersky.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6440
Location: UK, London, just across the river..

PostPosted: Wed Nov 23, 2016 9:53    Post subject: Reply with quote
all browsers will deny access by default but you have to click on the right place... on Crome ADVANCED and then proceed, on Firefox ADVANCED and then add exception and so on ....
_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55819 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
Mile-Lile
DD-WRT Guru


Joined: 24 Feb 2013
Posts: 1634
Location: Belgrade

PostPosted: Wed Nov 23, 2016 10:54    Post subject: Reply with quote
or we could all donate 1 euro and buy certificate...
johnnyNobody999
DD-WRT Guru


Joined: 10 Jan 2014
Posts: 504

PostPosted: Wed Nov 23, 2016 16:46    Post subject: Reply with quote
<Kong> wrote:
johnnyNobody999 wrote:
I tried Chrome, Opera, and Firefox. None of them will connect.


Are you sure you have no security software on the pc that intercepts https connections, such as kaspersky.


Nope. But I am using the HTTPS EVERYWHERE extension. I don't have problems connecting to any other site with https.
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum