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

libRETS-x64 1.6.3 -503 #96

Open
WaltMit opened this issue Jan 16, 2021 · 1 comment
Open

libRETS-x64 1.6.3 -503 #96

WaltMit opened this issue Jan 16, 2021 · 1 comment

Comments

@WaltMit
Copy link

WaltMit commented Jan 16, 2021

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?
Screenshot 2021-01-15 182019

@behm
Copy link

behm commented Jan 16, 2021

@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);

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

2 participants