Hi,
I have 2 environments in which one is set up with virtual host custom domain.I'm logging to splunk with javascript policy inside sharedflow. Same sharedflow is able to send logs to splunk from the environment which is not set up with virtual host. Environment with virtual host is not able to send logs to splunk. I suspected the SSL configuration and to confirm it, i tried with postman and got the SSL error. I disabled SSL certificate validation on Postman and was able to Post to splunk.
I tried same thing in sharedflow Javascript policy :
<DisplayName>JS - Invoke Splunk JS</DisplayName>
<Properties/>
<SSLInfo>
<Enabled>False</Enabled>
</SSLInfo>
But it is still not working.