Configure connect Board System (SSL) on batch file

Thidalak Photipruck
Thidalak Photipruck Active Partner
Second Anniversary First Comment
edited February 2023 in Platform

On Board SSL. We would like to use batch file for access Board software and log-in to designated users. After we have configured using batch file can only access into Board software but cannot log-in designated users. Is there any relevant key to add in "Batch file" in order to log-in to designated user?

 

image

Accepted Answer

  • Björn Reuber
    Björn Reuber Employee, Community Captain
    500 Likes Fourth Anniversary 100 Comments 5 Answers
    edited July 2022 Answer ✓

    Hi

     

    as Sebastian Gurt said, for loading data it's stongly recommended to use the Board Procedure Launcher (he didn't wrote it, but I assume he wanted to).

    A full list of all Parameters for the Win Client can be found in our help:

    Opening a capsule from command line 

    So you only have to add an /SSL

     

    Regards

    Björn

Answers

  • Hi Thidalak Photipruck,

     

    please refer to this ressource: BOARD Procedure Launcher 

    There is a parameter to enable SSL.

     

    Hope this helps.

     

    BR

     

    Sebastian

  • hi, this is my way to log-in into Board platform with win authentication: "%\AppData\Roaming\Board International\Board 7.0\Autoupdate2\Clients\10.3.0.51220\BoardWinClient.exe" /host "hostname:9700" /sso /winEncryption "on" /multiinstance /capsule "WELCOME.cpsx"

    Modify hostname with the name of your server (and not IP) and maintain /multiinstance  if you want to open more session at the same time. 

    Regards,