WPT Agent (ami-4a84a220) work request not seen on WPT server using SSL connection

  1. I have configured WPT server in AWS (ami-fcfd6194). I have configured nginx to use SSL (self-signed cert).
  2. WPT server sits behind load balancer. I have installed CA signed certs on load balancer.
  3. 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

  1. Currently there is only one WPT server instance behind this LB

  2. 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…”,

  3. I configured WPT agent (ami-4a84a220) with user data
    wpt_server= wpt_loc=Virginia wpt_validcertificate=1

  4. 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

  5. I have tried changing user_data to wpt_validcertificate=0 and also removing it, but it still does not work

  6. How do we turn on logging for wpt_driver? I dont see any logs for wpt_driver

  7. We tried updating agent to latest but we get “Problem loading, trying to load settings” message