Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: p4-plugin
-
Labels:None
-
Environment:OS for agent: RHEL8
Jenkins version: 2.176.2
p4 plugin version: 1.10.7
-
Similar Issues:
Description
We are trying to upgrade to RHEL 8.x jenkins agents.
We are encountering the following error:
18:23:39 (p4):stop:10
18:23:39 P4: builds: 335577
18:24:56 P4: Connection retry: 1
18:24:59 P4: Connection retry: 2
18:24:59 P4: Connection retry: 3
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
ERROR: P4: Task Exception: Error occurred during the SSL handshake: invalid SSL session
The Jenkinsfile is:
timestamps {
node('brhel8') {
p4sync credential: 'xxx.prod', populate: autoClean(delete: true), source: streamSource('//scratch_stream/main')
}
}
Attachments
Issue Links
- is caused by
-
JENKINS-60363 Include TLSv1.2 instruction in P4-Plugin Doc
-
- Closed
-
We were able to get this to work by running the following command on the agent:
Found in RHEL8 documentation
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/security_considerations-in-adopting-rhel-8#tls-v10-v11_security