Q: How to fix the Error 1013: Unsupported: Server does not support authentication with token?
A: Please check SPE subdirectory ./settings for configuration files.
- If only phxspe.browser.properties exists, then your Browser uses SPE as embedded component and set inside the file this directive:
server.enable_authentication_token = false
In that case you can still use SPE with Basic HTTP authentication, as described in documentation, section “Basic authentication“ - If you would like to play with “pure” daemon installation, then phxspe.properties file should exist in ./settings subdirectory. File phxspe.properties is created by
phxadmin
utility or can be created from ./data/phxspe.properties.default template file.- Copy template file to ./settings directory
- Rename it to phxspe.properties
- Check for
server.enable_authentication_token
directive and setup it as needed. - Restart
phxspe
Basic installation steps are described in ./doc/INSTALL.html document.