Re: Protocol https not supported or disabled in libcurl
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2010-01-29 05:44:03
|
Hi, On Fri, Jan 29, 2010 at 5:40 AM, Seetha manognya <sma...@gm...>wrote: > > >How it was built? > What do you mean by how it was built? How the curl-loader has been built? Describe the commands. > > >What happens, if you use the same URLs in browser? > The add exception page is shown and once that's done, i can access the > https page. > This may be the crucial point. The very recent versions of libcurl are enforcing faliure upon exeptions, if not specifically alloweed via API. You choices are: 1. ensure your certificate, etc are valid and no-exception is required by browser; 2. downgrade the curl package to some lower version that may require other changes like not using asynchronous DNS lookups by disabling that in Makefile; 3. using libcurl C-API to explicitly allow such exceptions in loader.c file via API > > >The addresses you are using are supposed to be routable. > >NETMASK=16 > >IP_ADDR_MIN= 192.168.1.1 > >IP_ADDR_MAX= 192.168.1.255 > > >This is up to you ensure that. > > >To begin with start with the address you your computer, > >like if it is routable to outside world and has IP A.B.C.D > > >use: > >IP_ADDR_MIN= A.B.C.D > >IP_ADDR_MAX= A.B.C.D > > > I am inside a corporate lan space so i guess thats why 192.168.0.0/16doesnt work right? since that is not a routable address. > But if i am connecting to http://204.236.255.202:8080/xxx.jsp and i set > the > IP_ADDR_MIN= 204.236.255.202 > IP_ADDR_MAX= 204.236.255.202 > > it still doesnt work. Use command ping with -I option to bind to a certain address and check it versus some external address, like $ping -I <my-local-address> <an-external-address> Working for a corporate means that you have some admins. This is not a curl-loader issue. There are too many reasons, why an address is not passing. > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > www.ghotit.com > Assistive technology that understands you > ...................................................................... > |