TechnicallyCoded / Inventory-Rollback-Plus

Spigot/Bukkit plugin that allows server moderators to restore player items and data from backups.
https://www.spigotmc.org/resources/85811/
Other
77 stars 45 forks source link

Bug report: No backups were saved... #125

Closed MblaxxHD closed 1 year ago

MblaxxHD commented 1 year ago

Bug description:

We have a current problem about the backups not saving on any actions that are in the options of the Restore

Server details:

How to reproduce:

N/A

What was expected:

N/A

Screenshots, logs & other:

https://pastebin.com/0btcVKYE

Additional info:

N/A

TechnicallyCoded commented 1 year ago

Per your logs java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors

Problem: It seems as though SSL is not supported or correctly setup for your SQL server. Potential fix:

In config.ym, set one or all of the following options as such
  use-SSL: false
  verifyCertificate: false
  allowPubKeyRetrieval: true

This basically disables SSL for IRP but it's not storing passwords so that's not a huge security issue.

MblaxxHD commented 1 year ago

can i just reload the plugin or just restart the server?

MblaxxHD commented 1 year ago

Now i have this problem after reloading the config https://pastebin.com/VdnCnXnB

TechnicallyCoded commented 1 year ago

Access denied it says in the logs Check username + password