-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build Nginx Plus image #162
Comments
I had the same issue and for me the issue was NOT having the nginx-repo.key/nginx-repo.crt under /etc/ssl/nginx/ (one you download after creating an account in the nginx site). This cert is sent to https site as client side authentication, which authorizes the download!~ |
@rajarajanpsj Did the |
In my case it was already 644. I did not have the key/crt there, that was the problem for me. |
When trying to build the provided DockerfileForPlus, I get the following apt-get error:
I also see an SSL error when going directly to
https://plus-pkgs.nginx.com/ubuntu/dists/xenial/nginx-plus/binary-amd64/Packages
The text was updated successfully, but these errors were encountered: