I am using JMeter 3.0 version to record HTTPS Web UI. Our corporate uses configfile.proxy.com file for proxy settings in autoconfig options which doesn't have any port specified. I am trying to invoke JMeter using these options, but without port it will not open, throwing error that port needs to be specified any suggestions?
jmeter -H configfile.proxy.com -P -u someusername -a someuserpassword -N localhost
Also, replaced configfile.proxy.com with ip address(it routes thru LB), didn't work.