Code Monkey home page Code Monkey logo

Comments (2)

tobychui avatar tobychui commented on May 20, 2024

I think this would be a complicated issue to solve. I see there are similar issues with apache proxy_http module as well (with docker environment, mostly).

The easiest way to solve this issue is adding a CA to your environment manually. This will trick the system to think that your cert is valid and Zoraxy will continue processing the proxy request.

The current way Zoraxy proxy https is using the http.Hijacker method in http.Server package. If a validation bypass is needed, I guess I might need to rewrite the whole HTTPS proxy logic to allow transporter to skip TLS verification. I will see how could I deal with this after the major functions are completed.

from zoraxy.

tobychui avatar tobychui commented on May 20, 2024

Issue fixed in v2.6.1. You can find the option under "Create Proxy Rules" > Advance Settings > Ignore TLS/SSL Verification Error
圖片

Though, I do not recommend this for the following reasons.

  1. If you are setting up your servers in a trusted network (e.g. home network), you don't need https
  2. If you are setting up your proxy to point to a remote address, a valid certificate is always recommended for security reasons
  3. If you want to self-sign a cert for your domain, you should setup a custom CA that verify your certificate on your reverse proxy host environment instead of bypassing the error

But still, the options are here so if you need it for testing anything, you can feel free to use it with your own risk.

from zoraxy.

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.