-
Notifications
You must be signed in to change notification settings - Fork 2
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
"http" instead of "https" during submission process #17
Comments
The problem seems indeed to be related to the fiduswriter-ojs-plugin. In |
This "https" should already be set correctly if the installation contains "https" at the time when OJS and FW are connected with oneanother. This should only happen if the Fidus Writer server initially is installed at an address with "http://" and later on it is moved to "https://". |
I wonder - did you set this line:
In the nginx configuration as described here: https://github.com/fiduswriter/fiduswriter/wiki/Installation-and-configuration-on-Ubuntu-using-snap#proxy-fidus-writer-on-port-80-using-nginx |
Ah, okay. I am still awaiting the response from our technical administrator if this is really the solution for the problem described above. Perhaps I should have been more patient ... |
During submission via Fiduswriter to OJS, two rows are added to the backend-MySQL-table "submission_settings" that handle the communication between FW and OJS. It appears that in the row for the address of the FW-server, the URL erroneously starts with "http:". This leads to an error 500 when clicking on the Fiduswriter-link in OJS. If changed manually to "https:", everything works as expected. The error might also originate in the fiduswriter-ojs-plugin.
The text was updated successfully, but these errors were encountered: