Re: Ignore SSL Warning with Self-Signed Certificate
Status: Alpha
Brought to you by:
coroberti
From: pankaj s. <pan...@gm...> - 2012-07-11 17:38:12
|
Hi, I am not seeing these errors at command prompt of curl loader. I am seeing these error while access the same page through any Browser. Suppose i have a page https://cust3.psc.com/index.html. so run a test i have configured batch script 10k.conf like below: ########### GENERAL SECTION ################################ BATCH_NAME= 10K CLIENTS_NUM_MAX=80 CLIENTS_NUM_START=80 CLIENTS_RAMPUP_INC=80 CLIENTS_RAMPUP_INC=5 INTERFACE =eth2 NETMASK=16 USER_AGENT= "Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0" IP_ADDR_MIN= 192.168.200.21 IP_ADDR_MAX= 192.168.200.100 #Actually - this is for self-control CYCLES_NUM= -1 URLS_NUM= 1 ########### URL SECTION #################################### URL=https://cust3.eng.sonicwall.com/index.html URL_SHORT_NAME="cust3.psc.com" 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 and running the test curl-loader -f ./10K.conf So here i am assuming that the script does not load the original page. It just loaded the page up to SSL self signed certificate warning message. actually here i want to curl-loaded to load the index.html page and ignore the ssl certificate warning message. Thanks Pankaj On Wed, Jul 11, 2012 at 3:30 PM, divfor <di...@gm...> wrote: > Did you use curl other than curl-loader? > By default curl-loader ignore the warnings. > > For curl to ignore it, see curl's man pages. > > Sent from mobile > > 在 2012-7-11,12:44,pankaj sharma <pan...@gm...> 写道: > > Hi Guys, > > Sorry guys. I think i have replied some existing email. how can be ignore > self signed certificate warning while running a HTTPS test? > > suppose 10k.conf configured like: > URL=https://cust3.psc.com/index.html and test is started like curl-loader > -f ./10k.conf > So my site " https://cust3.psc.com " has self signed certificate and > gives a warning while accessing this. How can i ignore these warning using > curl to run a test to access this page. > > With Regards > Pankaj > > On Tue, Jul 10, 2012 at 8:23 PM, Robert Iakobashvili <cor...@gm...>wrote: > >> Hi Pankaj, >> >> It seems that the subject of your e-mail is not correct. >> Please, provide a meaningful subject. >> >> libcurl API indeed provides means to relax SSL requirements >> and not to alert users on self-signed certificates. >> >> Could you provide more details, please? >> When do you seen the below message >> >> On Mon, Jul 9, 2012 at 11:38 AM, pankaj sharma <pan...@gm...> >> wrote: >> > Hi Experts, >> > >> > Is there any way to ignore pad lock warning message using curl-loader >> while >> > accessing a ssl site? I mean when we configure a web site using self >> signed >> > certificate then it displays a pad lock message on to the browser like >> > below: >> > >> > "We recommend that you close this webpage and do not continue to this >> > website. >> > Click here to close this webpage. >> > Continue to this website (not recommended). >> > More information" >> > >> > can we ignore this message while lauching the test for a ssl site using >> > curl-loader? >> > >> > Thanks & Regards >> > Pankaj >> > >> > On Mon, Jul 9, 2012 at 1:55 PM, Neil Croft <in...@ma...> >> wrote: >> >>>> >> >>>> Hi, >> >>>> >> >>>> Wonder if you can assist im looking to switch mobile user-agents in >> >>>> curl-loader requests so that i can test a mobile piwik plugin i >> wrote. is >> >>>> this possible? >> >>>> im trying to call the following url >> >>>> http://stats.mahalamobile.co.za/piwik.php?idsite=1&rec=1 i have >> tried the >> >>>> get and post but cant seem to get piwik to find the impression? >> >>>> any ideas? >> >>>> >> >>>> thanks >> >>>> Regards, >> >>>> Neil Croft >> >>> >> >>> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Live Security Virtual Conference >> >> Exclusive live event will cover all the ways today's security and >> >> threat landscape has changed and how IT managers can respond. >> Discussions >> >> will include endpoint security, mobile security and the latest in >> malware >> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> >> _______________________________________________ >> >> curl-loader-devel mailing list >> >> cur...@li... >> >> https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >> >> >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Live Security Virtual Conference >> > Exclusive live event will cover all the ways today's security and >> > threat landscape has changed and how IT managers can respond. >> Discussions >> > will include endpoint security, mobile security and the latest in >> malware >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> > _______________________________________________ >> > curl-loader-devel mailing list >> > cur...@li... >> > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >> > >> >> >> >> -- >> Regards, >> Robert Iakobashvili, Ph.D. >> >> Home: http://www.ghotit.com >> Blog: http://www.ghotit.com/category/ghotit-blogs/ >> Twitter: http://twitter.com/ghotit >> Facebook: http://facebook.com/ghotit >> ...................................................................... >> Ghotit Dyslexia >> Assistive technology that understands you >> ...................................................................... >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> curl-loader-devel mailing list >> cur...@li... >> https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >> > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > |