Identity Security Cloud-SQLLoader-https-csv

I am creating a sourcetype “SQLLoader” in Identity Security Cloud (ISC).
Windows Server is domain joined, I have IIS installed, and I plan to place a CSV file in the default IIS folder and then import the information written in the CSV file into ISC.
In the default configuration, IIS supports HTTP, and the source configuration in ISC also has an HTTP connection with the following URL.
jdbc:csv:/http://WindowsServerのFQDN/csvFolder

I would like to change this to https, what should I do in Windows Server, VA and ISC source settings?

close
ルート証明書をVAに入れることで解決しました。

How do you resolve this?

The following has been implemented
・Issue a server certificate including the FQDN of the IIS server to the SAN.
・Apply the server certificate by editing the bind of the IIS site. (https)
・Store the root certificate in the following directory of the VA.
/home/sailpoint/certificates
・Execute “sudo systemctl restart ccg”.
・Add the IP address, FQDN, and host name of the IIS server to “hosts.yaml
・Execute “sudo systemctl restart charon”.

The URL to be set in the source is set as follows.
“jdbc:csv:/https://WindowsServer’s FQDN/csvFolder”

1 Like