Hello, Thanks for your help. The second link you posted provided the debugs I needed to solve this issue. I thought I was receiving the machine certificate judging by the information I saw in the GlobalProtect Settings > Host Profile. The certificate section showed the machine name. But I could never fuly confirm it. I could never get the certificate attributes to match. The second link provided these commands: Debug commands to show the HIP information in the database: > debug user-id dump hip-profile-database entry > debug user-id dump hip-report computer <computer-name> ip <global-protect-assigned-ip> user <username> The first two commands showed the user information and HIP information. Including the certificate information with attributes in the format needed to setup the values. To gain greater visibility, the hip debugs can be enabled via the CLI commands below. The messages are printed to the 'useridd.log' file. These commands showed the actual matching for the HIP objects and profiles. > debug user-id set hip all > debug user-id on debug > tail follow yes mp-log useridd.log The next three debug commands allowed me to see why the attribute match was failing. I was currently trying to match on "issuer". I could see the value the machine cert provided didn't match my value. After adjusting it, I received the message from the Gateway > Agent > Hip Notification, that my system passed the HIP check. I tried other attributes but I can see that the attributes I tried aren't listed in the database. Thanks for your help!
... View more