@Brent Its listenning as a standard web server, no ssl. @David that's what I've followed as far as I know.
@Anand I might try that but I find it odd noone else is having issues... I'm hoping its my code's fault and not web.py's, seen as others apparently aren't having an issue? On Nov 6, 7:14 pm, Brent Uemura <brent.uem...@gmail.com> wrote: > Right. So if you want port 443, you'll have to explicitly set it when you > start the app: > > $ sudo python code.py 443 > > Then you can hit your app via regular https: https://localhost > > If you don't it defaults to 8080 > > $ python code.py > > So you'll need to append 8080 to the URL: https://localhost:8080 > > It still uses ssl, just on a different port. > > -Brent > > On Wed, Nov 2, 2011 at 11:57 AM, David Caro <david.caro.al...@gmail.com>wrote: > > > > > > > > > Try this: > >http://groups.google.com/group/webpy/browse_thread/thread/bbeb3fc7f24... > > > On 12 sep, 20:38, Joseph Price <pricech...@ubuntu.com> wrote: > > > >> Looking at 'netstat', I can see python has only openned 8080, nothing > > forssl. > > > > > 8080 is the default port. Try accessinghttps://localhost:8080/or > > > > pass 443 as argument to your script. > > > > Either way, http not https. > > > -- > > You received this message because you are subscribed to the Google Groups > > "web.py" group. > > To post to this group, send email to webpy@googlegroups.com. > > To unsubscribe from this group, send email to > > webpy+unsubscr...@googlegroups.com. > > For more options, visit this group at > >http://groups.google.com/group/webpy?hl=en. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.