This problem apparently occurs for Iranian people.
**The Solution :**
You have to replace `yaourt-ssl3` and `package-query-ssl3` instead `yaourt` and `package-query`.
Firstly you need to uninstall current `yaourt` and `package-query` by following command :
sudo pacman -Rsc package-query
And then install `ssl3` :
curl -O3
tar -xf package-query-ssl3.tar.gz
cd package-query-ssl3
makepkg -cis
cd ..
curl -O3
tar -xf yaourt-ssl3.tar.gz
cd yaourt-ssl3
makepkg -cis
That's it.