Search Unity

[SOLVED] UCB and Perforce issue.

Discussion in 'Unity Build Automation' started by dlundqvist, Mar 1, 2017.

  1. dlundqvist

    dlundqvist

    Joined:
    Mar 1, 2017
    Posts:
    3
    Hi,

    I just now created a test project and setup UCB for it. Have done a couple of builds and all fails with following error:

    1: P4: Unable to connect: com.perforce.p4java.exception.ConnectionException: Error occurred during the SSL handshake: invalid SSL session
    2: P4: Server connection error: <server>:1666
    3: ERROR: P4: Abort, no server connection.
    4: Finished: FAILURE

    On the server I see the following:
    Date 2017/03/01 22:12:59:
    Pid 6671
    Connection from <ip>:43032 broken.
    ssl handshake: error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher: Success

    Server is P4D/LINUX26X86_64/2016.2/1468155 (2016/11/28).

    I see these every now and then:
    Perforce server info:
    2017/03/01 22:43:57 pid 8555 <user>@<host> <ip> [p4/2014.1/LINUX26X86_64/821990] 'user-login -a -p'

    Perforce server info:
    2017/03/01 22:44:00 pid 8560 user>@<host> <ip> [p4/2014.1/LINUX26X86_64/821990] 'user-changes -s submitted -m 1 <depot path>/...'

    So, it seems that the periodic checks works fine, but the actual build process use a too old, I assume, SSL/TLS.

    Is this a known issue? What can I do to fix this?
     
  2. SophiaC

    SophiaC

    Joined:
    Sep 6, 2016
    Posts:
    238
    Hello,

    Please PM me a link to your build

    - Sophia
     
  3. dlundqvist

    dlundqvist

    Joined:
    Mar 1, 2017
    Posts:
    3
    This is now solved, thanks.