Warning |
---|
If you are using Mac OS with High Sierra, you may encounter the following warning message when login into the Management logging in to the management console due to a compression issue that exists in the High Sierra SDK. Code Block |
---|
WARN {org.owasp.csrfguard.log.JavaLogger} - potential cross-site request forgery (CSRF) attack thwarted (user:<anonymous>, ip:xxx.xxx.xx.xx, method:POST, uri:/carbon/admin/login_action.jsp, error:required token is missing from the request) |
To avoid this issue, open the <IS_HOME>/ repository/conf/tomcat/catalina-server.xml file and change the compression="on" to compression="off" in Connector the HTTPS connector configuration, and restart the WSO2 IS. |
Follow the instructions below to install WSO2 Identity Server on Linux or Mac OS X.
...
Info |
---|
When using SUSE Linux, it ignores /etc/resolv.conf and only looks at the /etc/hosts file. This means that the server will throw an exception on startup if you have not specified anything besides localhost. To avoid this error, add the following line above 127.0.0.1 localhost in the /etc/hosts file: <ip_address> <machine_name> localhost |
...