SSL

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SSL

clemens.harder
Hi all,

I have ops running on tomcat 5.5. I made the configuration for using SSL HTTP 1.1 following "SSL Configuration HOW-TO" of tomcat 5.5.
Now I can use my ops-app like https://localhost:8443/ops/dvz-formserv.

Question:
1. Is everything in ops using https (Processors, Submission, Validation)?
2. I am using an xforms:upload with an upload pipeline like the ops upload example. Is upload in https? Or do I have to make explicite changes?

Thanks
Clemens



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: SSL

Alessandro  Vernet
Administrator
Hi Clemens,

With this setup, everything should go through SSL. If you see anything
hitting the server on port 80, then there is a bug.

Alex

On 3/9/06, [hidden email] <[hidden email]> wrote:

> Hi all,
>
> I have ops running on tomcat 5.5. I made the configuration for using SSL HTTP 1.1 following "SSL Configuration HOW-TO" of tomcat 5.5.
> Now I can use my ops-app like https://localhost:8443/ops/dvz-formserv.
>
> Question:
> 1. Is everything in ops using https (Processors, Submission, Validation)?
> 2. I am using an xforms:upload with an upload pipeline like the ops upload example. Is upload in https? Or do I have to make explicite changes?
>
> Thanks
> Clemens
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>

--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: SSL

Erik Bruchez
Administrator
In reply to this post by clemens.harder
[hidden email] wrote:
 > Hi all,
 >
 > I have ops running on tomcat 5.5. I made the configuration for using
SSL HTTP 1.1 following "SSL Configuration HOW-TO" of tomcat 5.5.
 > Now I can use my ops-app like https://localhost:8443/ops/dvz-formserv.
 >
 > Question:
 > 1. Is everything in ops using https (Processors, Submission, Validation)?

XForms submission should use HTTPS since they are relative to an HTTPS
URL, unless you explicitly submit to "http://...".

For processors and validation, I am not sure what you are referring
to, as those usually don't require HTTP or HTTPS.

 > 2. I am using an xforms:upload with an upload pipeline like the ops
upload example. Is upload in https? Or do I have to make explicite changes?

Upload should also go through HTTPS, yes, and so should all the calls
to the XForms server from a page loaded with HTTPS.

-Erik




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws