Re: [rt-users] Fwd: RT CLI login

2016-05-28 Thread John Andersen
Also not that this is a very unsafe thing to do as it turns off cert checking for ANY and ALL perl scripts using LWP::UserAgent.A good test but I don't recommending operating with this config. On Sat, May 28, 2016 at 12:33 PM, John Andersen wrote: > If it is LWP::UserAgent (I

Re: [rt-users] Fwd: RT CLI login

2016-05-28 Thread John Andersen
If it is LWP::UserAgent (I wish I could recall) you might try adding this to your environment (e.g., add it to .bash_profile or .bash_rc) export PERL_LWP_SSL_VERIFY_HOSTNAME=0 On Sat, May 28, 2016 at 12:24 PM, John Andersen wrote: > I ran into this issue and it had to do with

Re: [rt-users] Fwd: RT CLI login

2016-05-28 Thread John Andersen
I ran into this issue and it had to do with an underlying Perl module requiring certificates to be verified (i.e., not self-signed) when using SSL. Perhaps it was LWP::UserAgent but I cannot remember for sure. I chose to fix it by purchasing and installing an inexpensive but valid cert. That

[rt-users] Fwd: RT CLI login

2016-05-23 Thread Dave Florek
Hi, So, I created the .rtrc file as requested but I'm still receiving the following: rt: Server error: Can't connect to localhost:443 (certificate verify failed) (500) How do I allow the RT CLI program to accept https connection certificates and/or what would be the easiest way to drop https to