Coder Social home page Coder Social logo

Comments (8)

Ansuel avatar Ansuel commented on August 18, 2024

Does it actually works ?

from tch-nginx-gui.

meyergru avatar meyergru commented on August 18, 2024

The second setting does. https:// instead of https:// , no problem.

from tch-nginx-gui.

Ansuel avatar Ansuel commented on August 18, 2024

can you login with admin and assist user?

from tch-nginx-gui.

meyergru avatar meyergru commented on August 18, 2024

I did not know about assist user (what is the password there?), but admin works fine.
In my user management pane, I see only admin.

With the assistance entry, using SSL, I only got an error. So in my case, assistance never worked.

from tch-nginx-gui.

Ansuel avatar Ansuel commented on August 18, 2024

if i try to access 443 port from wan nginx respond with 404 not found? it's the same for you?

anyway i new dev version i added default and assist for session manager :)

from tch-nginx-gui.

meyergru avatar meyergru commented on August 18, 2024

I never tried to use the GUI from WAN side, as I only use bridge mode, I can only access it from the outside transfer net of my router. With that, port 80 always works, whereas the usual setup for 443 (namely, "assistance") always leads to an error. Once I redirect port 443 to "default", both 80 and 443 (SSL) work.

I never got what "assistance" was for anyway, I simply assume it just does not work.

from tch-nginx-gui.

Ansuel avatar Ansuel commented on August 18, 2024

assistance is a temp user to permit access to the modem from wan (should be used for isp) anyway in new dev update it should work

from tch-nginx-gui.

meyergru avatar meyergru commented on August 18, 2024

The setting is now as in your new code:

    init_worker_by_lua '
        local sessioncontrol = require("web.sessioncontrol")
        sessioncontrol.setManagerForPort("default", "80")
        sessioncontrol.setManagerForPort("assistance" or "default", "443")
    ';

However, I always get a 404 with https://192.168.7.1:

grafik

BTW, this works (but I don't know if it helps):

    init_worker_by_lua '
        local sessioncontrol = require("web.sessioncontrol")
        sessioncontrol.setManagerForPort("default", "80")
        sessioncontrol.setManagerForPort("default" or "assistance", "443")
    ';

from tch-nginx-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.