[Building Sakai] ssl for webservices?

Sam Ottenhoff ottenhoff at longsight.com
Tue Jun 11 20:09:16 PDT 2013


HTTPS requires setup as it depends on a trust relationship from the browser
to certificate authorities to granted certificates.  I would recommend
setting up HTTPS using a front-end load-balancer/proxy.  The most common
one is Apache HTTPD.


On Tue, Jun 11, 2013 at 11:01 PM, Gregory Guthrie <guthrie at mum.edu> wrote:

> Thanks, but we do not have any load-balancing setup for our local server.*
> ***
>
> ** **
>
> If I just try a simple local REST query  ( http://mysite/direct/site.xml) it works, but changing to https fails. (“Firefox cannot establish a
> connection to the server”)****
>
> ** **
>
> I noticed that the https connector was not enabled in server.xml, so I
> uncommented that, but then it fails on startup – apparently there is more
> required for SSL setup (need to create a keystore, etc.).****
>
> ** **
>
> Am I missing something here? :-)****
>
> ** **
>
> -------------------------------------------
> *From:* Sam Ottenhoff [mailto:ottenhoff at longsight.com]
>
> Web services over HTTPS should work fine.  Any issues are probably a sign
> of a mis-configured load balancer setup where Tomcat believes it is
> operating over HTTP not HTTPS.****
>
> On Tue, Jun 11, 2013 at 9:20 AM, Gregory Guthrie <guthrie at mum.edu> wrote:*
> ***
>
> I found that using the examples of webservice logins (from Python) that I
> had to change it from HTTPS to HTTP, and then it all worked fine.****
>
>  Is there any simple or standard way to enable SSL remote usage of the
> webservices, especially for authentication like this?****
>
> (Or should it have worked “out of the box”?)****
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130611/46639fc0/attachment.html 


More information about the sakai-dev mailing list