mirror of
https://github.com/cs01/termpair.git
synced 2026-04-27 05:25:53 +03:00
[GH-ISSUE #88] Secret encryption key is not valid #26
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dualven on GitHub (Aug 31, 2021).
Original GitHub issue: https://github.com/cs01/termpair/issues/88
Describe the bug
I follow the instruction to run the programe , but at the last step , it says : secret encryption key is not valid ...
could you give me some advise?
@cs01 commented on GitHub (Aug 31, 2021):
Maybe doublecheck it is entered correctly?
Can you share all the text printed by the termpair share command (and remove anything you don’t want to share)? Have you tried going to the url printed by the share command?
@dualven commented on GitHub (Aug 31, 2021):
Shareable link: http://10.60.100.192:8001/?terminal_id=62b2f7510cfbc61a2abe13b97ed97297#ZMF8MChBsMSICwG0hEe0UQ==
Then I open browse with the url . fill the blank with “62b2f7510cfbc61a2abe13b97ed97297” and "ZMF8MChBsMSICwG0hEe0UQ==" . is there anything wrong ?
I open the browse at another PC with ip 10.60.2.193 .
@cs01 commented on GitHub (Aug 31, 2021):
The page has to be served over https to work. For some reason the error message saying so isn't showing. I'll have to fix that.
To fix, you must run the server with --certfile and --keyfile.
See
termpair serve --helpfor more info.@cs01 commented on GitHub (Aug 31, 2021):
If you upgrade to v0.3.1.4 the error message is improved
@dualven commented on GitHub (Sep 1, 2021):
thanks , it is ok now !!