Jump to content

trx

Members
  • Posts

    18
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by trx

  1. You might need to specify a valid selector (basically the way you tell the plugin what branch in which repository from which server you want to pull) example (from the plugin page): repository "myRepo@my.plasticscm.server.com:8087" path "/" smartbranch "/main/scm1773" The credentials is a safe way to save your login credentials in jenkins, so you don't need to fill it in plaintext there. (see: https://github.com/jenkinsci/credentials-plugin/blob/master/docs/user.adoc)
  2. well it probably answers my question so I assume for: cm repo list and cm repo create there are no such options? best, Fabian
  3. is there a way to directly use a cm function including username & password of a repository? so pass the username and password as parameter directly? like: cm repo list RepoName:8088 username:password
  4. Unfortunately it didn't fix my problem. We use currently an let's Encrypt certificate that will be updated regularly. The issue started probably since the last update, but unfortunately we also updated the PlasticSCM server in that go Thanks
  5. Hi, Since a recent PlaticSCM server update, we are not able to connect with our Linux Clients to the self hosted Team Edition Server. All the Windows Clients work perfectly only Linux Clients are affected (tested on multiple machines) a cm repository returns: Error: The remote certificate was rejected by the provided RemoteCertificateValidationCallback. Log output is: 2021-10-01 14:14:38,972 user INFO Channel - Rejected certificate validation info: Sender: Certificate: SHA1: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX MD5: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Subject: CN=our.domain.name Issuer: CN=R3, O=Let's Encrypt, C=US Expiration: 11/29/2021 7:44:23 AM Version: 3 Chain: Policy: Revocation mode: NoCheck Revocation flags: ExcludeRoot Verification flags: NoFlag Verification time: 10/1/2021 2:14:38 PM SslPolicyErrors: RemoteCertificateChainErrors 2021-10-01 14:14:38,975 user DEBUG ConnectClientSsl - Connect exception: System.IO.IOException. Message: The authentication or decryption has failed. 2021-10-01 14:14:38,975 user ERROR PlasticPipe - Error happened trying to SSL to ssl://our.domain.name:8088. The authentication or decryption has failed. 2021-10-01 14:14:38,976 user ERROR PlasticPipe - Failed to negotiate remoting SSL with ssl://our.domain.name:8088. Will try starting a TCP connection then switching to SSL 2021-10-01 14:14:38,976 user DEBUG Channel - Purging connection to ssl://our.domain.name:8088 2021-10-01 14:14:38,990 user DEBUG ConnectionCreator - Create connection to ssl://our.domain.name:8088 took 13 ms seems like a certficiate ChainError, but it worked till the recent update. Thanks Fabian
×
×
  • Create New...