We’ve bind our DNN site to http (80) URL.
URL has AWS SSL certificate.
Problem is when we navigate page to page https change into http.
(But all pages can be access by https://.....)
We tried IIS redirect binding. – Not worked.
(Pages are redirecting to endless loop)
Then we tried redirect using web config. – Not worked.
(500 server error occurred)
How can I fix this issue.