Skip to content

Commit

Permalink
Tell libRETS to tell curl to ignore SSL Certs.
Browse files Browse the repository at this point in the history
git-svn-id: https://code.crt.realtors.org/svn/odbcretsdrv/ezrets/trunk@1385 fe7ac059-47f5-0310-8599-d0339b4e125c
  • Loading branch information
Keith T. Garner committed Dec 16, 2010
1 parent 7220c2e commit f90e7b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/driver/src/RetsDBC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,10 @@ bool RetsDBC::login()
}
session->SetHttpLogger(mRetsHttpLogger.get());
}

// Until I have time to ship an SSL CA bundle, or configure a
// pointer to it, we'll be naughty and just not verify shit.
session->SetModeFlags(lr::RetsSession::MODE_NO_SSL_VERIFY);

success = mDataSource.RetsLogin(session);
if (success)
Expand Down

0 comments on commit f90e7b3

Please sign in to comment.