Forum Discussion
AS2017_299808
Nimbostratus
Feb 01, 2018SSH PROXY - Missing
Question: SSH-PROXY profile through SECURITY -- PROTOCOL SECURITY -- SECURITY PROFILE -- SSH PROXY <= is not listed(option is missing...AFM Resource Provisioning is enabled.
Oct 30, 2006
I'm not sure why that wouldn't work. As long as you set the BIGIP, USER and PASS variables at the top to the correct values AND you do not pass in values for the host, port, user, and pass GET parameters, then I don't see how it should require you to pass in the values as the credentials are taken directly from the $USER and $HOST variables.
I would debug print out these values right before the credential validation code
--------------------------------------------------------------------
Transport information
--------------------------------------------------------------------
sub SOAP::Transport::HTTP::Client::get_basic_credentials
{
return "$USER" => "$PASS";
}
and make sure that they are set properly.
-Joe