We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone, When I send request form https to http 10.1.0.1:3990. I got message was loaded over HTTPS, but requested an insecure script 'http://10.1.0.1:3990/json/status?callback=jQuery31104840072604399721_1539138359703&_=1539138359704'. This request has been blocked; the content must be served over HTTPS.
I installed openssl-util in tp link c7 openwrt I follow this link for create certificate key with IP.1 = 192.168.12.1 https://openwrt.org/docs/guide-user/luci/getting-rid-of-luci-https-certificate-warnings
I already set config in /etc/config/chilli/ option redirssl 'on' option uamuissl 'on' option sslkeyfile '/etc/ssl/uhttp.crt' option sslcertfile '/etc/ssl/uhttp.key'
Anyone know this issue, help me please
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone,
When I send request form https to http 10.1.0.1:3990. I got message
was loaded over HTTPS, but requested an insecure script 'http://10.1.0.1:3990/json/status?callback=jQuery31104840072604399721_1539138359703&_=1539138359704'. This request has been blocked; the content must be served over HTTPS.
I installed openssl-util in tp link c7 openwrt
I follow this link for create certificate key with IP.1 = 192.168.12.1
https://openwrt.org/docs/guide-user/luci/getting-rid-of-luci-https-certificate-warnings
I already set config in /etc/config/chilli/
option redirssl 'on'
option uamuissl 'on'
option sslkeyfile '/etc/ssl/uhttp.crt'
option sslcertfile '/etc/ssl/uhttp.key'
Anyone know this issue, help me please
The text was updated successfully, but these errors were encountered: