Hi team,
Getting Invalid SSL cert. error while trying to execute a test on windows invoking a IE instance.But able to get the measures for chrome. have listed the ini files for reference.
Its a private instance server being deployed on Linux Ubuntu 3.5.0-23-generic and agents on Windows Server 2012
agent version 2.12.
Please let us know how to increase the log level to see what happens when something fails.
locations.ini:
[locations]
1=Lasvegas_location
label=“Las Vegas”
2=Controller_location
label=“Controller”
default=Lasvegas_location
[Lasvegas_location]
1=Lasvegas_IE
label=“Lasvegas_IE”
;default=Lasvegas_IE
2=Lasvegas_wptdriver
label=“Lasvegas_Chrome”
[Lasvegas_IE]
browser=IE 9
browserExe=pagetest.exe
label=“Lasvegas IE 9”
wpt_key=secretkey
connectivity=LAN
[Lasvegas_wptdriver]
browser=Chrome,Firefox
label=“Lasvegas_ChromeFireFox”
key=secretkey
connectivity=LAN
[Test]
browser=Chrome,Firefox
label=“Test Location”
[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org Dulles, VA - IE8”
relayServer=“http://www.webpagetest.org/”
relayKey=
relayLocation=Dulles_IE8
wptdriver.ini:
[WebPagetest]
url=http://10.9.240.21/
location=Lasvegas_IE
browser=IE 9
Time Limit=120
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat
[chrome]
exe=“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://www.webpagetest.org/installers/browsers/chrome.dat
[Firefox]
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
[Safari]
exe=“C:\Program Files\Safari\Safari.exe”
[IE9]
exe=“C:\Program Files (x86)\Internet Explorer\iexplore.exe”
urlblast.ini:
[Configuration]
Startup Delay=30
Log File=c:\webpagetest\agent\urlblast
Timeout=120
Use Current Account=1
; Where to get work from
Url Files Url=http://10.9.240.21/work/
Location=Lasvegas_IE
Location Key=TestKey123
Thanks
Sattish