Forum Discussion
paul_adomeit_70
Nimbostratus
Sep 14, 2006Create RSS Feed via iControl (DevCentral sample)
I've tried to get the sample RSS feed generator from DevCentral to work and I'm stuck. The server is Windows 2003. Perl is from ActiveState v5.8.8.819. I added "Crypt-SSLeay v0.51). When I run the...
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
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects