The poll_device.sh script is hardcoded to use http protocol using the following syntax:
$SPECROOT/Install-Tools/SRM-Tools/poll_device.sh
Usage: poll_device.sh -s <server> -p <port> -u <user> -w <password> -m <model handle> [-d] [-h]
Where:
-s <server name>
OneClick Tomcat server host name
-p <port>
OneClick Tomcat server web port
-u <user>
OneClick web user name
-w <password>
OneClick web user password
-m <model handle>
Device model handle
-d
(Optional) Enables debugging
-h
(Optional) Prints out this usage help
How is possible to launch it in HTTPS?
Release : 10.4.x
Component :
in HTTP: poll_device.sh -s <server> -p <port> -u <user> -w <password> -m <model handle> [-d] [-h]
in HTTPS: poll_device.sh -s https://<server> -p <port> -u <user> -w <password> -m <model handle> [-d] [-h]
So for https specify https:// before the OneClick server name