You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Force HTTPS for exposed integrations in Web Applications option is enabled in the Environment Security section, Get-OSPlatformModules is unable to connect.
After disabling this option, Get-OSPlatformModules is able to connect.
I can see that in /src/Outsystems.SetupTools/Lib/ServiceCenterWebServices.ps1 the Web Services URIs have only the http version of it.
Would it be possible to change it to try https first, then if unable to connect fallback to http? or vice versa.
Thanks,
Marcos
The text was updated successfully, but these errors were encountered:
Hi Marcos, sorry for the delay..
Yes, you're right.
We want to make the module compatible with PSCore. So those cmdLets will suffer a huge refactor and we will use REST instead of SOAP.
So, for now we will not fix this issue.
If the Force HTTPS for exposed integrations in Web Applications option is enabled in the Environment Security section, Get-OSPlatformModules is unable to connect.
After disabling this option, Get-OSPlatformModules is able to connect.
I can see that in /src/Outsystems.SetupTools/Lib/ServiceCenterWebServices.ps1 the Web Services URIs have only the http version of it.
Would it be possible to change it to try https first, then if unable to connect fallback to http? or vice versa.
Thanks,
Marcos
The text was updated successfully, but these errors were encountered: