<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite">Seaside itself is no webserver, it can not do https. These settings<br>are only for the urls generated by Seaside, eg. the &lt;a href="" stuff<br>in the html. They do not affed the web server in any way. You'd need<br>them for example if you run Seaside behind some proxies for example.</blockquote><div><br class="webkit-block-placeholder"></div>I understand. But precisely those seem to give me problems.</div><div>My current guess is that Seaside always generates http:// even if the original request came in as <a href="https://">https://</a></div><div>But I am really a newbie in this, I will poke around in the code and get a better uderstanding before bugging people more :)</div><div><br class="webkit-block-placeholder"></div><div><blockquote type="cite"><font class="Apple-style-span" color="#000000"><br class="webkit-block-placeholder"></font></blockquote><blockquote type="cite">IMHO using a reverse proxy is the way to go. Most people use Apache so<br>you'll naturally find most information about it. However since you<br>already have a webserver (IIS) installed, I'd rather use this one as a<br>reverse proxy than install an other one.</blockquote><br>Yes, I had read about that as well.</div><div>And I had found comments similar to what Ramon posted in his reply ;)</div><div>And I had looked through the IIS configuration pages.&nbsp;</div><div>From my googling and poking around it seems that IIS is not a proxy server. You need to have ISA installed to get that. And ISA got too interfering with the access for my local clients, so I uninstalled it again.</div><div><br class="webkit-block-placeholder"></div><div>I just prefer to have as simple a server setup as possible, so I rather won't mess with adding apache on top of IIS. From what I understand stunnel is giving me what I need in regards to security. If I can figure out how to have seaside leave the https intact when generating URLs I thik I am set. And I might even not be the only one who would like that, I can imagine other people would like to be able to do a simple secure seaside configuration for their little home networks as well.</div><div><br class="webkit-block-placeholder"></div><div>I found a post on the seaside pages that looked interesting:</div><div>In the FAQ is a entry about "How do I get the requester's IP address?".</div><div>(&nbsp;<a href="http://seaside.st/documentation/faq/how-to?19&amp;_k=FegBxlIo&amp;_n&amp;_s=ZXlrxaHcwGoLGZTZ#59795473">http://seaside.st/documentation/faq/how-to?19&amp;_k=FegBxlIo&amp;_n&amp;_s=ZXlrxaHcwGoLGZTZ#59795473</a>&nbsp;)</div><div>That apears to me a good starting point to find what seaside knows about incoming requests, right?</div><div>And this means that the actual web servers in front of seaside are Korn, Swazoo or WebKit, right?</div><div><br class="webkit-block-placeholder"></div><div>Thanks for your answer!</div><div>- Rainer</div><div><br><blockquote type="cite"><br><br>Cheers<br>Philippe<br><br><blockquote type="cite">So here are my questions:<br></blockquote><blockquote type="cite">- Is there a "configuration how to" that I missed when browsing the<br></blockquote><blockquote type="cite">site?<br></blockquote><blockquote type="cite">- Or is there a way to actually search the previous posts about<br></blockquote><blockquote type="cite">seaside (I can read the archives, but I haven't figured out how to<br></blockquote><blockquote type="cite">search with gmane or pipermail.<br></blockquote><blockquote type="cite">- Or can somebody tell me the little trick that I need to achive what<br></blockquote><blockquote type="cite">I want (I hope my post is not too convoluted, I am not a native eglish<br></blockquote><blockquote type="cite">speaker and may be put too much information in this).<br></blockquote><blockquote type="cite">- Or can somebody give me a hint where to look for the URL generation<br></blockquote><blockquote type="cite">in the code. I haven't searched yet as I am still trying to grasp<br></blockquote><blockquote type="cite">basics of Pier and some more of Squeak itself.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Best Regards<br></blockquote><blockquote type="cite">Rainer Keller<br></blockquote><blockquote type="cite">- in search for the ultimate software platform to replace my index<br></blockquote><blockquote type="cite">cards with...<br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">seaside mailing list<br></blockquote><blockquote type="cite"><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br></blockquote><blockquote type="cite"><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote><blockquote type="cite"><br></blockquote>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></body></html>