Still having (likely user error) issues with SSL. I generate my keystore thus:
/share/jdk1.8/bin/keytool -genkey -noprompt -alias jetty -dname "CN=my.cn, OU=my.ou, O=my.o, L=my.l, S=my.s, C=my.c" -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -validity 10000 -keystore /home/webserver/etc/keystore -storepass uE9RVnqAXAh -keypass uE9RVnqAXAh I run jetty 9.4.8 with java 1.8 and the keystore. I visit https:/myhost:8443/ using Firefox 52.4.0 (64-bit) and my windows displays: Secure Connection Failed Error code: SSL_ERROR_NO_CYPHER_OVERLAP Thanks for your advise. Lou. On Mon, Mar 12, 2018 at 2:03 AM, Greg Wilkins <[email protected]> wrote: > Any jetty.keystore.password is not set anywhere? if it is set, is it set > to your password? > Try hard coding it in the XML to debug before playing with parameters. > > cheers > > > On 11 March 2018 at 06:48, Lou DeGenaro <[email protected]> wrote: > >> yep. >> >> On Sat, Mar 10, 2018 at 12:59 PM, John English <[email protected]> >> wrote: >> >>> On 10/03/2018 16:15, Lou DeGenaro wrote: >>> >>>> <Set name="KeyStorePassword"><Property name="jetty.keystore.password" >>>> default="my-password"/></Set> >>>> <Set name="TrustStorePassword"><Property name="jetty.truststore.password" >>>> default="my-password"/></Set> >>>> >>> >>> The keystore password and truststore password are really the same? Are >>> you sure? >>> >>> -- >>> John English >>> _______________________________________________ >>> jetty-users mailing list >>> [email protected] >>> To change your delivery options, retrieve your password, or unsubscribe >>> from this list, visit >>> https://dev.eclipse.org/mailman/listinfo/jetty-users >>> >> >> >> _______________________________________________ >> jetty-users mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > > > > -- > Greg Wilkins <[email protected]> CTO http://webtide.com > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
