Re: Protocol https not supported or disabled in libcurl
Status: Alpha
Brought to you by:
coroberti
From: Seetha m. <sma...@gm...> - 2010-01-29 03:40:49
|
Hi Robert QUESTION/ SUGGESTION/ PATCH: >>1) I am trying to test a https page but the log file says: >>ERR Protocol https not supported or disabled in libcurl >How it was built? What do you mean by how it was built? the https page? i added port 443 in the glassfish admin page and added a default certification. Thats all. I did not build anything. Then i changed the address from http://localhost:8080/jsp_pages/index.jsp to htttps://localhost/jsp_pages/index.jsp and it works well in the browser. >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. >>2) Also i am only able to connect to the pages hosted in localhost. when i change the URL to >http://ip-address:8080/something.html , with glassfish >>running in that server, i am not able to >connect to the page. Any idea why this might be the case? Even normal web pages like >www.google.com or any >>other pages cannot be connected to , except those in localhost. >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/16 doesnt 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. |