Update on my problem: The problem also exists trying to use the CLI, and ckan.exe spits the following error out before crashing after i try ckan.exe update Unhandled Exception: System.Net.WebException: Unable to connect to the remote se rver ---> System.Net.Sockets.SocketException: An attempt was made to access a so cket in a way forbidden by its access permissions 192.30.252.128:443 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddre ss socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Sock et s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at System.Net.WebClient.DownloadFile(Uri address, String fileName) at CKAN.Net.Download(String url, String filename, IUser user) at CKAN.Net.Download(Uri url, String filename, IUser user) at CKAN.Repo.UpdateRegistry(Uri repo, Registry registry, KSP ksp, IUser user, Boolean clear) at CKAN.Repo.Update(RegistryManager registry_manager, KSP ksp, IUser user, Bo olean clear, Uri repo) at CKAN.CmdLine.MainClass.Update(UpdateOptions options, RegistryManager regis try_manager, KSP current_instance, IUser user) at CKAN.CmdLine.MainClass.Main(String[] args) Apparently I can't spoiler code, lol.