- I have configured WPT server in AWS (ami-fcfd6194). I have configured nginx to use SSL (self-signed cert).
- WPT server sits behind load balancer. I have installed CA signed certs on load balancer.
- THe location.ini for server is as follows:
[locations]
1=Virginia-Agent
default=Virginia-Agent
[Virginia-Agent]
1=Virginia
label=“Virginia agent”
default=Virginia
[Virginia]
browser=IE 11,Chrome,Firefox,Safari
-
Currently there is only one WPT server instance behind this LB
-
From a rest client I send a Test run request to WPT server. I see the request in the server logs and request sits in a queue with response
“statusCode”: 101,
“statusText”: “Waiting at the front of the queue…”, -
I configured WPT agent (ami-4a84a220) with user data
wpt_server= wpt_loc=Virginia wpt_validcertificate=1 -
I dont see any polling work requests in the server logs. Neither am I seeing agent take on any work and requests\work being completed
-
I have tried changing user_data to wpt_validcertificate=0 and also removing it, but it still does not work
-
How do we turn on logging for wpt_driver? I dont see any logs for wpt_driver
-
We tried updating agent to latest but we get “Problem loading, trying to load settings” message