Our requirement is to create bulk roles in ISC automatically for which we wanted take leverage of “IdentityNow Bulk Access Profile and Role Importer” as per the below URL.
However, When we tried to trigger the Bulk Role Importer file, we got the attached error(related to SSL connect, network protocol).
One of the prerequisites for using the Bulk Role Importer is as under:
“This also requires outbound access over HTTPS (443) for REST calls to IdentityNow”.
I am looking for ways on how to overcome the cited error. Looking forward for suggestions on this.
Have you checked in all places, there might be multiple places where ttp.use_ssl = true , so after every instance add this line http.verify_mode = OpenSSL::SSL::VERIFY_NONE
Downloaded the “cacert.pem” file into my local system, added the system variable in environment variables. Got the above error response. Am i missing something here?
@shekhardas1825 : Still getting the same error. I have placed the pem file in my local directory rather than directly in C Drive as my system is not allowing to create new folders in directly in C drive due to permission issue.
@shekhardas1825 : I dont have any “railsinstaller” folder within C Drive.
I have placed the pem file in my local system(C:\Users\kgopu\Desktop\identitynow-bulk-configuration\identitynow-bulk-configuration\PEM\cacert.pem). Anyway, I am referring this path in System Variables. Will this be an issue?
Okay, please copy the “cacert.pem ” under “\Ruby32-x64\bin\etc\ssl” wherever you have installed the ruby and update you system variable with this path.