Skip to content
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

SSL certificates issued for too long fail to work with Chrome #40

Closed
jimtaylor123 opened this issue Mar 29, 2021 · 0 comments · Fixed by #49
Closed

SSL certificates issued for too long fail to work with Chrome #40

jimtaylor123 opened this issue Mar 29, 2021 · 0 comments · Fixed by #49

Comments

@jimtaylor123
Copy link

jimtaylor123 commented Mar 29, 2021

Describe the bug
Magic lamp creates ssl certificates for longer than 39 months. Chrome does not trust ssl certificates issued for longer than this period. This means the ssl cert does not work as expected and the page is insecure/not trusted.

To Reproduce

  1. Set up magic lamp
  2. Install the generated ssl cert (eg on mac using keychain)
  3. Go to the intended URL

Expected behavior
To be able to visit the intended development url on a secure connection.

Desktop (please complete the following information):

  • OS/Distro: macOS
  • Version: catalina 10.15.7
  • Chrome: Version 89.0.4389.90 (Official Build) (x86_64)

Output of git rev-parse HEAD

9b6e1a11cf8bdc42d28d80f42affd3229b004e5a

Output of docker version

Client: Docker Engine - Community
 Cloud integration: 1.0.7
 Version:           20.10.2
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        2291f61
 Built:             Mon Dec 28 16:12:42 2020
 OS/Arch:           darwin/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.2
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       8891c58
  Built:            Mon Dec 28 16:15:28 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.3
  GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc:
  Version:          1.0.0-rc92
  GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Output of docker-compose version

docker-compose version 1.27.4, build 40524192
docker-py version: 4.3.1
CPython version: 3.7.7
OpenSSL version: OpenSSL 1.1.1g  21 Apr 2020

Additional context
Screenshot
Screenshot 2021-03-29 at 12 08 05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant