I’m currently working on a web application using Django and social authentication using django-allauth. It is all great and pretty easy to use, until sign-in just doesn’t work anymore and you get a page describing bad handshake with SSL3_GET_SERVER_CERTIFICATE
. Now what? Continue reading Solving ‘SSLError at /accounts/google/login/callback/’ on django-allauth
Tag Archives: SSL
PHP, OAuth and the LinkedIn API with SSL on Windows 7
I have been developing a tool which integrates a LinkedIn profile into WordPress. That’s not complicated because LinkedIn has an API which enables access to a LinkedIn users’ data. This API has great documentation and examples, which invites you to give it a try. Continue reading PHP, OAuth and the LinkedIn API with SSL on Windows 7