You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
operating system debian 7
How to reproduce (e.g Puppet code you use)
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 startWhat 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.
The text was updated successfully, but these errors were encountered: