[GH-ISSUE #6] what does "server.go:63 HTTPS exiting: open : no such file or directory" mean? #4

Closed
opened 2026-03-02 23:35:53 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-03-02 23:35:53 +03:00
Author
Owner

@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

<!-- gh-comment-id:568189385 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnss#4
No description provided.