[web2py] Re: SSL Error: bad handshake when use requests lib

2017-12-22 Thread killzane
Hi I try to use web2py console. and requests work well... but it can't work in my controller DaneW於 2017年12月22日星期五 UTC+8上午8時02分26秒寫道: > > I s

[web2py] Re: SSL Error: bad handshake when use requests lib

2017-12-21 Thread DaneW
I see that they are the same version and it is reasonably up to date. Presumably that is also the version used when you run a script within Web2py? If so then I'm afraid I don't have any further suggestions - sorry. I don't have a Facebook access token so I can't try it out - perhaps there is s

[web2py] Re: SSL Error: bad handshake when use requests lib

2017-12-21 Thread killzane
1. unubtu terminal OpenSSL 1.0.2g 1 Mar 2016 2. python >>> import ssl >>> print ssl.OPENSSL_VERSION OpenSSL 1.0.2g 1 Mar 2016 DaneW於 2017年12月21日星期四 UTC+8下午6時00分01秒寫道: > > I recently have the same problem with certain websites - it seems to be an > OpenSSL issue with their webserver config or

[web2py] Re: SSL Error: bad handshake when use requests lib

2017-12-21 Thread DaneW
I recently have the same problem with certain websites - it seems to be an OpenSSL issue with their webserver config or their certificates. Could you tell us what version of OpenSSL is used both circumstances? terminal> openssl version and Python> print ssl.OPENSSL_VERSION On Wednesday, 20 Dec