-
Notifications
You must be signed in to change notification settings - Fork 68
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
Dokuwiki proxy setting is ignored #245
Comments
Related fixed issue #210, but about the QR code. There the httpclient was updated, no idea of that fits in solution for this as well. |
@XANi how is the last version of dw2pdf behaving? Brings that version improvements? |
Are there any news here? |
Hi @Dennis-Bezold you tested it? What were your findings? At the moment it is not clear if it is really broken. So any description that let us allow reproducing an lacking situation is welcome. For now I assume it is working.. |
Hi @Klap-in, The interesting part is, when I'm creating the pdf the QR Code is displayed as an red x with no errors or problems in DevTools. But when I'm doing the export with &debughtml=html then the QR Code is displayed and available in the browser. I'm not sure what the problem is. We're running an nginx webserver 1.14.1 on a Rocky Linux release 8.5 Server. Dokuwiki is configurated with an proxy server and able to for exmple download plugins and so on. If you need any logfile entrys, please let me know. |
I have no proxy available, so I cannot test and I have very limited time. dokuwiki-plugin-dw2pdf/action.php Line 394 in 5d4af50
See for examples the other settting below this line. I suspect that RemoteContentFetcher does not use the proxy settings of DokuWiki. |
mpdf support a proxy via curl. mpdf/mpdf#1008 |
The QR code is now created locally, since #482. |
dokuwki proxy setting is not propagated into dw2pdf so it is impossible to set up proxy without modyfing php files manually
The text was updated successfully, but these errors were encountered: