I encounter the following error when trying to test the connection to GitLab:
Client error: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException:
I am using Jenkins as a snap from Ubuntu Software Center on my localhost and running oracles java 8 jre.
I added my ssh-key and the api-token under credentials:
Whenever I want to test the connection the following error is displayed:
I already tried to update-ca-certificates
and use the open jdk but the error still remains.