Need to use HTTP instead of HTTPS for AutoPass License Server
Question ID: 107324
1
0

We need to run our AutoPass License Server on HTTP, not HTTPS but when I change the URL it does not work. Does anyone know how to get it to work?

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on January 6, 2017 5:15 pm
255 views
Answers (1)
1
Private answer

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

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on January 6, 2017 5:23 pm
0
Thanks, that is really helpful.
( at January 6, 2017 5:25 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top