-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Enable certs on dev #1210
Enable certs on dev #1210
Conversation
8eef9b0
to
604f00b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ!!!
I try this version in local and https://poser.local:8002
works, but http://poser.local:8001
do a 301 to https://poser.pugx.org
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After last two commits i have the following error: ERR_CONNECTION_REFUSED
And I see these files changes:
jellybelly at mbp-jellybelly in ~/github_com/pugx/badge-poser (enable-certs-on-dev)
$ git st
Sul branch enable-certs-on-dev
Il tuo branch è aggiornato rispetto a 'origin/enable-certs-on-dev'.
Modifiche non nell'area di staging per il commit:
(usa "git add <file>..." per aggiornare gli elementi di cui sarà eseguito il commit)
(usa "git restore <file>..." per scartare le modifiche nella directory di lavoro)
modificato: sys/nginx/certs/ca-crt.pem
modificato: sys/nginx/certs/ca-crt.srl
modificato: sys/nginx/certs/ca-key.pem
modificato: sys/nginx/certs/server.csr
modificato: sys/nginx/certs/server.key
modificato: sys/nginx/certs/server.pem
It's normal? Maybe we manage these files with gitignore?
2d99d28
to
7c64e5c
Compare
I've rebased, and it works on my machine regarding those files, I've ignored them. |
Now I have My steps to reproduce it:
|
@JellyBellyDev I've pruned buildx and system, removed all local images and running containers, then cleared my local branches and pulled from then did |
Ok now works also for me!
? |
1cfbdaa
to
b57750b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
No description provided.