8000 [BUG] Filename cannot be empty for certs containing multiple domains · Issue #611 · tobychui/zoraxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[BUG] Filename cannot be empty for certs containing multiple domains #611

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

Open
Tealk opened this issue Mar 27, 2025 · 6 comments
Open

[BUG] Filename cannot be empty for certs containing multiple domains #611

Tealk opened this issue Mar 27, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@Tealk
Copy link
Tealk commented Mar 27, 2025

Describe the bug
When attempting to generate a Let's Encrypt certificate for a domain that has an alias, the following error message is displayed:
Filename cannot be empty for certs containing multiple domains.

To Reproduce
Steps to reproduce the behavior:

  1. Configure a domain with an alias in the system.
  2. Attempt to generate a Let's Encrypt certificate for the domain.
  3. Observe the error message: Filename cannot be empty for certs containing multiple domains.

Expected behavior
The certificate generation process should handle domains with aliases correctly and generate the certificate without errors.

Browser (if it is a bug appears on the UI section of the system):

  • OS: Fedora 41 Silverblue
  • Browser LivreWolf
  • Version 136.0.2-1

Host Environment (please complete following information, DO NOT REMOVE ANY FIELD(S)):

  • Arch: x86_64
  • Device: vServer
  • OS: Debian
  • Version: 12 (bookworm)
  • Are you using Docker? no
  • Docker Version (fill in "N/A" for native deployment): N/A
@Tealk Tealk added the bug Something isn't working label Mar 27, 2025
@tobychui
Copy link
Owner

@Tealk Sounds like you didn't fill in some fields in the generator.

Can you be more specific on the steps to reproduce it? Like which button in which panel you pressed and you fill in which field and didn't fill which fielfs?

@Tealk
< 8000 /svg> Copy link
Author
Tealk commented Mar 28, 2025

Image

I only click on the " Get Certificate" button, where can/must I fill in something in the line?

@tobychui
Copy link
Owner

@Tealk I know where this come from but I have no idea why this error pops up since I don't maintain this section of the code base.

filename = domains;
}else{
msgbox("Filename cannot be empty for certs containing multiple domains.")
if (callback != undefined){
callback(false);
}
return;

@yeungalan You got any clues?

@jjmmbb
Copy link
jjmmbb commented May 11, 2025

Same error here.

@tobychui
Copy link
Owner

@jjmmbb Try use the ACME Tool to generate the certificate (you can find that under the SSL / TLS tab). It should bypass the error.

@jjmmbb
Copy link
jjmmbb commented May 12, 2025

Apparently the problem is when you create a wildcard certificate and add other subdomains in the same domain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
0