On Sat, Mar 02, 2019 at 09:50:29AM -0500, Bruno Dantas wrote: > I'm running 6.4-stable amd64 on my laptop. I have a repository on my > webserver where I keep custom packages (pardon the "gnuser" in url--the > domain predates my openbsd conversion). Accessing the repository > requires https, username, and password. Setting TRUSTED_PKG_PATH to my > repository has no effect, forcing me to use PKG_PATH and sign my own > packages. Observe: > > # cat /etc/installurl > https://cdn.openbsd.org/pub/OpenBSD > > # > TRUSTED_PKG_PATH=https://bruno:[email protected]/openbsd-custom/6.4/packages/amd64 > # PKG_PATH='' > # pkg_add myscripts > Can't find myscripts
The User:password is not parsed correctly... not that sure there is a simple solution. In the mean time, try a % http escape ?
