Aloha Swami,

the @ in the username needs to be replaced with %40, that is urlencode("@").

The error you got on rev is an ssl problem. Avoid it with:

libURLSetSSLVerification false

Om Shanti
andre

On 1/15/08, Sivakatirswami <[EMAIL PROTECTED]> wrote:
>
> if I put
>
> https://[EMAIL PROTECTED]:[EMAIL PROTECTED]/f.api/7522423
>
> into my  browser I'll be asked to authenticate and the server spits back
> info we expect.
>
> Now... if I put this into the msg in Rev:
>
>
> put url
> ("https://[EMAIL PROTECTED]:[EMAIL PROTECTED]/f.api/7522423")
>
> result:
>
> error -Error with certificate at depth: 0  issuer   =
> /C=US/O=Equifax/OU=Equifax Secure Certificate Authority  subject  =
> /C=US/O=api.feedblitz.com/OU=GT65832592/OU=See
> www.geotrust.com/resources/cps (c)07/OU=Domain Control Validated -
> QuickSSL Premium(R)/CN=api.feedblitz.com  err 20:unable to get local
> issuer certificate
>
> how do we do the https-certificate "handshake" from within a Rev app?
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>


-- 
http://www.andregarzia.com All We Do Is Code.
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to