AFAIK, HTTPSource doesn't support HTTPS. HTTP Source uses embedded jetty, so it would extending HTTP source to add SSL configuration for this.
This link should help http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/examples/embedded/src/main/java/org/eclipse/jetty/embedded/ManyConnectors.java It should be just few lines of code change. Please note I am referring to source code in master branch. On Thu, Jun 20, 2013 at 1:40 AM, shushuai zhu <[email protected]> wrote: > Hi, > > I am using HTTP to transfer data from remote machine to HTTPSource of > Flume agent (the flume conf. file looks like below). Is HTTPS supported? > Anyone has examples to use HTTPS to transfer the data? > > agent1.sources = r1 > agent1.sources.r1.type = org.apache.flume.source.http.HTTPSource > agent1.sources.r1.port = 41415 > agent1.sources.r1.channels = ch1 > agent1.sources.r1.handler = org.apache.flume.source.http.JSONHandler > Thanks. > > Shushuai > > -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal
