You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the swiftwave tls generate command, it just fails without giving any additional information.
$ swiftwave tls generate
✓ Local postgres server already running at port 3335
✓ Database migrated successfully
⇒ Already running swiftwave service will be used to solve http-01 challenge
unable to obtain certificate
✗ Failed to generate certificate
Can we add more information to the logging here?
Also, is there a way for me to just provide the certificate? Where does it look/store the keypairs?
Are you working on this issue?
No
The text was updated successfully, but these errors were encountered:
Hi @markwylde , thanks for trying out swiftwave first of all.
Follow the steps, it might help you to resolve the issue -
Please validate the dns records on your server for the specific domain. It might happen that dns records yet not poining correctly or cached on your server.
If you are using cloudflare dns, try to set the mode to Direct instead of DNS. That will help in troubleshooting.
As per the stack trace, it looks like proxy is already up. Although visit your server ip. If the proxy is setup perfectly, it should show a 505/504 error page.
Sometimes, proxy fails to activate, common issue is some service is already running at port 80 or 443
If you want to put ssl cert manually follow this -
Put the private key here -> /var/lib/swiftwave/cert/private.key
Put the certificate here (it should contain full chain) -> var/lib/swiftwave/cert/certificate.crt
It's recommended to use swiftwave's ssl generator as it will handle renewal of ssl certs.
tanmoysrt
changed the title
bug:
bug: swiftwave core ssl generation issue
Aug 23, 2024
Describe the bug
When I run the
swiftwave tls generate
command, it just fails without giving any additional information.Can we add more information to the logging here?
Also, is there a way for me to just provide the certificate? Where does it look/store the keypairs?
Are you working on this issue?
No
The text was updated successfully, but these errors were encountered: