Re: No socket creation during request

2024-03-07 Thread N G Hemanth Kumar
Hi team, Thanks for the response. Have created the issue in github. Note - Have even created a bug in CPan - https://rt.cpan.org/Public/Bug/Display.html?id=152148 On Fri, Mar 8, 2024 at 5:46 AM Olaf Alders wrote: > Hi N G Hemanth Kumar, > > I don't know if anyone is really using this mailing

Re: No socket creation during request

2024-03-07 Thread Olaf Alders
Hi N G Hemanth Kumar, I don't know if anyone is really using this mailing list anymore. If you open an issue on the GitHub repo you're far more likely to get good help. All the best, Olaf On Tue, Mar 5, 2024, at 12:14 AM, N G Hemanth Kumar wrote: > Hi team, > > Sorry I forgot a little more

Re: No socket creation during request

2024-03-06 Thread N G Hemanth Kumar
Hi team, Sorry I forgot a little more information. We are able to connect to the sharepoint server through openssl command(*openssl s_client connect server:port*). The request made via the LWP module to the sharepoint-server is through *TLS-1.2* protocol. *Perl version being used: perl-5.18.2*

No socket creation during request

2024-03-06 Thread N G Hemanth Kumar
Hi team, Hope you are doing well. We have NTLM Sharepoint application configured in our application. The library we are using to support the authentication operation/feature is *LWP::Authen::Ntlm and Net::SSL*. The authentication flow is similar to what is posted in the page’s