[
https://issues.apache.org/jira/browse/FALCON-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srikanth Sundarrajan updated FALCON-229:
----------------------------------------
Attachment: FALCON-229-v4.patch
Tests did pass for me multiple times before uploading the patch. From the
failures you are seeing I see that there are read timeouts, so increasing the
timeout in TestContext. That should fix it.
{code}
- client.setReadTimeout(5000);
+ client.setReadTimeout(500000);
{code}
> Enable SSL for Falcon REST API
> ------------------------------
>
> Key: FALCON-229
> URL: https://issues.apache.org/jira/browse/FALCON-229
> Project: Falcon
> Issue Type: Sub-task
> Affects Versions: 0.5
> Reporter: Venkatesh Seetharam
> Assignee: Srikanth Sundarrajan
> Priority: Blocker
> Labels: security
> Fix For: 0.5
>
> Attachments: FALCON-229-v2.patch, FALCON-229-v3.patch,
> FALCON-229-v4.patch, FALCON-229.patch
>
>
> Good to have but not in the first iteration.
--
This message was sent by Atlassian JIRA
(v6.2#6252)