https://www.PylonsProject.org SSL Certificate Match Error

2013-09-14 Thread Wes Turner
https://www.PylonsProject.org seems to be returning a certificate for www.blueleftistconstructor.com, which does not match the www.pylonsproject.org domain name. $ openssl s_client -connect www.pylonsproject.org:443 ... subject=/C=US/CN=www.blueleftistconstructor.com/emailAddress=[...]

Re: https://www.PylonsProject.org SSL Certificate Match Error

2013-09-14 Thread Chris McDonough
On 09/14/2013 03:32 AM, Wes Turner wrote: https://www.PylonsProject.org seems to be returning a certificate for www.blueleftistconstructor.com, which does not match the www.pylonsproject.org domain name. $ openssl s_client -connect www.pylonsproject.org:443 ...

Re: Pyramid Security

2013-09-14 Thread pinakee
Hi Andreas, Thanks for the url. It did help me in setting up the basic authentication. But am not quite clear on bunch of stuffs still: 1. How does the security get the userid from request? 2. What's context? 3. The dependancy of authentication on authorization doesn't make sense. 4. How does

Re: Pyramid Security

2013-09-14 Thread Paul Everitt
Hi Pinakee. Maybe you'd like to read the steps from the (not yet released) Quick Tutorial: https://github.com/Pylons/pyramid/blob/docs.quicktutorial/docs/quick_tutorial/authentication.rst https://github.com/Pylons/pyramid/blob/docs.quicktutorial/docs/quick_tutorial/authorization.rst I don't

Re: https://www.PylonsProject.org SSL Certificate Match Error

2013-09-14 Thread Jonathan Vanasco
This is weird. I'm guessing that the https section of a shared web server wasn't updated correctly. whois pylonsproject.org - this points to Blaise Laflamme ,who is active in Pyramid whois blueleftistconstructor.com - points to rob ottoway , which matches this github on the site

Re: struggling with traversal

2013-09-14 Thread Chung WONG
thanks for all of your help, I learned a lot from the replies and have a basic understand how traversal works now. However, I have a question about the view lookup in pyramid with traversal. For example, in Paul's

Re: https://www.PylonsProject.org SSL Certificate Match Error

2013-09-14 Thread Blaise Laflamme
Yes I'm the owner of the domain. We now have a rackspace account and all the hosting will be moved over there. I'm not maintaining the actual server so I can't tell about the setup, but for sure the ssl certificate was not renewed. On Saturday, September 14, 2013 12:40:32 PM UTC-4, Jonathan