Jun 12, 2018 · Permit to remove uhttpd dep if nginx package is selected @jow- any idea why i have this? By testing it the dep works correctly (by unselecting nginx, uhttpd gets selected and viceversa) Collecting package info: done tmp/.config-package.in:40035:error: recursive dependency detected!

Luci-ssl includes by default libustream-mbedtls (since Dec2016)." But since OpenSSL is already included in @david's builds, I find it simpler to simply install Luci-SSL-openSSL and all requried depencies (such as px5g) will be installed with it. That simple. Mar 17, 2017 · opkg update opkg install luci-ssl Enable and start luci with: /etc/init.d/uhttpd start /etc/init.d/uhttpd enable Conclusion and review. The upgrade to LEDE was really smooth and without problems. We choose LEDE since on the openwrt page for the WDR3600 it was reported some hangs with this model. Jul 26, 2019 · # Install Luci SSL opkg install luci-ssl-openssl # restart uhttp daemon to generate self-sigend cert for the website /etc/init.d/uhttpd restart Now you can access the LUCI (web UI) over https in your browser. ‘https://10.0.0.1’ for my example. Jan 08, 2019 · The first step is to generate your self-signed certificate. To do this, log into your server and issue the following command: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc Mar 24, 2014 · I have just updated the bug report:. Basically, my assumption is that the keys you generated are in the PEM format. They need to be in the DER format. See the bug report or this thread on the OpenWRT forums for more information.

Mar 17, 2017 · opkg update opkg install luci-ssl Enable and start luci with: /etc/init.d/uhttpd start /etc/init.d/uhttpd enable Conclusion and review. The upgrade to LEDE was really smooth and without problems. We choose LEDE since on the openwrt page for the WDR3600 it was reported some hangs with this model.

Jan 08, 2019 · The first step is to generate your self-signed certificate. To do this, log into your server and issue the following command: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc

Luci over HTTPS (luci-ssl vs. luci-ssl-openssl

终于搞定LEDE的HTTPS - zvv 论坛里有一篇,不过是生成v1版本的证书,现在的Chrome都不认了,折腾了一天,查找了很多资料,终于不完美的搞定了 更改 /etc/config/uhttpd 里的 option redirect_https '0',可以实现http与https共存 登陆SSH