First answer to your question is you need to install one package, if you don't know anything about SSL libraries we suggest to go for openssl which is the most widely used - which doesn't necessarily mean is the best one but is the one which generally gives the least installation problems and most suited to beginners.
Regarding the error you are getting: "curl exit code 7", when you have an error like that you should really look on Google which will show you the CURL documentation: https://curl.haxx.se/libcurl/c/libcurl-errors.html *CURLE_COULDNT_CONNECT (7)* Failed to connect() to host or proxy. the curl library (used by openwisp-config) cannot connect to the openwisp2 controller, most likely the 'url' parameter is wrong or the device on which openwisp-config is installed cannot reach the openwisp2 server via network. Federico On Thu, Dec 28, 2017 at 2:20 AM Christian Baidal <[email protected]> wrote: > Install openwisp-config-openssl and configure openwsip but have a error. > > > <https://lh3.googleusercontent.com/-87LPXCohLS0/WkRGyjd7VuI/AAAAAAAAB1g/TXaqx7mWYkQkfJwXpNSX77RZgF-hjGVNACLcBGAs/s1600/Capture.PNG> > > Need helpme please. > > El miércoles, 27 de diciembre de 2017, 16:51:50 (UTC-5), Christian Baidal > escribió: >> >> Hi, >> I have a question. >> I have to install all the packages that are in the photo or just one of >> them on my router with openwrt? >> >> Thanks. >> >> >> >> <https://lh3.googleusercontent.com/-PG77A3byNV8/WkQU3q_slII/AAAAAAAAB1Q/2spil1PkONgHCRSaojHTfLvaLgkFtb_TQCLcBGAs/s1600/Capture.PNG> >> >> -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
