Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

When I login the saltpad ,I get Network Error #194

Open
guangzhimen opened this issue Sep 7, 2017 · 2 comments
Open

When I login the saltpad ,I get Network Error #194

guangzhimen opened this issue Sep 7, 2017 · 2 comments

Comments

@guangzhimen
Copy link

guangzhimen commented Sep 7, 2017

salt-api conf file:

rest_cherrypy:
host: 127.0.0.1
port: 9090
debug: true
disable_ssl: True
static: /apps/www/code/saltpad/static

static_path: /static

app: /apps/www/code/saltpad/index.html

app_path: /saltpad

external_auth:
pam:
salt:
- .*
- '@runner'
- '@wheel'

settings.json:

{
"API_URL": "localhost:9090",
"SECURE_HTTP": false,
"FLAVOUR": "rest_cherrypy"
}
image

@martinlevington
Copy link

the "API_URL" is the url of the proxied connection to the salt-api backend

what web server and configuration are you using ?

@gee456
Copy link

gee456 commented Dec 2, 2018

make sure selinux is Completely disabled

in my case I had to go into /etc/sysconfig/selinux and
SELINUX=disabled

then reboot .. I was getting same issue when I had just done a setenforce permissive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants