pookins
Your game/oxide is up to date ? , I have restarted server several at least 6 times after the plugin was fixed and no longer get any errors,
Hi yes game is Updated and Oxide and Mod but Nothing
pookins
Your game/oxide is up to date ? , I have restarted server several at least 6 times after the plugin was fixed and no longer get any errors,
Hi yes game is Updated and Oxide and Mod but Nothing
Whispers88
It seems like your having issues with the ssl cert authentication. Can you give me more information about your server as to what OS you are running it on and such is it a dedicated machine or more like a cloud shared host ?
I am Renting a Dedicated machine that runs Linux on it so we installed linuxgsm thats running the Rust Server.
Whispers88
if you use a web browser on the server can you actually connect to umod ?
Hi the Linux is only Termenal based dont have a web browser sorry
Whispers88
Ok so I've done a bit of research into this. Apparently: Unity only officially supports Ubuntu Linux, so it is looking (and failing to find) the certificate store where it would expect it to be. You can work around it by creating a symbolic link:
It should look something like this dependant on your version of Linux.
mkdir -p /etc/ssl/certs && ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
I did this and it worked thanks