Re: [U2] Accessing an https:// server with callHTTP

2012-10-20 Thread David A. Green
Kevin my UniBasic is the client. Have you this line in your code? protocolLogging(_PH_\HTTP.LOG.FILE, ON, 10) it might provide some important clues. David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Accessing an https:// server with callHTTP

2012-10-20 Thread Kevin King
I do have the logging enabled, but it doesn't log anything up to the point of the submit request. I finally got it working with some combination of things that as of yet I am uncertain of why it works. But I think it's due to the name of the certificate. Once I named the certificate with a .PEM

Re: [U2] Accessing an https:// server with callHTTP

2012-10-20 Thread David A. Green
I get a lot of logging information, maybe you need to bump up the log level. I'm glad you're having success, here is where I'm having an issue: Peer certificate not verified. Reason: 20, unable to get local issuer certificate I'm still researching this one, not sure what a peer certificate is,