We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to get a c# console application using libRETS-x64 1.6.3 to work.
I am getting: librets.RetsHttpExceptionNative Could not get URL 503
when trying to login.
Any idea what I am doing wrong or if libRETS 1.6.3 is no longer working?
The text was updated successfully, but these errors were encountered:
@WaltMit you might need to add this line right after instantiation of your RetsSession on Ln 12 to turn off SSL verification.
retsSession.SetModeFlags(RetsSession.MODE_NO_SSL_VERIFY);
Sorry, something went wrong.
No branches or pull requests
I am trying to get a c# console application using libRETS-x64 1.6.3 to work.
I am getting: librets.RetsHttpExceptionNative Could not get URL 503
when trying to login.
Any idea what I am doing wrong or if libRETS 1.6.3 is no longer working?
The text was updated successfully, but these errors were encountered: