[spotbugs] exclude UNENCRYPTED_SERVER_SOCKET
diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml
index 56f8b05..8f2b910 100644
--- a/spotbugs-exclude.xml
+++ b/spotbugs-exclude.xml
@@ -28,4 +28,9 @@
     <Class name="org.apache.sling.testing.paxexam.TestSupport"/>
     <Method name="testBundle"/>
   </Match>
+  <Match>
+    <Bug pattern="UNENCRYPTED_SERVER_SOCKET"/>
+    <Class name="org.apache.sling.testing.paxexam.TestSupport"/>
+    <Method name="findFreePort"/>
+  </Match>
 </FindBugsFilter>