I have added the cert, still getting the same issue
keytool -exportcert -keystore client.localhost.keystore -storetype pkcs12
-storepass client -alias client.localhost -keypass client -file
client.localhost.cer
keytool -import -noprompt -file client.localhost.cer -alias client.localhost
-keystore
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre/lib/security/cacerts
-storepass changeit -keypass client
Tried this as well:
<system-properties>
<property name="javax.net.ssl.trustStore"
value="/home/wildfly-8.1.0.Final/standalone/configuration/certs/client.localhost.truststore"/>
<property name="javax.net.ssl.trustStorePassword"
value="client"/>
</system-properties>
--
View this message in context:
http://aerogear-dev.1069024.n5.nabble.com/Unable-to-resolve-realm-public-...
Sent from the aerogear-dev mailing list archive at
Nabble.com.