I’m seeing odd behavior when attempting to install a package from my origin in a local studio.
Context: origin has been around for a while, but hasn’t been actively developed recently. Generated a new auth token and keypair, and have them set in my cli.toml and ~/.hab/cache/keys respectively.
However, when I go into the studio and attempt to install/start one of my artifacts, I receive the following error:
[401 Unauthorized] Your GitHub token requires both user:email and read:org permissions.
If I try to do a hab pkg install outside of the studio instead, I get:
the handshake failed: The OpenSSL library reported an error: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed:s3_clnt.c:1269:: unable to get local issuer certificate
IIRC, this is from a config that was before access tokens on bldr, but am unsure where in my local config it’s trying to pull that from (or if I’m misdiagnosing entirely!)
Just updated hab, so running on version hab 0.62.1/20180905002018, installed on MacOS via brew.