You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to use a nexus repository via reverse proxy with client certificate authentication.
Gradle is able to fetch artifacts from the repository, after configuring ssl certificates in the gradle.properties file.
With the refreshVersion plugin it also works if there is a version already entered in the versions.properties file.
But refreshVersions is not able to fetch anything from the repository to create or update the version.properties file.
⚠️ Current behavior
RefreshVersions can't connect to the repository although the ssl configuration is made in the gradle.properties file.
We get this error: ## failed to check repo https://nexus.company.com/repository/repo-release/ Cause: network or server issue (class javax.net.ssl.SSLHandshakeException Received fatal alert: handshake_failure)
✅ Expected behavior
RefreshVersions uses the ssl configuration of the gradle.properties file to connect to the repository
💣 Steps to reproduce
Difficult. You need a reverse proxy with client authentication configured.
I tested again and put the key information both into th gradle.properties and as parameters (-D...) in the command line. Still nothing works
Is there anything else I could test? I really like this plugin, but at the moment it seems we can't use it anymore.
🐛 Describe the bug
We try to use a nexus repository via reverse proxy with client certificate authentication.
Gradle is able to fetch artifacts from the repository, after configuring ssl certificates in the gradle.properties file.
With the refreshVersion plugin it also works if there is a version already entered in the versions.properties file.
But refreshVersions is not able to fetch anything from the repository to create or update the version.properties file.
RefreshVersions can't connect to the repository although the ssl configuration is made in the gradle.properties file.
We get this error:
## failed to check repo https://nexus.company.com/repository/repo-release/ Cause: network or server issue (class javax.net.ssl.SSLHandshakeException Received fatal alert: handshake_failure)
✅ Expected behavior
RefreshVersions uses the ssl configuration of the gradle.properties file to connect to the repository
💣 Steps to reproduce
Difficult. You need a reverse proxy with client authentication configured.
📱 Tech info
The text was updated successfully, but these errors were encountered: