SSL does not work with DSA key1


Added by Dexter Ang, last edited by Dexter Ang on Feb 18, 2008  (view change)

Labels

 
(None)
Contact the core Jetty developers at www.webtide.com
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery

When generating a key pair and certificate that uses DSA as key algorithm, it produces an error "Could not establish an encrypted connection because certificate presented by localhost has an invalid signature.". The solution to this problem is use RSA for key algorithm.

See more details in JETTY-484.