Actions
action #13784
closedyast2_ftp test is failing on invalid certificate
Start date:
2016-09-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Description
https://openqa.suse.de/tests/568009#step/yast2_ftp/23
Test generates RSA certificate:
- type_string("openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout /etc/vsftpd.pem -out /etc/vsftpd.pem\n");
YaST ftp-server module produce only dsa_cert_file configuration option, rsa_cert_file option (required for RSA) must be set in /etc/vsftpd.conf manually.
vsfptd¶
500 OOPS: SSL: cannot load RSA certificate
Updated by mkravec about 7 years ago
Bug is reported since 2014 - https://bugzilla.suse.com/show_bug.cgi?id=694167
It seems there will not be support for RSA in YaST soon, I will change test to generate DSA certificate.
Updated by mkravec about 7 years ago
- Status changed from New to Resolved
- % Done changed from 30 to 100
Changed rsa->dsa certificate as YaST can't work with rsa yet, added bug reference and reported issue to maintainer of vsftpd.
https://openqa.suse.de/tests/584505#step/yast2_ftp/25
Actions