Re: The ssl library again

2006-05-26 Thread Dave Cragg
On 26 May 2006, at 03:10, Mark Smith wrote: Dave, thanks for the response. On 25 May 2006, at 23:38, Dave Cragg wrote: Mark, what OS and version are you using? I'm on 10.4.6 (G4 Powerbook). Rev 2.7.1 The timeout frequency seems to vary by url. For the service I'm trying to access, curl

Re: The ssl library again

2006-05-26 Thread Dave Cragg
Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing the request. On further checking, it seems the first write to the socket (writing the request headers) is timing

Re: The ssl library again

2006-05-26 Thread Mark Smith
Thanks, will vote as soon as it shows up in revZilla. Best, Mark On 26 May 2006, at 14:32, Dave Cragg wrote: Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing

Re: The ssl library again

2006-05-26 Thread Dar Scott
On May 26, 2006, at 7:32 AM, Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing the request. On further checking, it seems the first write to the socket (writing

Re: The ssl library again

2006-05-26 Thread Mark Smith
One small piece of the puzzle - through playing around with the curl --trace option in the terminal, I was able to discover that the certificate it uses is: /usr/share/curl/curl-ca-bundle.crt (this is Mac OS 10.4.6, presumably this will be fairly consistent on macs). Setting the

Re: The ssl library again

2006-05-26 Thread Dar Scott
On May 26, 2006, at 11:08 AM, Mark Smith wrote: Setting the sslcertificates to this now means that I can get the wsdl without using the shell, and with verification on, though every other attempt (or thereabouts) times out. I'm not sure I'm parsing every other right. Does this mean you

Re: The ssl library again

2006-05-26 Thread Mark Smith
Sorry, what I meant was that approximately half of the attempts timeout, but the failures and successes don't simply alternate. And now I've found a certificate that works, it doesn't seem to make any difference whether verification is on or off. Best, Mark On 26 May 2006, at 18:47, Dar

Re: The ssl library again

2006-05-26 Thread Dave Cragg
On 26 May 2006, at 16:19, Dar Scott wrote: On May 26, 2006, at 7:32 AM, Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing the request. On further checking, it

The ssl library again

2006-05-25 Thread Mark Smith
Has anyone actually had any success with the ssl encryption library? I'm really struggling here. I'm trying to interact with an https SOAP based service, but I can't even get the wsdl using the library. libUrlSetSSLVerification false -- or I simply get certificate errors put

Re: The ssl library again

2006-05-25 Thread Ken Ray
On 5/25/06 12:12 PM, Mark Smith [EMAIL PROTECTED] wrote: Has anyone actually had any success with the ssl encryption library? I'm really struggling here. I haven't used it myself, but you can download Dar Scott's presentation he gave last year at the RevCon called Secrets of Encryption and

Re: The ssl library again

2006-05-25 Thread Mark Smith
Thanks for that, Ken, I'll go have a look. Best, Mark On 25 May 2006, at 18:41, Ken Ray wrote: On 5/25/06 12:12 PM, Mark Smith [EMAIL PROTECTED] wrote: Has anyone actually had any success with the ssl encryption library? I'm really struggling here. I haven't used it myself, but you can

Re: The ssl library again

2006-05-25 Thread Dar Scott
On May 25, 2006, at 11:41 AM, Ken Ray wrote: I haven't used it myself, but you can download Dar Scott's presentation Ah, but I covered everything but what what Mark is trying to do. Dave is the expert there. Dar Scott ___ use-revolution

Re: The ssl library again

2006-05-25 Thread Dar Scott
On May 25, 2006, at 11:12 AM, Mark Smith wrote: libUrlSetSSLVerification false -- or I simply get certificate errors put https://securesrveicename.wsdl; into tURL put URL tURL into fld Response simply times out, while using the shell 'curl' put https://securesrveicename.wsdl; into tURL get

Re: The ssl library again

2006-05-25 Thread Dave Cragg
On 25 May 2006, at 21:06, Dar Scott wrote: On May 25, 2006, at 11:12 AM, Mark Smith wrote: libUrlSetSSLVerification false -- or I simply get certificate errors put https://securesrveicename.wsdl; into tURL put URL tURL into fld Response simply times out, while using the shell 'curl' put

Re: The ssl library again

2006-05-25 Thread Dave Cragg
On 25 May 2006, at 23:38, Dave Cragg wrote: I just tried a few https urls and got timeouts about 30-50% of the time on OS X 10.4.6 (on an intel mac-mini) with all the latest OS updates. On my XP machine, I'm not getting timeouts. A little more information. I'm seeing the timeouts on OS

Re: The ssl library again

2006-05-25 Thread Mark Smith
Dave, thanks for the response. On 25 May 2006, at 23:38, Dave Cragg wrote: Mark, what OS and version are you using? I'm on 10.4.6 (G4 Powerbook). Rev 2.7.1 The timeout frequency seems to vary by url. For the service I'm trying to access, curl returns almost immediately every time, which