PackeTsar / radiuid

An application to extract User-to-IP mappings from RADIUS accounting data and send them to Palo Alto firewalls for use by the User-ID function.
http://packetpushers.net/radiuid/
GNU General Public License v3.0
34 stars 10 forks source link

urllib2 SSL Error #16

Closed PackeTsar closed 8 years ago

PackeTsar commented 8 years ago

The PA-200 does not recognize the vsys ID contained in the API calls of RadiUID and errors out when making the calls. This issue was reported by Dan as a comment at http://packetpushers.net/radiuid/

PackeTsar commented 8 years ago

Looks like this isn't a vsys problem but is a problem with the username extraction method. Going to write a temp fix and send to the user for testing in active environment.

PackeTsar commented 8 years ago

It now looks like this issue is due to the newer build of Python 2.7 generating an SSL error due to the invalid certificate on the Palo Alto. This issue has been fixed in v2.1.0 using some error handling to detect the proper was to handle SSL with whichever version of Python 2.7 is running.

PackeTsar commented 8 years ago

This bug has been fixed in Version 2.1.0