Re: Protocol https not supported or disabled in libcurl
Status: Alpha
Brought to you by:
coroberti
|
From: Robert I. <cor...@gm...> - 2010-01-27 10:25:56
|
Hi Seetha,
CURL-LOADER VERSION: 0.50, September 21, 2009
HW DETAILS: CPU/S and memory are must:
LINUX DISTRIBUTION and KERNEL (uname -r): 2.6.28-17-generic
GCC VERSION (gcc -v): gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
COMPILATION AND MAKING OPTIONS (if defaults changed): defaults used
COMMAND-LINE: curl-loader -f 10K.conf -e -v -u -d -u
CONFIGURATION-FILE (The most common source of problems):
Place the file inline here:
########### GENERAL SECTION ################################
BATCH_NAME= 10K
CLIENTS_NUM_MAX=10
CLIENTS_NUM_START=2
CLIENTS_RAMPUP_INC=1000
INTERFACE =eth0
NETMASK=16
IP_ADDR_MIN= 192.168.1.1
IP_ADDR_MAX= 192.168.1.255
CYCLES_NUM= 1
URLS_NUM= 1
########### URL SECTION ####################################
URL=https://127.0.0.1:443/jsp_pages/index/jsp
# tried with URL=https://127.0.0.1/jsp_pages/index/jsp as well
#URL=http://localhost/ACE-INSTALL.html
URL_SHORT_NAME="local-index"
REQUEST_TYPE=GET
TIMER_URL_COMPLETION = 5000 # In msec. When positive, Now it is
enforced by cancelling url fetch on timeout
TIMER_AFTER_URL_SLEEP =20
DOES THE PROBLEM AFFECT:
COMPILATION? No
LINKING? No
EXECUTION? No
OTHER (please specify)?
Have you run $make cleanall prior to $make ?
no . but this needs to be done everytime before you run a test? cause i am
having no problems testing for a http page.
DESCRIPTION:
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 happens, if you use the same URLs in browser?
>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
--
Truly,
Robert Iakobashvili, Ph.D.
......................................................................
www.ghotit.com
Assistive technology that understands you
......................................................................
|