[openwisp] DEPTH_ZERO_SELF_SIGNED_CERT error

2023-04-04 Thread François Noah
hello, i'am trying to use openwisp-wifi-login-pages but i get zrror below [ *ERROR 2023-04-04 13:30:39:3039] {[0] error: Error: self signed certificate[0] at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)[0] at TLSSocket.emit (node:events:520:28)[0]

Re: [openwisp] Firmware Upgrade doubts :reg

2023-04-04 Thread Federico Capoano
The default upgrader class for OpenWrt uses "sysupgrade -c", which preserves the configurations in /etc/, which means the device will not register again, it will simply boot with the old configuration. Federico On Mon, 3 Apr 2023 at 02:32, Manukumar NM wrote: > Greetings... >

[openwisp] Aruba AP-225 / AP11

2023-04-04 Thread pierino duemilasette
HI, I have some Aruba AP-225 and AP11 APs. I would like to create a wi-fi network using both of them and manage them from a cloud console. Is it possible to use OpenWISP ? Ciao -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from th

Re: [openwisp] Aruba AP-225 / AP11

2023-04-04 Thread Federico Capoano
Look in the Table of Supported Hardware of OpenWrt , if the devices are present you can use them. It seems these devices use Broadcom Radio, find out more here: https://openwrt.org/meta/infobox/broadcom_wifi . Federico On Tue, 4 Apr 2023 at 10:23, pierino duemilas

Re: [openwisp] DEPTH_ZERO_SELF_SIGNED_CERT error

2023-04-04 Thread Federico Capoano
This is the error: *Error: self signed certificate.* For production usage you need a valid SSL certificate. Best regards Federico On Tue, 4 Apr 2023 at 08:57, François Noah wrote: > hello, > i'am trying to use openwisp-wifi-login-pages but i get zrror below > > [ > > > > > > > > > > > > > > >

Re: [openwisp] Network topology

2023-04-04 Thread Michele Salerno
I use openvpn but don't works. On my openvpn server i have this option "management localhost 7505" My templates on openwisp is: #!/bin/sh COLLECTOR_URL="https://controller.nnxx.ninux.org/api/v1/network-topology/topology/81461fe7-479b-4a6d-96cc-7b873bcd4efe/receive/?key=qGfhxlhfepEllYDiheZIBrNQVR

Re: [openwisp] Network topology

2023-04-04 Thread Federico Capoano
Michele, that's most probably due to the OpenVPN status format version. We use this library under the hood to parse that format: https://github.com/tonyseek/openvpn-status It supports only one version, OpenVPN supports two different formats, the format you shared doesn't look like the one supported

Re: [openwisp] DEPTH_ZERO_SELF_SIGNED_CERT error

2023-04-04 Thread François Noah
it is not for production , i need to test it on my computer. i created a self signed certificate and i store certificate on my computer and on my docker container ( i use openwisp-docker) but i still have the same error eap eap-irecycle { default_eap_type = ttls timer_expire = 60

Re: [openwisp] DEPTH_ZERO_SELF_SIGNED_CERT error

2023-04-04 Thread Federico Capoano
I never ran into this issue when testing locally. I think it's because docker-openwisp is not meant for testing locally and it pushes you to use HTTPS, for which you do not have a valid certificate and for that reason nodeJS complains when used through wifi-login-pages. To test wifi-login-pages

Re: [openwisp] DEPTH_ZERO_SELF_SIGNED_CERT error

2023-04-04 Thread François Noah
thanks for yours awnsers, it will help me. my instance of wifi-login-pages and openwisp docker run on the same computer . my question is which cetificate is checkeed by wifi-login-page ?where is it stored. i created a self signed certificate linked to my ip 192.168.1.157 (build.lab) adn i saved i

Re: [openwisp] DEPTH_ZERO_SELF_SIGNED_CERT error

2023-04-04 Thread Federico Capoano
See here: https://github.com/openwisp/docker-openwisp/blob/master/docs/ENV.md#ssl_cert_mode It seems there's a way to turn HTTPS off entirely. F. On Tue, 4 Apr 2023 at 14:46, François Noah wrote: > thanks for yours awnsers, it will help me. > my instance of wifi-login-pages and openwisp docker