Need a sys admin to fix an issue (PAID)

Status
This thread has been locked.

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
I just need someone to fix an error from a daemon it is an SSL error

add me on discord Voxtility#0001
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
Regenerate your cert..
HTML:
[root@eu ~]# sudo certbot --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The nginx plugin is not working; there may be problems with your existing configuration.
The error was: NoInstallationError()
[root@eu ~]#

I tried
 

Annie

ApolloSMP
Supreme
Feedback score
20
Posts
682
Reactions
402
Resources
9
assuming you already had this setup correctly, certbot renew should do what you need, if not, please run this command;

systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx

If you don't have nginx installed, you can remove the nginx part. It would just be certbot certonly --authenticator=standalone --domains=<yourdomain>

If none of the above work for you, you probably have an authentication problem or something is wrong with Pterodactyl.
He did say it's not for the panel btw
 

Annie

ApolloSMP
Supreme
Feedback score
20
Posts
682
Reactions
402
Resources
9
It doesn't matter, it would still work, that's also why I gave him several commands to try.

Also, make sure you're restarting the daemon after this.

If that doesn't work, stop using pterodactyl and close your hosting company.
idk whether to laugh or like so I'll do neither. :)
 

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
assuming you already had this setup correctly, certbot renew should do what you need, if not, please run this command;

systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx

If you don't have nginx installed, you can remove the nginx part. It would just be certbot certonly --authenticator=standalone --domains=<yourdomain>

If none of the above work for you, you probably have an authentication problem or something is wrong with Pterodactyl.
Problem binding to port 80: Could not bind to IPv4 or IPv6.
thats the error im getting
 

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
If you did what I told you to do, that wouldn't be a problem.

systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx
Code:
[root@eu ~]# systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The nginx plugin is not working; there may be problems with your existing configuration.
The error was: NoInstallationError()
[root@eu ~]#
It doesnt work
 

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
Seems like a problem with your nginx configuration, you don't need it to install into nginx either. Again, as I've said...

certbot certonly --authenticator=standalone --domains=<your domain>

If you ALREADY HAVE A CERTIFICATE, please do certbot renew
Code:
[root@eu ~]# certbot certonly --authenticator=standalone --domains=game-01.voltrux.host
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for game-01.voltrux.host
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.
[root@eu ~]#
More and more errors
 
Status
This thread has been locked.
Top