[
https://issues.jboss.org/browse/ARQ-1370?page=com.atlassian.jira.plugin.s...
]
Oliver Bock edited comment on ARQ-1370 at 4/5/13 4:00 PM:
----------------------------------------------------------
Some workarounds in case you run into the following SSL-related exceptions:
* {{sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid
certification path to requested target}}
** add {{-Djavax.net.ssl.trustStore=/path/to/local/keystore}} (default: {{~/.keystore}})
to the client VM
* {{java.security.cert.CertificateException: No subject alternative names present}}
** recreate your keystore adding a Subject Alternative Name (SAN) by adding this argument
to keytool: {{\-ext san=ip:0.0.0.0}}\\(the IP can be found in {{standalone.xml}} at
{{interfaces/interface[@name="public"]/inet-address}})
_Note: both exceptions should vanish as soon as this issue is resolved and the workarounds
should become unnecessary._
was (Author: brevilo):
Some workarounds in case you run into the following SSL-related exceptions:
* {{sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid
certification path to requested target}}
** add {{-Djavax.net.ssl.trustStore=/path/to/local/keystore}} (default: {{~/.keystore}})
to the client VM
* {{java.security.cert.CertificateException: No subject alternative names present}}
** recreate your keystore adding a SAN or Subject Alternative Name by adding this argument
to keytool: {{\-ext san=ip:0.0.0.0}}\\(the IP can be found in {{standalone.xml}} at
{{interfaces/interface[@name="public"]/inet-address}})
_Note: both exceptions should vanish as soon as this issue is resolved and the workarounds
should become unnecessary._
Warp: support SSL for CommandService using untrusted communication
------------------------------------------------------------------
Key: ARQ-1370
URL:
https://issues.jboss.org/browse/ARQ-1370
Project: Arquillian
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha3
Reporter: Lukáš Fryč
We can make use of HTTP client which will automatically trust SSL endpoint.
http://stackoverflow.com/questions/2703161/how-to-ignore-ssl-certificate-...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira