[GH-ISSUE #388] Ignore flag "commonName" #206

Closed
opened 2026-04-08 16:51:10 +03:00 by zhus · 1 comment
Owner

Originally created by @bropines on GitHub (May 21, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/388

When I tried to configure everything, I received an error in response to the self-signed certificate
Server certificate was missing commonName attribute in subject name. As GPT explained to me, I need to register the servers from which I connect (or to which I connect) (as I understand). And as a result, it somehow crookedly does not work for me through port querying. Is it possible to disable the CN check with a flag or not (so that I can log in from any Internet)?

Originally created by @bropines on GitHub (May 21, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/388 When I tried to configure everything, I received an error in response to the self-signed certificate `Server certificate was missing commonName attribute in subject name`. As GPT explained to me, I need to register the servers from which I connect (or to which I connect) (as I understand). And as a result, it somehow crookedly does not work for me through port querying. Is it possible to disable the CN check with a flag or not (so that I can log in from any Internet)?
zhus closed this issue 2026-04-08 16:51:10 +03:00
Author
Owner

@sigoden commented on GitHub (May 21, 2024):

dufs handles self-signed certificates just fine.
If you encounter this error, it is highly likely that it's due to issues with the self-signed certificate you generated yourself.

The directory below contains the self-signed certificate and its generation script used for the dufs tests, which you can also refer to.
https://github.com/sigoden/dufs/tree/main/tests/data

<!-- gh-comment-id:2121599997 --> @sigoden commented on GitHub (May 21, 2024): dufs handles self-signed certificates just fine. If you encounter this error, it is highly likely that it's due to issues with the self-signed certificate you generated yourself. The directory below contains the self-signed certificate and its generation script used for the dufs tests, which you can also refer to. https://github.com/sigoden/dufs/tree/main/tests/data
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#206