404 when pulling from chocolatey repo

I am trying to set up access to pull down packages from my repo. I can push packages without error.
Below are two examples of what I’m trying to do. I’m assuming I’m missing a setup step or authorization step in the repo itself. Any suggestions would be greatly appreciated
Thanks!

example push
choco push test2.1.2.3.nupkg -source http://myreponame/repository/chocolatey-hosted/ --force

example pull
choco install test2
Chocolatey v0.12.1
Installing the following packages:
test2
By installing, you accept licenses for the packages.
Error retrieving packages from source ‘http://myreponame/repository/chocolatey-group/’:
The remote server returned an error: (404) Not Found.