Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS 7 compatibility, improved URI handling, unix socket support #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dekimsey
Copy link

This includes:

  • Using system CA bundle
  • CentOS compatibility with stunnel 4.56
    • checkHosts option not available
    • Enabling full cert chain verification (defaults to off)
    • Turning off pid file spurious error message
  • Use of unix sockets
  • URL parsing improvements (escaping, and handling of complex
    passwords)
  • Better handling of stunnel start-up errors
  • Basic help text if no arguments are provided

Note: I suspect setting the system ca bundle path may break expectations with the current lechain behavior. I'm open to suggestions here.

This includes:

  - Using system CA bundle
  - CentOS compatibility with stunnel 4.56
    - checkHosts option not available
    - Enabling cert chain verification (defaults to off)
    - Turning off pid file spurious error message
  - Use of unix sockets
  - URL parsing improvements (escaping, and handling of complex
    passwords)
  - Better handling of stunnel start-up errors
  - Basic help text if no arguments are provided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant