Not finding pluginsSolved
5b7d22c4ef71f.jpg 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 

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 ? 
5b87c103a7ed5.jpg 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.

if you use a web browser on the server can you actually connect to umod ?
5b87c103a7ed5.jpg 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 

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
5b87c103a7ed5.jpg 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 

Locked automatically