Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-OSPlatformModules unable to connect to ServiceCenter WS if HTTPS is forced #82

Open
M8torr opened this issue Jul 10, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@M8torr
Copy link

M8torr commented Jul 10, 2020

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

@pintonunes pintonunes added the wontfix This will not be worked on label Aug 3, 2020
@pintonunes
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants