Hi Hugo, CURLE_FAILED_INIT (2)
Very early initialization code failed. This is likely to be an internal error or problem, or a resource problem where something fundamental couldn't get done at init time. I see something in your config that does not look correct: On Wed, Dec 11, 2019 at 11:10 PM Hugo Zárate <[email protected]> wrote: > And in my router (I'm using Openwrt) I have this > > > *config controller 'http' option url -k 'https://localhost/ > <https://localhost/>'* > The -k option does not make sense there, plus, unless the openwisp server is sitting on the router itself, having localhost will not work, you must use the ip or hostname where the openwisp server is reachable. Should be something like: option url 'https://myopenwisp.domain.com' Best regards Federico -- 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/CAERYH6VgoZEiw6a0i_Bjra2FxVz8E%2BU3P2C8S8JKWG%3DmBSa0Ww%40mail.gmail.com.
