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
At my work, secops uses SSL packet inspection - all machines (browsers) had to have an internal certificate installed in order to be able to get to secure websites.
Specifically in Maven, I have to pass in -Djavax.net.ssl.trustStore=trust.jks -Djavax.net.ssl.trustStorePassword=pass in order to get Maven to download dependencies from secure sites. The easy way to do this is to specify it in $HOME/.mavenrc.
selenium-standalone-server-plugin ignores the above Maven options, and there is no way for me to pass this into the plugin. The resulting error is:
[ERROR] Failed to execute goal com.lazerycode.selenium:driver-binary-downloader-maven-plugin:1.0.16:selenium (default) on project integrationtests: Failed to download all of the standalone executables: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
The text was updated successfully, but these errors were encountered:
At my work, secops uses SSL packet inspection - all machines (browsers) had to have an internal certificate installed in order to be able to get to secure websites.
Specifically in Maven, I have to pass in
-Djavax.net.ssl.trustStore=trust.jks -Djavax.net.ssl.trustStorePassword=pass
in order to get Maven to download dependencies from secure sites. The easy way to do this is to specify it in$HOME/.mavenrc
.selenium-standalone-server-plugin ignores the above Maven options, and there is no way for me to pass this into the plugin. The resulting error is:
The text was updated successfully, but these errors were encountered: