-
Notifications
You must be signed in to change notification settings - Fork 146
When I login the saltpad ,I get Network Error #174
Comments
I am getting the same thing with tornado with ssl
|
see the same thing with both cherry and tornado, with ssl disabled. When i do debug on the salt-api, i don't ever see the request come through. In chrome I see the request going to the right place but the api isn't logging anything about rejecting it. It's something with our saltpad config or with our apache or ngnix config. |
I'm also seeing this same problem. I get the login page, but clicking login shows the 'Network Error' even though it's not making any requests to nginx or salt-api backend. |
I'm not getting the network error at this point, however it doesn't seem to be submitting the login form. I see the salt-api registering the initial access to the page, but when the login form button is pushed I don't see it hitting the salt-api |
When I login the saltpad ,I get Network Error
my salt-api version is:
salt-api 2016.3.1 (Boron)
rest_cherrypy config is :
rest_cherrypy:
port: 8000
host: 0.0.0.0
disable_ssl: True
thannks!
The text was updated successfully, but these errors were encountered: