question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

https on minikube is broken

See original GitHub issue

Describe 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

  1. Steps to reproduce the behavior:
  2. Fresh minikube install
  3. Install latest AES 1.0 (1/17/20) from docs using the 4-line install script
  4. Verify you can reach the Ambassador splashscreen at http://192.168.64.3:32534/
  5. Click the link on the page for console (url of link: https://192.168.64.5:30845/edge_stack/admin)
  6. 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:closed
  • Created 4 years ago
  • Reactions:10
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
alechpcommented, Feb 7, 2020

Is this what others are seeing?

Screen Shot 2020-02-07 at 3 21 02 PM

Screen Shot 2020-02-07 at 3 21 26 PM

Screen Shot 2020-02-07 at 3 22 00 PM

3reactions
jimmyacommented, Feb 9, 2020

@alechp yes. I ran into exactly the same issue when running ambassador through minikube.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found