-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.ini: certfile,keyfile options are ignored #261
Comments
Found the root cause. Permission to the key file was not correct. electrum-personal-server/electrumpersonalserver/server/common.py Lines 317 to 334 in cc3085c
|
Thanks for the issue. I guess a debug print statement could be added to the else: branch? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i set certificate paths to
startup of eps still says
I think there is something wrong.
all other options are applied.
eps version: 0.2.3
The text was updated successfully, but these errors were encountered: