I have multiple SPM packages hosted on a private repo that only supports HTTP/2. The packages will clone to my local machine fine, but when trying to add them as a dependency to a project, the package will not resolve. Either it will spin forever, or I will receive an error that says.
An unknown error occurred.
SecureTransport error: connection closed via error (-1)
Any help is appreciated