inveniosoftware / inveniosoftware/invenio-cli
SSL Error in Chrome with containerize
- Dominant language
- Python
- Stars
- 14
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Package version (if known): 0.0.20
## Describe the bug
Chrome isn't able to show the containerized demo site because of broken https.
## Steps to Reproduce
1. Install containerized release
2. Go to https://127.0.0.1/ on Chrome
Errors in the developer panel include:
Certificate - Subject Alternative Name missing
The certificate for this site does not contain a Subject Alternative Name extension containing a domain name or IP address.
Certificate - missing
This site is missing a valid, trusted certificate (net::ERR_CERT_INVALID).
## Expected behavior
Able to view site, with a self-signed exception (like firefox)
## Additional context
The default certificate has a common name of localhost. Would changing it to 127.0.0.1 solve the issue?
Contributor guide
Assessment
This issue has not been assessed yet.