wpsight / wpcasa

WPCasa WordPress Real Estate
https://wpcasa.com
GNU General Public License v2.0
42 stars 23 forks source link

SSL Issue with Maps #70

Closed JoeHana closed 5 years ago

JoeHana commented 7 years ago

In some rare cases CURL is compiled with OpenSSL instead of SecureTransport, which causes some issues, in this particular case with the maps not being displayed in the frontend. (more infos in this can be found here

A user reported that he could fix this issue by changing sslverfiy => true in class-wpsight-geocode.php:216

Since this change could potentially cause an issue for others, best solution at the moment is probably to apply an additional filter on that part, so affected users can simply change this without changing anything on the core.

Only for @wpsight/developers: More infos