cdot65 / pan-os-upgrade

An efficient tool to execute configuration backups, network state snapshots, system readiness checks, and operating system upgrades of Palo Alto Networks firewalls and Panorama appliances.
https://cdot65.github.io/pan-os-upgrade/
Apache License 2.0
39 stars 7 forks source link

URLError: code: 403 reason: Invalid Credentials #139

Open nboughton83 opened 1 month ago

nboughton83 commented 1 month ago

When running the script in batch or panorama getting "An error occurred while connecting to the appliance: URLError: code: 403 reason: Invalid Credential". I have verified the credentials are correct and work both in the GUI and SSH. The user account being specified is a Superuser.

This is on Panorama in Azure running 10.2.9-h1

nboughton83 commented 1 month ago

It appears to be an issue with one of the characters or length of the password being accepted in the input.

Password is 20 characters long and includes "&" and "@" symbols. After changing the password without symbols it works.

cdot65 commented 1 week ago

Thanks for sharing, will investigate this