Re: [U2] Question about using CallHTTP and secured connection

2007-08-17 Thread George Roehsner
Symeon or anyone else who knows how to code unibasic https requests, Can you post the details of what your code does for the https connection you mention below? I've tried it a few times and get errors about not having a CA cert and when I play with the arguments so that it does I get bad

Re: [U2] Question about using CallHTTP and secured connection

2007-01-11 Thread Symeon Breen
Hi Jason - I find the best way to debug these is to turn protocol logging on At the top of the program put something like res=protocolLogging(SymTest.log,ON,10) and at the bottom res=protocolLogging(SymTest.log,OFF,10) The file SymTest.log will then contain detail of the connections and the

Re: [U2] Question about using CallHTTP and secured connection

2007-01-11 Thread Jason Lin
Symeon Breen wrote: Hi Jason - I find the best way to debug these is to turn protocol logging on At the top of the program put something like res=protocolLogging(SymTest.log,ON,10) and at the bottom res=protocolLogging(SymTest.log,OFF,10) The file SymTest.log will then contain detail of the

Re: [U2] Question about using CallHTTP and secured connection

2007-01-10 Thread Symeon Breen
Hi Jason, Without looking at code, the first thing to check is if you can access the https service from the u2 machine, you can try and telnet to the host on port 443. Network error may mean just that (tho it could mean anything knowing u2) and there is a port blocked on a firewall or something.

[U2] Question about using CallHTTP and secured connection

2007-01-09 Thread Jason Lin
Hi all. Does anyone has a sample program that demonstrate how to submit a http request over secured connection? I was able to write a program to submit SOAP requests over regular HTTP connection but when I modify it to use secured connection it failed. Without going into the detail of the SOAP