I'll rebuild with the log output lines as you suggested and post how it goes.
It looks like the curl version matches: $ /usr/bin/curl-config --version libcurl 7.47.0 $ /usr/bin/curl --version curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets ...and my mod_auth_cas configuration log: *config.log (line 1296)* libcurl_cv_lib_curl_version=7.47.0 Thank you! -Alan On Friday, December 13, 2019 at 3:18:28 PM UTC-6, dhawes wrote: > > On Fri, 13 Dec 2019 at 14:58, Alan S <[email protected] <javascript:>> > wrote: > > > > Okay, via curl, this looks good (see the response below), and I'm > getting the authenticated username returned. So, this is a good step > forward in troubleshooting. Do you have advice for debugging the Apache > module? I'm not sure what would cause it to be so "quiet." > > I agree, that looks good. It's with the same curl that mod_auth_cas > was compiled against, right? > > As far as debugging, could you add some log messages like the following: > > ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "made it here!"); > > to getResponseFromServer()? I'd start at around lines 1904, 1906, and > 1912 of git master. > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/eba59047-f765-4186-ab82-6499e249870d%40apereo.org.
