<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Or you can use SiouX/Seaside on VW8.2. It has an HTTPS server, and you can generate your own SSL certificates too. Recently browsers started blocking self-signed certificates though, so you may have a bit of work with setting up browser exceptions and/or creating your own root certificate and importing it into the browser. Neither is considered a best practice for a production system but for testing it should work.<div class=""><br class=""><div class="">
<div class=""><b class="">Jerry Kott</b></div><div style="font-size: 9px;" class="">This message has been digitally signed. </div><div style="font-size: 9px;" class="">PGP Fingerprint:</div><div style="font-size: 9px;" class="">A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5</div><div class=""><br class=""></div><br class="Apple-interchange-newline">

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 29-06-2017, at 5:16 PM, John McIntosh <<a href="mailto:johnmci@smalltalkconsulting.com" class="">johnmci@smalltalkconsulting.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">redirect via NGINX<div class=""><a href="https://www.bjornjohansen.no/redirect-to-https-with-nginx" class="">https://www.bjornjohansen.no/redirect-to-https-with-nginx</a><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Jun 29, 2017 at 5:01 PM, Torsten Bergmann <span dir="ltr" class=""><<a href="mailto:astares@gmx.de" target="_blank" class="">astares@gmx.de</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Today web development for mobile devices is very common. So one possible scenario is to<br class="">
develop with Seaside on a computer and checking the result page directly with a browser<br class="">
on the phone in the same network.<br class="">
<br class="">
This works perfectly in a quick and simple setup (with seaside running on port 80).<br class="">
One just opens the IP address of the developer computer to access the seaside page<br class="">
over HTTP and can check how it looks on mobile.<br class="">
<br class="">
But in recent times Google is pushing to get all website using their APIs to move from HTTP<br class="">
to the HTTPS protocol. So for same client side browser APIs (for instance for geolocation)<br class="">
the mobile chrome on Android mobile devices now returns "Only secure origins are allowed".<br class="">
<br class="">
So such functionaliy is only allowed in the client browser when the server is on a secure<br class="">
HTTPS connections. While this makes sense for production setups one usually does not have a<br class="">
local HTTPS connection out of the box with Seaside when testing and developing an application.<br class="">
<br class="">
What is the best way and most easy Way to locally serve Seaside with HTTPS for testing?<br class="">
How to set this up? What do people use?<br class="">
<br class="">
Thanks<br class="">
T.<br class="">
<br class="">
______________________________<wbr class="">_________________<br class="">
seaside mailing list<br class="">
<a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.<wbr class="">squeakfoundation.org</a><br class="">
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/<wbr class="">seaside</a><br class="">
</blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class="">===========================================================================<br class="">John M. McIntosh. Corporate Smalltalk Consulting Ltd <a href="https://www.linkedin.com/in/smalltalk" target="_blank" class="">https://www.linkedin.com/in/smalltalk</a><br class="">===========================================================================<br class=""></div></div></div></div>
</div>
_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></div></body></html>