Re: ssl/certificate issue for website

2013-11-02 Thread Reindl Harald
why in the world would anybody want to remove it? this has clearly dependency impact "yum reinstall ca-certificates" is your friend Am 01.11.2013 21:30, schrieb bruce: > ooopps... > > when I run rpm -qV ca-certificates > > I get > > rpm -qV ca-certificates > S.5T. c /etc/pki/tls/certs/ca-

Re: ssl/certificate issue for website

2013-11-01 Thread Michael Cronenworth
On 11/01/2013 03:30 PM, bruce wrote: rpm -qV ca-certificates S.5T. c /etc/pki/tls/certs/ca-bundle.crt when I try to do yum erase ca-certificates.. yum offers to remove a bunch of things!! # yum reinstall ca-certificates -- users mailing list users@lists.fedoraproject.org To unsubscribe o

Re: ssl/certificate issue for website

2013-11-01 Thread bruce
ooopps... when I run rpm -qV ca-certificates I get rpm -qV ca-certificates S.5T. c /etc/pki/tls/certs/ca-bundle.crt when I try to do yum erase ca-certificates.. yum offers to remove a bunch of things!! [root@dell-1 parseapp2]# rpm -e ca-certificates error: Failed dependencies: ca-cert

Re: ssl/certificate issue for website

2013-11-01 Thread Michael Cronenworth
bruce wrote: I tried to extract the pem as you suggested, placed it in a diff dir.. it works... So I've got a couple of questions... How did you know which cert/pem file to extract? Why didn't my attempt at getting the cert from the "lock" of the url/address for the smc.edu site not work? I re

Re: ssl/certificate issue for website

2013-11-01 Thread bruce
Hey Michael!! Ok. I tried to extract the pem as you suggested, placed it in a diff dir.. it works... So I've got a couple of questions... How did you know which cert/pem file to extract? Why didn't my attempt at getting the cert from the "lock" of the url/address for the smc.edu site not work?

Re: ssl/certificate issue for website

2013-11-01 Thread Michael Cronenworth
bruce wrote: As far as I can tell, it should be possible to download the "pem"/cert from the site, via FF, and to then use this data in the curl.. However, I can't quite get this to work correctly. Might be user error. Here's what I've done so far. [snip] Actually what you want is the CA cert

Re: ssl/certificate issue for website

2013-11-01 Thread bruce
hmm... not sure the "--insecure -k" option is the right/best approach for this. although it does work.. As far as I can tell, it should be possible to download the "pem"/cert from the site, via FF, and to then use this data in the curl.. However, I can't quite get this to work correctly. Might b

Re: ssl/certificate issue for website

2013-11-01 Thread Chris Adams
Once upon a time, bruce said: > hi. > > trying to do a simple curl for the college site > curl -A "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) > Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11" -L > https://isiscc.smc.edu/pls/apex/f?p=123:1:3916268190676791 -vvv They have a VeriSi

ssl/certificate issue for website

2013-11-01 Thread bruce
hi. trying to do a simple curl for the college site curl -A "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11" -L https://isiscc.smc.edu/pls/apex/f?p=123:1:3916268190676791 -vvv * About to connect() to isiscc.smc.edu port 443 (#0) * Tryi