<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] Seaside 2.8 and Apache</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Oh no no, seaside itself doesn't do ssl, apache does. You just proxy non-ssl app, but it needs to know what URLs to present to the outside world.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside Mailinglist &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Wed Nov 14 05:12:18 2007<BR>
Subject: Re: [Seaside] Seaside 2.8 and Apache<BR>
<BR>
Interesting. Why wasn't this needed in Seaside 2.7 ?<BR>
<BR>
At any rate, it doesn't work. I get &quot;500 Internal Server Error&quot;.<BR>
<BR>
In Seaside config, I set Server Port and Server Protocol. I found I also had to modify the httpd.conf so that<BR>
<BR>
<A HREF="http://localhost:9090/seaside/fred">http://localhost:9090/seaside/fred</A><BR>
<BR>
becomes<BR>
<BR>
<A HREF="https://localhost:9090/seaside/fred">https://localhost:9090/seaside/fred</A><BR>
<BR>
But then I got Internal Server Error. So I went back to Seaside config and set<BR>
<BR>
Resource Base Url -&gt; /var/www/ssl<BR>
Server Hostname -&gt; www.goodsexnetwork.com<BR>
Server Path -&gt; /home/richard/seaside (yes, this is where my Seaside image resides)<BR>
<BR>
I have no idea whether these are the expected settings.<BR>
<BR>
Anyway, it didn't fix the problem. I still have Internal Server Error.<BR>
<BR>
Regards,<BR>
Richard<BR>
<BR>
--------------<BR>
And #serverPort to 443.<BR>
<BR>
Cheers<BR>
<BR>
Liliana<BR>
<BR>
<BR>
<BR>
From: Boris Popov [<A HREF="mailto:boris">mailto:boris</A> at deepcovelabs.com]<BR>
Sent: 14 November 2007 09:02 AM<BR>
To: seaside at lists.squeakfoundation.org<BR>
Subject: Re: [Seaside] Seaside 2.8 and Apache2<BR>
<BR>
<BR>
<BR>
Seaside needs to know that its hosted behind ssl, did you set the #serverProtocol to be #https?<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
<BR>
_______________________________________________<BR>
seaside mailing list<BR>
seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>