Have you tried to debug locally in Eclipse, using the Java SE edition? In
version 2.1 you should get additional debug information by looking at the
getResponse().getStatus() object. It should embed the underlying exception.

Otherwise, could you package a small project reproducing the issue? That
will be easier for us to debug.

Jerome


2013/5/6 Alex <alexdim...@yahoo.gr>

> This doesn't have the desired result either. :/
>
> br,
> Alex
>
> On 6 Μαϊ 2013, at 6:08 μ.μ., "Jerome Louvel-3 [via Restlet Discuss]" <[hidden
> email] <http://user/SendEmail.jtp?type=node&node=7578783&i=0>> wrote:
>
> Alex;
>
> You to put the connector in the first postion doing this:
>
> Engine.getInstance().getRegisteredClients().add(*0, *new
> org.restlet.ext.net.HttpClientHelper(null));
>
> Best regards,
> Jerome
>
>
>
> 2013/5/6 Alex <<a
> href="x-msg://616/user/SendEmail.jtp?type=node&amp;node=7578782&amp;i=0"
> target="_top" rel="nofollow" link="external">[hidden email]>
>
> Hello Jerome,
>>
>> thanks a lot for responding.
>>
>> If gaving the org.restlet.ext.net.jar on your classpath is enough, then
>> I've
>> already done what you're suggesting. As I stated on my first post, I'm not
>> using the internal http connector, but instead the apache httpclient.
>>
>> In any case, I've even explicitly created the ClientResource calling the
>> external http connector
>> (Engine.getInstance().getRegisteredClients().add(new
>> org.restlet.ext.net.HttpClientHelper(null));), but I'm still getting the
>> 1001 error.
>>
>>
>>
>> --
>> View this message in context:
>> http://restlet-discuss.1400322.n2.nabble.com/Android-client-Restlet-2-0-15-cannot-connect-with-HTTPS-SSL-recoverable-error-1001-tp7578771p7578781.html
>> Sent from the Restlet Discuss mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------
>>
>> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3054979
>>
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://restlet-discuss.1400322.n2.nabble.com/Android-client-Restlet-2-0-15-cannot-connect-with-HTTPS-SSL-recoverable-error-1001-tp7578771p7578782.html
>  To unsubscribe from Android client - Restlet 2.0.15 - cannot connect with
> HTTPS/SSL - recoverable error 1001, click here.
> NAML<http://restlet-discuss.1400322.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
>
> ------------------------------
> View this message in context: Re: Android client - Restlet 2.0.15 -
> cannot connect with HTTPS/SSL - recoverable error 
> 1001<http://restlet-discuss.1400322.n2.nabble.com/Android-client-Restlet-2-0-15-cannot-connect-with-HTTPS-SSL-recoverable-error-1001-tp7578771p7578783.html>
>
> Sent from the Restlet Discuss mailing list 
> archive<http://restlet-discuss.1400322.n2.nabble.com/>at Nabble.com.
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3054988

Reply via email to