mirror of
https://github.com/albertito/dnss.git
synced 2026-04-26 18:05:57 +03:00
[GH-ISSUE #6] what does "server.go:63 HTTPS exiting: open : no such file or directory" mean? #4
Labels
No labels
enhancement
enhancement
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnss#4
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 @luckypoem on GitHub (Dec 21, 2019).
Original GitHub issue: https://github.com/albertito/dnss/issues/6
hi.
[root@vps ~]# dnss -enable_https_to_dns -dns_upstream 8.8.8.8:53 -https_server_addr 127.0.0.1:2367
_ server.go:56 HTTPS listening on 127.0.0.1:2367
☠ server.go:63 HTTPS exiting: open : no such file or directory
[root@vps ~]#
thank u
@luckypoem commented on GitHub (Dec 21, 2019):
oh ,i see,need to add theses two:
-https_key=/etc/letsencrypt/live/$DOMAIN/privkey.pem -https_cert=/etc/letsencrypt/live/$DOMAIN/fullchain.pem