php - Uncaught CurlException: 35: Unknown SSL protocol error in connection to graph.facebook.com:443 -


i keep getting error, , seems has appeared out of nowhere. i've been working @ project weeks, , didn't show until now.

when try run app on localhost, error in title shown. have tried adding $opts[curlopt_sslversion] = 3; in base_facebook.php specified in post, didn't work. have no idea should now. can give me helping hand?

change registry values: hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl2.0\client
"disabledbydefault"=dword:00000000(0)


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -