Hi Everyone,
I am having some trouble with HTTPS in a development environment. I have installed a self signed ssl certificate (into tomcat webserver - configured with ssl listener on port 8443) and have been trying to perform a submit from XForms: <xforms:submission id="test-submission" reference="queries" replace="instance" instance="resultList" method="post" validate="false" resource="https://localhost:8443/rest/ws/endpoint"/> I simply get a submission error with no meaningful diagnostics (that I can find) I am assuming the request does not find a valid certificate. Are there any tricks etc to using SSL with Orbeon? - Above works fine with http://localhost:8080... Any help appreciated, Cheers, Franco -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Franco,
Is there anything useful in orbeon.log? Java does not like self-signed certificates, see this thread: http://orbeon-forms-ops-users.24843.n4.nabble.com/SSL-help-td44269.html#a44273 Best wishes, Tom |
I faced the same problem. I fixed it by importing the certificate in a keystore (trust store)and then it worked.
GS
On Tue, Jul 27, 2010 at 5:50 AM, Tom Grahame <[hidden email]> wrote:
-- Gaurav Shah Born to make the Difference http://khantu.spaces.msn.com --------------------------------------------- The weak can never forgive. Forgiveness is the attribute of the strong. ''Mahatma Gandhi'' -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by Tom Grahame
Thanks Tom, Gaurav,
- thread was right on. Works fine now. Very much appreciated, thanks again, Franco On 27/07/2010, at 8:50 PM, Tom Grahame wrote: > > Franco, > > Is there anything useful in orbeon.log? > > Java does not like self-signed certificates, see this thread: > > http://orbeon-forms-ops-users.24843.n4.nabble.com/SSL-help-td44269.html#a44273 > http://orbeon-forms-ops-users.24843.n4.nabble.com/SSL-help-td44269.html#a44273 > > Best wishes, > > Tom > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/http-issue-tp2303123p2303432.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |