Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on windows server #4

Open
AdminUI opened this issue Jul 24, 2016 · 1 comment
Open

Issue on windows server #4

AdminUI opened this issue Jul 24, 2016 · 1 comment

Comments

@AdminUI
Copy link

AdminUI commented Jul 24, 2016

Hi,

This isn't an issue with the script as far as I can see, probably just a tweak ended in my config somewhere.

I have setup this script no problem on a linux server for testing purposes.
It all worked perfectly fine and uploaded test data to Rightmoves site.
Thank you for the class it saved me a lot of time.

However in production unfortunately the site is running on a Windows IIS server running PHP 5.6 and it just refuses to work. Im guessing its a certificate issue, and Rightmove themselves can't suss out why it is not working and even mentioned this class. I have checked curl is working on the server and I get a response. If I do a var_dump on the data before the curl its exactly as it is on my linux sever. The curl response just returns : null

Any ideas on making it work on windows server ?

Many thanks.

@alien9x
Copy link

alien9x commented Jun 30, 2017

Just in case anyone needs a solution for this. Setting line 40 in curl.php curl_setopt($resCurl, CURLOPT_SSL_VERIFYPEER, 0); seems to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant