Giter Site home page Giter Site logo

Comments (5)

jamwt avatar jamwt commented on June 3, 2024

Please try using the -tls1 flag to openssl s_client, or run stud with --ssl. Reopen if that doesn't solve your problem. I can't quite explain the port number other than maybe assumptions change if it's not running in the port typically reserved for HTTPS services (which are, generally, speaking SSLv23).

from stud.

sesse avatar sesse commented on June 3, 2024

On Wed, Oct 12, 2011 at 06:55:15PM -0700, Jamie Turner wrote:

Please try using the -tls1 flag to openssl s_client, or run stud with
--ssl. Reopen if that doesn't solve your problem. I can't quite explain
the port number other than maybe assumptions change if it's not running in
the port typically reserved for HTTPS services (which are, generally,
speaking SSLv23).

But OpenSSL is only one of the problem clients -- any browser I tried had the
exact same issue. Is really the default stud configuration supposed to be
unusable with a browser?

/* Steinar */

Homepage: http://www.sesse.net/

from stud.

jamwt avatar jamwt commented on June 3, 2024

Yes, many browsers are unhappy if you're not serving SSLv23. stud was originally designed to tunnel TLS things generically, not just to serve HTTPS.

from stud.

jamwt avatar jamwt commented on June 3, 2024

I can put a larger note on the README to clarify things.

from stud.

jamwt avatar jamwt commented on June 3, 2024

Done. And just to be explicit about the reasoning of default behavior:

  • Stud is a secure tunneler of any socket service. The world is not all web browsers and web servers.
  • The default configuration is to tunnel that service over the best available protocol, TLSv1.
  • If some deployed agent constrains the ability to use TLSv1 (as browsers do), SSLv23 can be used instead by simply providing the --ssl option to stud

Hopefully that clears things up.

from stud.

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.