For the time being we add a dummy authorization to the server configuration which accepts all connections (not very secure, but for now good enough):
; dummy authorization AAAA { Authorization { Default allow } }
If we start the server now, the telnet shows us:
Connected to localhost. Escape character is '^]'. Wolframe OK
Type quit
, then Enter
now and get back to the shell:
BYE Connection closed by foreign host.
The server in the shell shows the following output indicating that authorization was successful:
DEBUG: Connection from 127.0.0.1:47064 to 0.0.0.0:7661 authorized DEBUG: Connection to 127.0.0.1:47064 closed
Copyright © 2014 - Project Wolframe - All Rights Reserved