It is possible to change the protocol from HTTPS to HTTP. First you have to change the AutoPass License Server (APLS) configuration. To do this,
1. Login to actual server machine (where APLS is installed). Note: do not confuse this with Web client, is actually login to Windows machine.
2. Browse and edit server configuration file (server.xml) found in installed path:
-Windows (Default):
C:Program FilesHPHP AutoPass License ServerHP AutoPass License ServerHP AutoPass License Serverconf
-Linux (default):
/opt/HP/HP AutoPass License Server/HP AutoPass License Server/HP AutoPass License Server/conf
3. Create a copy/backup of ''server.xml''
4. Modify the ''SSLEnabled'', ''scheme'' and ''secure'' attributes of the ''Connector'' with in the server.xml file:
For HTTPS:
SSLEnabled=''true''
scheme=''https''
secure=''true''
For HTTP:
SSLEnabled=''false''
scheme=''http''
secure=''false''
Example:
5. Restart the APLS service.
6. Access UFT machine
7. Modify accordingly:
- Open ''LicenseSettings.xml'' in text editor.
- Locate ''PrimaryServerProtocol'' tags according to desired/selected protocol.
- Save the file
8. You can also change this via the Functional Testing License Wizard. Just open the wizard and change the URL and save the new setting.
9. Restart the testing client
This information was compiled from:
This HPE Document [KM02539443][1]
and
This HPE Document [KM02668853][2]
[1]: https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facetsearch/document/KM02539443
[2]: https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facetsearch/document/KM02668853