Could not establish trust relationship for the SSL/TLSNot An Issue

1. Head to https://umod.org/guides/getting-started/installation

2. "

Windows via uMod installer

The uMod Installer may be downloaded from the download page and will install the required .NET SDK and uMod automatically. Once installed, the umod command will be available globally from the command-prompt or terminal.

"

Click on download page to find out that "umod installer" doesn't exist.

2. Run

Invoke-WebRequest https://umod.io/umod-install.ps1 -OutFile umod-install.ps1

3. Get a

Invoke-WebRequest : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS

:s is umod dead?

I manually downloaded and executed both ps1 files. And now i get:

error NU1202: uMod 1.2.434-develop is not compatible with net5.0 (.NETCoreApp,Version=v5.0) / any. The package uMod 1.2.434-develop allows: net6.0 (.NETCoreApp,Version=v6.0) / any

Why on earth does it install net5.0 if it required net 6.0?

 

 

uMod is not released and in development. I would suggest using Oxide at the moment for any live servers.

The dependency on net5.0 is being moved to net6.0 for uMod, though, hence the issue you see.

Locked automatically