Forum Discussion
Just wondering if anyone has the solution to this issue? Adding header to IIS and modifying web.config doesn’t work for me.
Tried to tunnel using serveo and pagekite, but still receiving the same error.
Below is my IIS header setting:
- Former Member2 years ago
nagendra AngelaIp
I managed to fix this CORS issue. It comes down to mixed content being blocked by browser (ie: visiting website from https:// but some content is served using http://). When tunneling with ngrok, the default scheme used is https, thus causing some issue when some part of aras is loaded using http.eg of mixed content being blocked.
Below is my configuration for IIS response header, 0authserver config, and ngrok.
IIS
Content-Security-Policy header for HTTP allow for the browser to treat http request as a valid https request. (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/upgrade-insecure-requests)
Some of the headers are not required but i tend to just leave it like that.
0authserver web.config
0authserver 0auth.config
ngrok
ngrok tunnel was served using both http & https scheme.
Accessing Aras through ngrok tunnel
- nagendra2 years agoIdeator I
I have followed the steps. I am getting the below error. I have checked my config files for typos. But no luck. Please suggest.
- Former Member2 years ago
Can you verify that you’re able to sign in to aras locally?
This might help to troubleshoot www.aras.com/.../aras-12-error-cannot-access-oauth-server-due-to-500-internal-server-error