Generate new certificate
I am getting LOGIN failures in my /var/adm/messages file, and am using verion 3.0 from last fall. I cannot update the version on a production server on the fly.
To debug I ran:
# ./srspxrun -p
* About to connect() to webproxy.MyCompany.com:8080
* Connected to uswhsc.MyCompany.com (54.23.228.195) port 8080
* Establish HTTP proxy tunnel to 192.18.128.177:443
< HTTP/1.0 200 Connection established
* Proxy replied to CONNECT request
* SSL certificate problem, verify that the CA cert is OK
* Closing connection #0
* About to connect() to webproxy.MyCompany.com:8080
* Connected to uswhsc.MyCompany.com (54.23.228.195) port 8080
* Establish HTTP proxy tunnel to 192.18.128.177:443
< HTTP/1.0 200 Connection established
* Proxy replied to CONNECT request
* SSL certificate problem, verify that the CA cert is OK
* Closing connection #0
curl error code: 60
curl message: SSL certificate problem, verify that the CA cert is OK
and get errors about the cert file. I generated a new one, and then copied and pasted into the cert file locally, and reran srspxrun -p and got:
# ./srspxrun -p
* About to connect() to webproxy.MyCompany.com:8080
* Connected to uswhsc.MyCompany.com (54.23.228.195) port 8080
* Establish HTTP proxy tunnel to 192.18.128.177:443
< HTTP/1.0 200 Connection established
* Proxy replied to CONNECT request
* unable to set certificate file (wrong password?)
* Closing connection #0
* About to connect() to webproxy.merck.com:8080
* Connected to uswhsc.MyCompany.com (54.23.228.195) port 8080
* Establish HTTP proxy tunnel to 192.18.128.177:443
< HTTP/1.0 200 Connection established
* Proxy replied to CONNECT request
* unable to set certificate file (wrong password?)
* Closing connection #0
curl error code: 58
curl message: unable to set certificate file (wrong password?)
I'm missing a step to generate a new Certificate. Does anyone have the steps?
Thanks

