https on minikube is broken
See original GitHub issueDescribe the bug Bad https endpoint, SSL error on fresh install of AES 1.0.0 on Minikube. Verbose curl results in:
curl -v https://192.168.64.5:30845
* Rebuilt URL to: https://192.168.64.5:30845/
* Trying 192.168.64.5...
* TCP_NODELAY set
* Connected to 192.168.64.5 (192.168.64.5) port 30845 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
* stopped the pause stream!
* Closing connection 0
curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
To Reproduce
- Steps to reproduce the behavior:
- Fresh minikube install
- Install latest AES 1.0 (1/17/20) from docs using the 4-line install script
- Verify you can reach the Ambassador splashscreen at http://192.168.64.3:32534/
- Click the link on the page for console (url of link: https://192.168.64.5:30845/edge_stack/admin)
- See ERR_SSL_PROTOCOL_ERROR in Chrome.
Expected behavior https endpoint presents a warning page in Chrome that allows you to ignore the cert issue as per the docs.
Versions (please complete the following information):
- Image: quay.io/datawire/aes:1.0.0
- Image ID: docker-pullable://quay.io/datawire/aes@sha256:4a6577ca83178fbbfd8295d68312b2d92b6820dfd97e6a36e2ec1337ac4cf66b
- minikube version: v1.6.2
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:11 (1 by maintainers)
Top Results From Across the Web
https on minikube is broken · Issue #2215 - GitHub
Describe the bug Bad https endpoint, SSL error on fresh install of AES 1.0.0 on Minikube. ... https on minikube is broken #2215....
Read more >Minikube service URL not working - Stack Overflow
I'm new to Kubernetes and I'm learning. I have my Windows 8 machine where I installed Vagrant. Using vagrant I'm running ubuntu VM...
Read more >minikube start
If minikube fails to start, see the drivers page for help setting up a compatible container or virtual-machine manager. 3Interact with your cluster....
Read more >Quickstart for Calico on minikube - Tigera
This quickstart gets you a single-node minikube cluster with Calico in approximately 1 minute. You can use this cluster for testing and development....
Read more >Developing for Kubernetes with minikube - GitLab Docs
Developing for Kubernetes with minikube. This guide is meant to serve as a cross-plaform resource for setting up a local Kubernetes development environment....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is this what others are seeing?
@alechp yes. I ran into exactly the same issue when running ambassador through minikube.