Re: [U2] AIX 5.3 IBMIHS Web Server

2013-02-19 Thread John Thompson
I believe on the open source config I posted, it was a signed certificate. But you can get them for free here. http://www.startssl.com/ On Mon, Feb 18, 2013 at 8:04 PM, Kevin King ke...@precisonline.com wrote: John (Thompson)... This IHS Apache is definitely a cracked Apache with some odd

Re: [U2] Epicor job near Denver

2013-02-19 Thread Jeff Schasny
Their Eclipse Development group is in Broomfield, CO which would explain why they are looking for the combination of Java and Universe. Wjhonson wrote: http://www.dice.com/job/result/10170902/8005?src=19q=software%20developericidcnt=CT:AF If I'm reading it right this job is in Denver area

Re: [U2] AIX 5.3 IBMIHS Web Server

2013-02-19 Thread John Hester
Kevin, I have both chained and self-signed certs on various servers. The example from my workstation is a self-signed cert. Self-signed is actually less prone to error because you don't have to worry about importing the intermediate certs into the keystore database. The only other thing I know

Re: [U2] AIX 5.3 IBMIHS Web Server

2013-02-19 Thread Kevin King
Yes, I have both the LoadModule and Listen, though my Listen is unqualified, like this: Listen 443 The error I'm getting in the logs tells me there is no key for api or api.client.com (I've tried both) despite the fact that gsk7cmd shows that the certificate absolutely is in there. That's

Re: [U2] AIX 5.3 IBMIHS Web Server

2013-02-19 Thread John Hester
I doubt the unqualified listen has any connection. It sounds like something's corrupt in the kdb file. If you only have one cert in the file, you might try removing the SSLServerCert directive altogether. Normally one cert in the database is marked as the default to use when none is specified,

Re: [U2] AIX 5.3 IBMIHS Web Server

2013-02-19 Thread Kevin King
I tried checking for a default certificate and it reports null. The KDB file has the GSK certs and my cert - that's it, and when I follow the instructions to set up my cert as the default, it gives me a cryptic I'm sorry Dave, I can't do that kind of message. This is on a customer's system, and

Re: [U2] AIX 5.3 IBMIHS Web Server

2013-02-19 Thread Peter Cheney
Perhaps a silly question but it's not something as simple as file permissions or owner/group membership or environment path is it? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Wednesday, 20

Re: [U2] AIX 5.3 IBMIHS Web Server

2013-02-19 Thread Kevin King
Good thinking Peter, but I've made sure permissions and owner are correct. As to the environment path, I'll have to check that... now that you mention it I don't recall how the key file is integrated into the Apache config. Maybe the problem isn't the key in the file, but perhaps the key file

[U2] UV: Consuming https service from within UVBasic using SOAP

2013-02-19 Thread Peter Cheney
Hi Everyone, Think I'm suffering a bit from old dog new trick syndrome... Been reading up on and playing with the Soap functions in UV basic but can't seem to get any joy with https url that I've been supplied to use. Was wondering if anyone might have some advice? In particular I've been