You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
while trying to build the odoh-client I got this error as the server sends a certificate for sekigahara.schwanenlied.me instead of git.schwanenlied.me:
go build -o odoh-client ./cmd/...
go: finding git.schwanenlied.me/yawning/x448.git v0.0.0-20170617130356-01b048fb03d6
go: git.schwanenlied.me/yawning/[email protected]: git fetch -f git://git.schwanenlied.me/yawning/x448 refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/pi/go/pkg/mod/cache/vcs/8152cd180220565c544ca8181542f7a915d0f83fdee0b4dba3e1051502d96d0a: exit status 128:
It turns out, the developer "yawning angel" does not self-host X448 anymore. In a recent e-mail he responded:
"I gave up on self-hosting git repositories a while ago, and the git CNAME shouldn't even exist anymore.
The correct fix here is to get the package to update their import path (the canonical location for what
they are using is "gitlab.com/yawning/x448.git")."
Could you follow his hint and update the import path for X448? And by the way, the build of the odoh-server breaks for the same reason.
Thank you for any help,
dzhub
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, :-)
while trying to build the odoh-client I got this error as the server sends a certificate for sekigahara.schwanenlied.me instead of git.schwanenlied.me:
go build -o odoh-client ./cmd/...
go: finding git.schwanenlied.me/yawning/x448.git v0.0.0-20170617130356-01b048fb03d6
go: git.schwanenlied.me/yawning/[email protected]: git fetch -f git://git.schwanenlied.me/yawning/x448 refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/pi/go/pkg/mod/cache/vcs/8152cd180220565c544ca8181542f7a915d0f83fdee0b4dba3e1051502d96d0a: exit status 128:
It turns out, the developer "yawning angel" does not self-host X448 anymore. In a recent e-mail he responded:
"I gave up on self-hosting git repositories a while ago, and the git CNAME shouldn't even exist anymore.
The correct fix here is to get the package to update their import path (the canonical location for what
they are using is "gitlab.com/yawning/x448.git")."
Could you follow his hint and update the import path for X448? And by the way, the build of the odoh-server breaks for the same reason.
Thank you for any help,
dzhub
The text was updated successfully, but these errors were encountered: