NationalAssociationOfRealtors / libRETS

libRETS is RETS client library written in C++ that allows rapid development of RETS client applications. By saving the developer from dealing with the RETS protocol details, the application writer can concentrate on their application, saving them time and money in the process
Other
107 stars 59 forks source link

libRETS-x64 1.6.3 -503 #96

Open WaltMit opened 3 years ago

WaltMit commented 3 years ago

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 commented 3 years ago

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