<div dir="ltr"><div class="gmail_quote">On Wed, Jun 15, 2011 at 18:01, Rainer Stratmann <span dir="ltr"><<a href="mailto:RainerStratmann@t-online.de">RainerStratmann@t-online.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Am Wednesday 15 June 2011 16:42:16 schrieb ik:<br>
<div class="im">> On Wed, Jun 15, 2011 at 17:32, Rainer Stratmann<br>
> <<a href="mailto:RainerStratmann@t-online.de">RainerStratmann@t-online.de</a><br>
><br>
> > wrote:<br>
> ><br>
> > Is there a solution for https somewhere?<br>
><br>
> What do you mean exactly ?<br>
><br>
</div>As I understand from here<br>
<a href="http://forum.lazarus.freepascal.org/index.php?topic=6361.0" target="_blank">http://forum.lazarus.freepascal.org/index.php?topic=6361.0</a><br>
and here<br>
<a href="http://forum.lazarus.freepascal.org/index.php?topic=13312.0" target="_blank">http://forum.lazarus.freepascal.org/index.php?topic=13312.0</a><br>
fpweb only works with Apache. Before I read that I thought fpweb is a kind of<br>
(complete or not) webserver.<br></blockquote><div><br>fpWeb can work with any HTTP server out there as CGI and FastCGI.<br>It is not a web server (although you have code to build one yourself), but basic tools to start writing CGI.<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I wrote already my own webserver <a href="http://demo.klimaregelung.de" target="_blank">http://demo.klimaregelung.de</a> which is able to<br>
make dynamic websites, png graphic and so on completely in freepascal (thus<br>
no dependencies to Apache or a png library, but so far only uncompressed<br>
png's) and wanted to add https support for a more secure communication. As I<br>
understand it there is no solution for https available...<br>
<br>
...except to rely on Apache.<br></blockquote><div> </div><div>SSL is a very low level protocol. it open a tunnel over TCP, so it's better to have an existed tool to support it, but if you must, you can add it yourself by using libopenssl.<br>

<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br><br>Ido<br></div>