--- loncom/LWPReq.pm 2018/09/20 18:43:24 1.4 +++ loncom/LWPReq.pm 2018/12/22 17:52:39 1.5 @@ -2,7 +2,7 @@ # LON-CAPA wrapper for LWP UserAgent to accommodate certification # verification for SSL. # -# $Id: LWPReq.pm,v 1.4 2018/09/20 18:43:24 raeburn Exp $ +# $Id: LWPReq.pm,v 1.5 2018/12/22 17:52:39 raeburn Exp $ # # The LearningOnline Network with CAPA # @@ -204,6 +204,9 @@ sub makerequest { } } } + if ($debug) { + $IO::Socket::SSL::DEBUG=0; + } if ($dns_set) { $dns_set = &unsetdns(); }