The OpenSSL versions are different between python and uwsgi. Uwsgi took system OpenSSL version which is different from python. Had to re-install python with required OpenSSL version by making changes to Modules/setup.dist and Modules/setup files. If required, even setup.py also might need changes to look at right path for OpenSSL libs. This has fixed the issue.
Thank you all. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

