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

Unable to Use Module on Azure AppService environments #36

Closed
mitchelsellers opened this issue Jul 17, 2018 · 3 comments
Closed

Unable to Use Module on Azure AppService environments #36

mitchelsellers opened this issue Jul 17, 2018 · 3 comments

Comments

@mitchelsellers
Copy link
Collaborator

After adding my IP to the IP Address whitelist, the module still fails to load this is due to the fact that with Microsoft Azure the IP address that is coming in has a port number after it. Below is what I get in the PolyDeploy_EventLogs table

Whitelist check failed for IP address: x.x.x.x:58290, forwarded by: x.x.x.x.

Can we either get a way to bypass this filter entirely or support for a port. (NOTE: This port # is dynamic and changes often)

bdukes added a commit to EngageSoftware/PolyDeploy that referenced this issue Jul 17, 2018
Allow forwarded IP address with port number

Fixes DNNCommunity#36
@bdukes
Copy link
Contributor

bdukes commented Jul 17, 2018

@mitchelsellers can you try to change from my PR and see if that helps?

@mitchelsellers
Copy link
Collaborator Author

@bdukes This looks to have fixed it! At least now I'm able to try things out!

@bdukes
Copy link
Contributor

bdukes commented Sep 6, 2018

@mitchelsellers sorry, I had forgotten to send this change as a PR, it's now submitted as #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants