node-solid-server icon indicating copy to clipboard operation
node-solid-server copied to clipboard

Development environments(solid-test) issues in single-user server

Open jdh0139 opened this issue 5 years ago • 0 comments

I installed the latest Solid-server. Using a self-signed certificate.

$  ./bin/solid-test init
? Path to the folder you want to serve. Default is [mypath]/node-solid-server/data
? SSL port to run on. Default is 8443
? Solid server uri (with protocol, hostname and port) https://test.korea.ac.kr:8443
? Enable WebID authentication Yes
? Serve Solid on URL path /
? Path to the config directory (for example: /etc/solid-server) ./config
? Path to the config file (for example: ./config.json) ./config.json
? Path to the server metadata db directory (for users/apps etc) ./.db
? Path to the SSL private key in PEM format key.pem
? Path to the SSL certificate key in PEM format crt.pem
? Enable multi-user mode No
? Do you want to set up an email service? No
? A name for your server (not required, but will be presented on your server's frontpage) test.korea.ac.kr
? A description of your server (not required) 
? A logo that represents you, your brand, or your server (not required) 
config created on /home/jdh0139/test/solid/test1/node-solid-server/config.json

and run Solid-server

$ ./bin/solid-test start
Solid server (v5.4.0-1-g40544b2) running on https://localhost:8443/
Press <ctrl>+c to stop
(node:31090) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.

Click Register in client to generate ID and PW. And click Login. An error occurred at this time.

Unauthorized

Please let me know if you did something wrong or if you have any actions to correct.

jdh0139 avatar Jul 30 '20 00:07 jdh0139