ASP Crystal Reports asks for database credentials after changing to HTTPS -
I know that this question has been asked many times, but I have a slight variance of it that I try to solve I am doing / P>
I have a crystal report on the old web system written in classic ASP. I have been running all the reports without any problems for many years, although recent security had improved so that the system is now accessible to HTTPS. Could. Since this change reports have begun to ask for database credentials. If SSL is disabled, then it returns back to the regular HTTP, then they start working again.
The system was created by another developer who has gone since then, so I am not very familiar about it, but as far as I am fully aware that the system DSN is installed in the server's control panel The IIS is running which is set to. The database is located on a different server.
Does anyone have a suggestion that after changing the report into HTTPS, will you start asking for the database credentials and how to solve it? I will not be able to make any code changes in the application because the source code is not available, but I can modify the report and play with connection settings etc.
I detected the problem the site was running HTTPS but the button for the report was in such a form That HTTP was submitted and then it was redirected back to HTTPS. This was the reason for the session information or the loss of things like that. Fortunately, the Form Action URL was stored in the database, so it was a simple matter to solve it.
Comments
Post a Comment