-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support https in build ingresses #78
Comments
Interesting. Is that a issue new in 16? If there is no workaround in the browser, then we'll need to find a way to deploy and maintain a wildcard certificate. |
Before, it seems nginx did use a default self signed certificate if used forced an https URL. See also OCA/hr-attendance#80 (comment) |
It's a issue on OCA/pos#835 But could apply to other features too. |
@sbidoul we use rancher+k8s+nginx some example: |
Yeah, but I'm not sure that generating a new letsencrypt certificate for each commit we do in OCA is going to be ok with the letsencrypt usage policies. |
May be some guys of our team can awnser this one: @kardeco @ananiasfilho |
Let's encrypt have many limitations as certs per IP, certs per domains and others. The best and single way maybe will run with a wildcard ssl certificate. |
I agree using a wildcard ssl certificate is the best solution. It's a bit of a burden to set up and maintain, though. So in the meantime I enabled a default self-signed certificate on the OCA runboat instance. So you can manually change the build URL to https, and manually accept the default certificate. |
Some features depends of the use of HTTPS, for example service workers.
The text was updated successfully, but these errors were encountered: