You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Karishma Gulati (JIRA)" <ji...@apache.org> on 2014/04/30 13:10:16 UTC

[jira] [Comment Edited] (FALCON-229) Enable SSL for Falcon REST API

    [ https://issues.apache.org/jira/browse/FALCON-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985367#comment-13985367 ] 

Karishma Gulati edited comment on FALCON-229 at 4/30/14 11:09 AM:
------------------------------------------------------------------

So, was finally able to perform the test, with the help of [~satish.mittal]. 

The error disappeared, but the following measures had to be taken:

A URL such as http://localhost:15443/ does not work when given as an endpoint in prism's runtime.properties. (This shouldn't happen, as the default URL provided as an example in runtime.properties is exactly in this format). 
a)http doesnt work. Should be https.
b)the port number cannot be succeeded by a /
Hence, https://localhost:15443 would work. 

Again, distributed mode doesn't work when prism and server are started from a single location. Works when the prism and server stores are separated. 

Shall file new jiras related to these issues and attach the logs there. 


was (Author: karishmag9):
So, was finally able to perform the test, with the help of [~satish.mittal]. 

The error disappeared, but the following measures had to be taken:

A URL such as http://localhost:15443 does not work when given as an endpoint in prism's runtime.properties. 
a)http doesnt work. Should be https.
b)the port cannot be succeeded by a /
Hence, https://localhost:15443 would work. 

Again, distributed mode doesn't work when prism and server are started from the same location. 

Shall file new jiras related to these issues and attach the logs there. 

> 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: 16000_15000.txt, FALCON-229-v2.patch, FALCON-229-v3.patch, FALCON-229-v4.patch, FALCON-229.patch, falcon-229-16443-15443.txt
>
>
> Good to have but not in the first iteration.



--
This message was sent by Atlassian JIRA
(v6.2#6252)