Insecure connection not allowed

I just downloaded this mod today and I'M Getting this error:

Exception (cs:154033): InvalidOperationException: Insecure connection not allowed
UnityEngine.Networking.UnityWebRequest.SendWebRequest () (at <00000000000000000000000000000000>:0)
CommunityEntity+<LoadTextureFromWWW>d__37.MoveNext () (at <00000000000000000000000000000000>:0)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <00000000000000000000000000000000>:0)

I am finding that mod or plugin may be outdated or not compatible with your Rust version, it may try to use insecure protocols. It also causes players to get kicked...

Merged post

any help with this mod???

You can not use the default config anymore, the images use HTTP:// links and that is not valid anymore. Fix your config, upload your own images and make sure your links are HTTPS:// only.

I dont understand how to fix this, I am new at running a server... where do i get images? and where do they go in the file/config?

You update the settings file cnd cchange any referenced to HTTP:// to HTTPS:// like this...

Change this...  "Url": "http://whatever_domain/whatever_image.jpg",

To this... "Url": "https://whatever_domain/whatever_image.jpg",

ok thank you, I appreciate this information