GithubHelp home page GithubHelp logo

Comments (5)

hzxuzhonghu avatar hzxuzhonghu commented on June 28, 2024 1

Not always, think about your browser, if you are accessing a website that has no cacertin your local host, it will warn.

This is to verify the server you access is really the true one. Not a pretending one

from istio.

johnzheng1975 avatar johnzheng1975 commented on June 28, 2024

The error is as: #50997

from istio.

johnzheng1975 avatar johnzheng1975 commented on June 28, 2024

Thanks @hzxuzhonghu
After insecureSkipVerify set to false, it works.

apiVersion: networking.istio.io/v1beta1
kind: DestinationRule
metadata:
  name: originate-tls
  namespace: istio-system
spec:
  host: httpbin.org
  trafficPolicy:
    tls:
      mode: SIMPLE
      insecureSkipVerify: true

from istio.

johnzheng1975 avatar johnzheng1975 commented on June 28, 2024

Just want to discuss more, whether set insecureSkipVerify is true is safe enough for production usage.
Let us say, is it possible for some hacker to manipulate our cluster external request to a fake server without server certificate.

  • If verify ssl certificate, it is secure to find this, and we will cancel the request.
  • If not verify ssl certificate, you may send your token/info to it. The fake server will get all info.

Just FYI. Thanks very much for discussion.

from istio.

johnzheng1975 avatar johnzheng1975 commented on June 28, 2024

Thanks @hzxuzhonghu , closed this.

from istio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.