Note |
---|
Before you begin, please see our compatibility matrix to find out if this version of the product is fully tested on your operating system. |
Warning |
---|
If you are using Mac OS with High Sierra, you may encounter following warning when login into the Management console due to a compression issue exists in 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 <IS_HOME>/ repository/conf/tomcat/catalina-server.xml and change the compression="on" to compression="off" in 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 |
...