I reinstalled all openwisp controller and the nossl config in my ap.

hosts

> [openwisp2]
> openwisp.planet.bn
>

playbook.yml

> - hosts: openwisp.planet.bn
>   become: "{{ become | default('yes') }}"
>   roles:
>     - openwisp.openwisp2
>   vars:
>     openwisp2_network_topology: true
>     openwisp2_default_from_email: "[email protected]"
>
   

cat /tmp/openwisp/registration_parameters
HTTP/1.1 400 Bad Request
Server: nginx/1.14.0 (Ubuntu)
Date: Mon, 12 Aug 2019 21:36:06 GMT
Content-Type: text/plain
Content-Length: 81
Connection: keep-alive
X-Openwisp-Controller: true
X-Frame-Options: SAMEORIGIN

{
    "name": [
        "Must be either a valid hostname or mac address."
    ]
}

This is my situation now... The auto-registration in my organization is 
enabled
Il giorno mercoledì 7 agosto 2019 20:58:32 UTC+2, matteo fedeli ha scritto:
>
> Hi, I trying to connect my openwrt AP (18.06.4) to my production server 
> but i get registration failed:
>
> logread -f | grep wisp
>> Wed Aug  7 20:51:51 2019 daemon.info openwisp: OpenWISP config agent 
>> started
>> Wed Aug  7 20:51:51 2019 daemon.info openwisp: Registering device...
>> Wed Aug  7 20:51:52 2019 daemon.err openwisp: Registration failed! }
>>
>
>  this is my conf
>
> config controller 'http'
>>         option url 'https://openwisp.planet.bn'
>>         option verify_ssl '0'
>>         option shared_secret 'LtmFYB7mLszBMlwkaP2hsVOlIGcKfXvB'
>>         option uuid ''
>>         option key ''
>>         list unmanaged 'system.@led'
>>         list unmanaged 'network.loopback'
>>         list unmanaged 'network.@switch'
>>         list unmanaged 'network.@switch_vlan'
>>
>
> What's the matter for you? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/02393e52-e075-4292-8b66-44b1f1320877%40googlegroups.com.

Reply via email to