Has anyone had any experience with using the REST API and run into issues where TLS seems to be blocking the connection
When running this command:
Invoke-WebRequest -Uri $SourceZVMSessionURL -Headers $SourceZVMHeaders -Method POST -Body $SourceZVMSessionBody -ContentType $TypeJSON
I get an error saying that it’s not able to create a TLS/SSL Connection.
The odd thing is that I am actually connecting to the rest api from within the ZVM itself.
Are there any TLS/SSL Requirements/supported versions?
or has anyone seen this behavior before?