Skip to content
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

Only runs once, when I restart it doesnt run again. #261

Closed
1FriendlyDoge opened this issue Jul 27, 2022 · 3 comments
Closed

Only runs once, when I restart it doesnt run again. #261

1FriendlyDoge opened this issue Jul 27, 2022 · 3 comments
Labels
bug Something isn't working closed-stale more-info-needed Further information is requested stale

Comments

@1FriendlyDoge
Copy link

1FriendlyDoge commented Jul 27, 2022

I am using Blazor Server (.NET 6), whenever I am running it on Ubuntu (18.04). It only ran once, even when I remove all my app files and move them to my server again it doesnt generate any certificate (and logs nothing). Even the first time when it "worked", I couldn't connect to my web page at all.

Program.cs (only the important parts)
builder.WebHost.UseKestrel(k => { var appServices = k.ApplicationServices; k.Listen( IPAddress.Any, 443, o => o.UseHttps(h => { h.UseLettuceEncrypt(appServices); })); }); builder.Services.AddLettuceEncrypt().PersistDataToDirectory(new DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory + "Crypt/"), "PasswordHere");

Is this a known issue or am I doing something wrong?

@1FriendlyDoge 1FriendlyDoge added the bug Something isn't working label Jul 27, 2022
@natemcmaster
Copy link
Owner

I'm unable to reproduce the problem with the information provided. Please provide more steps to recreate this problem.

@natemcmaster natemcmaster added the more-info-needed Further information is requested label Jan 1, 2023
Copy link

github-actions bot commented Jan 2, 2024

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.

@github-actions github-actions bot added the stale label Jan 2, 2024
Copy link

Closing due to inactivity.
If you are looking at this issue in the future and think it should be reopened, please make a commented here and mention natemcmaster so he sees the notification.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working closed-stale more-info-needed Further information is requested stale
Projects
None yet
Development

No branches or pull requests

2 participants