Hi Raj,
Thanks for looking at this. I'm afraid I still get the error stack
shown below on our production server. I will also try again from a
development machine and see if I still get the same result. I'll let
you know how this goes.
Out of interest, the error is apparently related to SSL certificates.
Is there any explicit code related to certificates in the J4SC code
base?
Regards,
Neil
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at
com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(Unkno
wn Source)
at org.apache.http.conn.ssl.AbstractVerifier.verify
(AbstractVerifier.jav
a:129)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket
(SSLSocketFact
ory.java:326)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnect
ion(DefaultClientConnectionOperator.java:129)
at org.apache.http.impl.conn.AbstractPoolEntry.open
(AbstractPoolEntry.ja
va:164)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open
(AbstractPool
edConnAdapter.java:119)
at org.apache.http.impl.client.DefaultRequestDirector.execute
(DefaultReq
uestDirector.java:349)
at org.apache.http.impl.client.AbstractHttpClient.execute
(AbstractHttpCl
ient.java:555)
at org.apache.http.impl.client.AbstractHttpClient.execute
(AbstractHttpCl
ient.java:487)
at org.apache.http.impl.client.AbstractHttpClient.execute
(AbstractHttpCl
ient.java:465)
at com.googlecode.j4sc.service.Service.executeHttpMethod
(Service.java:17
1)
at com.googlecode.j4sc.service.Service.submit(Service.java:
136)
Regards,
Neil
> Just tried live service and is working for me
>
> Any luck your end?
>
> Raj
>
> 2009/10/26 Raj Patel <
rajneeshpa...@gmail.com>
>
>
>
>
>
> > Hi Neil
>
> > Will have to look into this tomorrow. Will try the live service with real
> > audio using the existing functional test.
>
> > Regards
>
> > Raj
>
> > 2009/10/26 nec <
neil.cro...@gmail.com>