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

Remove outdated ca-bundle.crt and use system default #116 #129

Merged
merged 3 commits into from
Nov 30, 2017

Conversation

ikedas
Copy link
Member

@ikedas ikedas commented Nov 27, 2017

  • [bug] If "cafile" and/or "capath" configuration parameters were not set, undef were passed to IO::Socket::SSL, and therefore system defaults were disabled.

    Fixed by not passing undef when these parameters are not set so that system defaults will be used.

  • Then, outdated ca-bundle.crt would be removed.

This will fix issue #116.

…et, undef were passed to IO::Socket::SSL, and therefore system defaults were disabled.

Fixed by not passing undef when these parameters are not set so that system defaults will be used.
Now system default will be used instead.

Cleanup on code.
@ikedas ikedas merged commit ff2ade5 into sympa-community:sympa-6.2 Nov 30, 2017
@ikedas ikedas deleted the issue-116 branch November 30, 2017 02:40
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