Been a while :) If I remember correctly, I visited the site using my browser and used it to extract the public cert. Then, using keytool, I imported said cert (ie. file exported on disk), into my Java keystore using commands found here: https://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html
HTH On Friday, 27 May 2016 11:18:51 UTC-3, Kaya TC wrote: > > I´d be happy if you guys could provide more info on this, i have installed > keytool on eclipse etc. but still dont have a right clue what to do > afterwards > > Am Donnerstag, 16. Oktober 2014 20:34:09 UTC+2 schrieb Dan: >> >> It works now. >> >> I simply added my cert into the JRE keystore and rebooted Eclipse. >> >> On Thu, Oct 16, 2014 at 9:27 AM, Shai Almog <[email protected]> wrote: >> >>> Assuming this doesn't help: >>> >>> https://groups.google.com/forum/#!searchin/codenameone-discussions/SSLHandshakeException/codenameone-discussions/GkJrNv9DO9k/TYIPeMeFvt0J >>> >>> >>> Take a look here: >>> >>> http://stackoverflow.com/questions/9828414/receiving-sslhandshakeexception-handshake-failure-despite-my-client-ignoring-al >>> >>> There are several suggestions for properties you can pass to the JVM to >>> workaround this, you can use the -D command line argument to pass System >>> properties to the JVM. >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "CodenameOne Discussions" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/codenameone-discussions/_SMs4jrGubg/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> Visit this group at >>> http://groups.google.com/group/codenameone-discussions. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/codenameone-discussions/95718775-32ef-411d-aaa0-840de3399325%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/codenameone-discussions/95718775-32ef-411d-aaa0-840de3399325%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/ef0bb049-4f23-4f7a-ac4e-66d5041178fe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
