I found out where the problem ist. Since I have the openwisp nginx begind a different proxy, it handles all SSL certificates. But when I then open the dashboard and try to load the topology of the sample you gave me, it says in the console it cannot make an http request coming from an https site. I suppose SSL_CERT_MODE=Yes enables https for the nginx, but it also tries to do the http-01 challange, which obviously fails here since all http traffic is redirected! Is there a way to manually change the requests from http to https without using the mentioned flag?
Mirza On Tuesday, August 11, 2020 at 2:20:17 PM UTC+2, Ajay Tripathi wrote: > > Hi, > > On Tuesday, August 11, 2020 at 5:12:31 PM UTC+5:30 Mirza Arnaut wrote: > >> The only output produced in the topology logs are that the endpoints are >> not found. >> > > I see. I think in that case it should be working, can you please: > 1. Go to https://dashboard.example.com/admin/topology/topology/add/ > 2. Create a fetch topology (You may use https://pastebin.com/raw/EnRBaxYR > for testing) > 3. Go to: `https://dashboard.example.com/admin/topology/topology/` > <https://dashboard.example.com/admin/topology/topology/> and Update it. > 4. Now, open the newly created topology and click "View topology graph" > > If you see the nodes, we can confirm it's working. Otherwise, please share > any errors in console or the response of the request made when you click > "View topology graph". > > > Ajay > > -- 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/49083362-3f23-43ef-8435-1058d2152c90o%40googlegroups.com.
