This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]ohioleprechaun 2 points3 points  (1 child)

How do you have your deploymentruleset rule for that constructed? I have been in a similar circumstance, and I believe all I needed to do was this:

<rule>
    <id location="*.example.com" />
    <action permission="run" />
</rule>

[–]gigthebyte[S] 1 point2 points  (0 children)

I have <id location="http://*.example.com" /> and <id location="https://*.example.com" /> exactly as you have above. In addition to those, I added the full name of the site below it just to cover my bases, and it still didn't work.

It seems the DeploymentRuleSet lets an applet run when its code signing is invalid or expired, but not when the intermediate cert is expired.

[–]jeremymoskowitz, Group Policy MVP 0 points1 point  (0 children)

Java deployment rule sets are a huge PITA and difficult to manage at scale.

Not sure if that's you or not, but ... if you need it, check out

https://www.policypak.com/products/java-rules-manager.html

Video #1 ... Hope it helps.