Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to build an HTTPS proxy
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to build an HTTPS proxy

I need to build an HTTPS proxy pool with the server, which can support tens of thousands of agents. There are relevant technical recommendations. Or the related tutorials are looking forward to reply. Or the required technology can be realized

Comments

  • You want a SNI proxy.

    Google should be able to find you a few interesting tutorials.

  • What is the keyword

  • Can you give me some URLs for this tutorial

  • A server can build tens of thousands of HTTPS agents. Thank you

  • A server can build tens of thousands of HTTPS proxies. Thank you. The more detailed the tutorial, the better

  • HalfEatenPieHalfEatenPie Veteran
    edited August 2022

    Jesus multiple post batman.

    https://letmegooglethat.com/?q=sni+proxy

    The keyword is "SNI Proxy" or "SNI Proxy Tutorial" or "How to setup a SNI Proxy"

    The fundamental concept is pretty easy and you can build it into something more complicated (or configure it the way you need it to be). It's just going to take a little bit of reading.

    Something like this could be a decent place to start:

    https://github.com/dlundquist/sniproxy

    https://www.cloudflare.com/learning/ssl/what-is-sni/

    Thanked by 2mrTom MannDude
  • jarjar Patron Provider, Top Host, Veteran

    Apache or Nginx should handle this fine.

  • or Caddy which handle all the ssl stuff with lets encrypt or zerossl for you. Easy to setup and maintain.

  • haomingsihaomingsi Member
    edited August 2022

    https://proxy-seller.com/
    The https proxy I want to build with the server is the same function that is sold on this website. Those techniques or tools can be achieved. Welcome to recommend thank you based on server construction

  • The server needs to build tens of thousands of https proxies. Form a proxy pool.

  • @haomingsi said:
    https://proxy-seller.com/
    The https proxy I want to build with the server is the same function that is sold on this website. Those techniques or tools can be achieved. Welcome to recommend thank you based on server construction

    ... Getting rid of the affiliate link would be great.

  • so many methods from Chinese Anti-Censorship developers.You can Google v2ray / trojan/ xray etc

  • My need is to develop some account services

  • My need is to develop some account Because this kind of high-quality agency service is relatively expensive. Whether IP is clean or not is not easy to grasp. So I want to know about this kind of agent building technology and build it myselfservices

  • PearlMoonPearlMoon Member
    edited August 2022

    deleted

  • @HalfEatenPie said:
    You want a SNI proxy.

    I'm pretty sure he does not. HTTPS proxy usually means HTTP proxy over TLS, so-called Secure Web Proxy.

  • @haomingsi said:
    My need is to develop some account Because this kind of high-quality agency service is relatively expensive. Whether IP is clean or not is not easy to grasp. So I want to know about this kind of agent building technology and build it myselfservices

    So, what's your question then? You can use any HTTP proxy server to setup such kind of service, squid for example, which supports HTTPS proxy (HTTP over TLS) out of the box. Or any other regular HTTP proxy server which you can add TLS layer with stunnel or similar software.

  • Proxy or reverse proxy?

Sign In or Register to comment.