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

debian 7 support broken #291

Closed
Dan33l opened this issue Sep 2, 2018 · 3 comments · Fixed by #296
Closed

debian 7 support broken #291

Dan33l opened this issue Sep 2, 2018 · 3 comments · Fixed by #296

Comments

@Dan33l
Copy link
Member

Dan33l commented Sep 2, 2018

Affected Puppet, Ruby, OS and module versions/distributions

operating system debian 7

How to reproduce (e.g Puppet code you use)

      openvpn::server { 'test_openvpn_server':
        country      => 'FR',
        province     => 'Occitanie',
        city         => 'France',
        organization => 'FOO',
        email        => '[email protected]',
        server       => '10.0.0.0 255.255.255.0',
        local        => '',
      }

What are you seeing

When this module is used on debian 7, the current settings about cipher with a so old operating system, does not work. The service openvpn does not start

What behaviour did you expect instead

process openvpn started.

Output log

The start of openvpn server log the following :
Problem with cipher list: TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256: error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match

If removing debian 7 support is considered as possible option, i can provide a PR.

@Dan33l
Copy link
Member Author

Dan33l commented Sep 9, 2018

debian 7 is removed from metadata.json, but code is yet present in module.

@bastelfreak
Copy link
Member

Hi @Dan33l. Debian 7 isn't supported anymore. Can you please provide a PR to remove the related code?

@Dan33l
Copy link
Member Author

Dan33l commented Sep 11, 2018

Yes. Before, i wanted to work about EasyRSA PR #292 .

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 a pull request may close this issue.

2 participants