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
{{ message }}
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
The postinstall process get break when the SSL configuration phase starts. To reproduce the problem input a pass phrase and on reconfirm enter wrong pass phrase the process will break with errors. The expected behavior was to ask user to input pass phrase again.
Thanks
The text was updated successfully, but these errors were encountered:
This changes postinstall (generateCerts) to prompt the user if openssl
fails, whether they want to retry.
Ideally, we would immediately inform and retry mismatched passes, but
that isn't possible while calling openssl as an external app.
We would also ideally always retry, except exit if the user hit
ctrl+c. But openssl doesn't return different exit codes for SIGINT
versus failures. Thus, asking seems like the most reasonable option.
FixesComcast#1063
rob05c
added a commit
to rob05c/traffic_control
that referenced
this issue
Mar 25, 2016
This changes postinstall (generateCerts) to prompt the user if openssl
fails, whether they want to retry.
Ideally, we would immediately inform and retry mismatched passes, but
that isn't possible while calling openssl as an external app.
We would also ideally always retry, except exit if the user hit
ctrl+c. But openssl doesn't return different exit codes for SIGINT
versus failures. Thus, asking seems like the most reasonable option.
FixesComcast#1063
Traffic_ops version: traffic_ops-1.4.0-2412.8a9a3a34.x86_64.rpm
The postinstall process get break when the SSL configuration phase starts. To reproduce the problem input a pass phrase and on reconfirm enter wrong pass phrase the process will break with errors. The expected behavior was to ask user to input pass phrase again.
Thanks
The text was updated successfully, but these errors were encountered: