[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Jessie-discuss] Re: please help me.
From: |
Casey Marshall |
Subject: |
[Jessie-discuss] Re: please help me. |
Date: |
Tue, 19 Sep 2006 16:44:07 -0700 |
User-agent: |
Thunderbird 1.5.0.7 (Macintosh/20060909) |
Haoyang Lin wrote:
> *got the errors at the testclient:*
>
> javax.net.ssl.SSLPeerUnverifiedException: could not verify peer
> certificate:
> C=US,ST=CA,L=City,CN=localhost,address@hidden
> <mailto:address@hidden>
>
You need to set up a trusted key store that contains the certificate
that signed the server certificate you are using.
Alternatively, you can set the security property
"jessie.certificate.handler" to
"org.metastatic.jessie.ConsoleCertificateHandler". That will make jessie
ask you if it is OK to connect to a sever that presented an unverifiable
certificate.