mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-26 08:55:41 +01:00
Change back to validating proxy, show user error message from curl
This commit is contained in:
@@ -595,7 +595,8 @@ whiptail_invalid_proxy() {
|
||||
read -r -d '' message <<- EOM
|
||||
Could not reach test url using proxy ${proxy_addr}.
|
||||
|
||||
Check log (${setup_log}) for details.
|
||||
Error was:
|
||||
$proxy_test_err
|
||||
EOM
|
||||
|
||||
whiptail --title "Security Onion Setup" --yesno "$message" --yes-button "Enter Again" --no-button "Skip" 10 60
|
||||
|
||||
Reference in New Issue
Block a user