Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Add Java Cacert
  2.  
  3. Use the preceeding script when you get
  4.  
  5. ~~~
  6. SSLHandshakeException javax.net.ssl.SSLHandshakeException: General SSLEngine problem
  7. ~~~
  8.  
  9. You generally need to add the certificate for the website you want to add.
  10.  
  11. ~~~
  12. add-java-cert.sh my.website.org
  13. ~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement