Swapping back to web.py 0.32 and running the example ssl code I got a warning that I hadn't installed pyOpenSSL. I installed that and it worked fine...
Back to web.py 0.36 and I'm back to it bringing up only a http server, no ssl. Any help please? On Nov 28, 3:35 pm, PriceChild <[email protected]> wrote: > @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 <[email protected]> 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 > > <[email protected]>wrote: > > > > Try this: > > >http://groups.google.com/group/webpy/browse_thread/thread/bbeb3fc7f24... > > > > On 12 sep, 20:38, Joseph Price <[email protected]> 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 [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
