Closed SulfredLee closed 7 years ago
Hello @SulfredLee,
I see it's been a long time. Do you still have this problem?
Hello,
No it is not. Thank you very much.
2017-09-14 18:50 GMT+08:00 Kirill Yakovenko notifications@github.com:
Hello @SulfredLee https://github.com/sulfredlee,
I see it's been a long time. Do you still have this problem?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Crystalnix/omaha-server/issues/267#issuecomment-329446063, or mute the thread https://github.com/notifications/unsubscribe-auth/AKY4vKV6_gClYH2YD9H_pRS_1zroP2Pbks5siQTmgaJpZM4OKMe0 .
I followed the steps at the bottom of the readme file.
I have something like this in settings.py file `CUP_PEM_KEYS = {
'keyid': 'private_key_path',
}`
I have the file
priv.pem
inside/absolute/path/to/privatekey
Then I start the server by
sudo paver up_local_dev_server
. I use firefox to request the server,http://127.0.0.1:9090/admin
. Firefox reportUnable to connect
, it seems the server cannot start.One more question, how can I print log from the server?