[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debug info for pest's problem!



Sender: Scott Klement <klemscot@xxxxxxxxxxxx>

Hi Peter,

It doesn't look like you're calling https_init().  (If you were, it would
say "https_init(): entered" in the debug log.) That's strange, because I
thought you said you were running EXAMPLE4.  Did you modify it?

(https_init() creates an "environment handle" and puts a pointer to that
handle in the wkEnvH variable.  CommSSL_Connect() uses that value to
create a new secure socket by passing it to the gsk_secure_soc_open() API)


On Tue, 3 May 2005, Peter Myers wrote:

> Hi Scott,
>
> You're a bloody angel. So much time on moi. I think I took the right
> steps.
>
> Here is the little debug file:
> HTTPAPI Ver 1.10 released 2004-09-24
>
> http_url_post(): entered
> http_persist_open(): entered
> http_long_ParseURL(): entered
> (GSKit) Handle is not valid.
> ssl_error(1): (GSKit) Handle is not valid.
> SetError() #29: gsk_sec_soc_open: (GSKit) Handle is not valid.
>
> I followed through in debug, the problem manifests in CommSSL_Connect
> proc of COMMSSLR4 at this call:
>
> c                   eval      rc = gsk_secure_soc_open(wkEnvH: wwSSLh)
>
> The pointer args were each *NULL, and the rc came back = 1. What am I
> doing wrong?
>
> Thanks,
> Peter
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubsribe from the list send mail
to majordomo@xxxxxxxxxxxxx with the body: unsubscribe ftpapi mymailaddr
-----------------------------------------------------------------------