Did you do any other steps? i can see the keystore.jks in keytool on eclipse after opening it and typing password, but i still cant do a https connection.
Did it as you said, downloaded the cert from my site, used this command on command line: "keytool -import -trustcacerts -alias *mydomain* -file *mydomain.crt* -keystore *keystore.jks"* Am Freitag, 27. Mai 2016 16:26:14 UTC+2 schrieb Dan: > > 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/666b1c69-c447-4503-a4b5-4ac4e495a5a4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
