[Building Sakai] Chrome 30 and HTTP

Joshua Swink jswink at ucmerced.edu
Fri Oct 4 12:40:02 PDT 2013


Just as a data point, at UC Merced we have the following setup that's
working properly with Google Chrome 30.0.1599.66.

Sakai 2.9.2
Apache Tomcat 7.0.42

The front end is https, and each Tomcat communicates with the load balancer
via http on port 8080. The following settings in the http connector were
sufficient to get Sakai to produce https URLs in all cases:

proxyPort="443" scheme="https" secure="true"

We do not use "sakai.force.url.secure=true" in our sakai.properties.

Josh




On Thu, Oct 3, 2013 at 7:39 PM, Matt Clare <Matt.Clare at brocku.ca> wrote:

> Hi Sakai-dev,
>
>         Have others seen issues with Chrome 30 (shipped yesterday), and
> HTTPS instances of Sakai and pages being blocked because the Sakai tool
> directed the user/Chrome to an HTTP link, not an HTTPS link?  All HTTPS
> proxy'ed/balence'd systems send an HTTP header to switch back to HTTPS in
> these instances, but Chrome 30 apparently deems this insufficient.
>
>         At Brock University we've noted this in our production 2.8 system
> in the Chat Room, Media Gallery, Section Info, Statistics tools and parts
> of Greadbook and Resources.
>
>         Grep'ing 2.8's source and 2.9.3's source there seems to be a
> number of hard-coded http://${server}/portal/tool/${tool_path}/overview.jsf
> type strings/URLs (less in 2.9.3) .  This would appear to be the cause of
> this issue (that and an over-zerlous Chrome team and the NSA).
>
>         My interpretation would be that there is no need for these type of
> URLs, either
>         /portal/tool/${tool_path}/overview.jsf
>         or
>         //${server}/portal/tool/${tool_path}/overview.jsf
>         would appear to be sufficient.
>
>         I'm interested if others are experiencing this issue with Chrome
> 30, what solutions they may have, and if my interpretation is accurate.
>
>         Thanks for your attention,
>
> .\.\att
>
>   ::  Matt Clare
> Manager, eLearning
>   Centre for Pedagogical Innovation
> Part-time Instructor
>   Interactive Arts and Sciences
> Brock University, Niagara Region, Ontario, Canada
> http://brocku.ca/pedagogical-innovation    905 688 5550 xt 4539   Office:
> SBH321
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20131004/e4a6fbe1/attachment.html 


More information about the sakai-dev mailing list