We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Raspberry Pi OS (64-bit) Lite Bookworm
Quick install
Onboard wireless chipset
Raspberry Pi Zero W
3.1.3 (Latest)
No other software
No response
I've tried to upload openvpn config file profile-openvpn(6).ovpn but this caused errors in the UI and the config wasn't added.
profile-openvpn(6).ovpn
It looks as if filenames are not escaped/quoted in the shell commands within the PHP causing the failure, e.g. https://github.com/RaspAP/raspap-webgui/blob/master/includes/openvpn.php#L131 (and another few instances within the same file)
Upload openvpn profile with filename profile-openvpn(6).ovpn
The text was updated successfully, but these errors were encountered:
@jimmyjones2 thanks for reporting
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Code of Conduct
Issue reporting checklist
Operating System
Raspberry Pi OS (64-bit) Lite Bookworm
Quick install or Manual setup?
Quick install
Onboard wireless chipset or external adapter?
Onboard wireless chipset
Hardware
Raspberry Pi Zero W
RaspAP version
3.1.3 (Latest)
Other software or services running with RaspAP?
No other software
Contact details (optional)
No response
Bug description
I've tried to upload openvpn config file
profile-openvpn(6).ovpn
but this caused errors in the UI and the config wasn't added.It looks as if filenames are not escaped/quoted in the shell commands within the PHP causing the failure, e.g. https://github.com/RaspAP/raspap-webgui/blob/master/includes/openvpn.php#L131 (and another few instances within the same file)
Steps to reproduce
Upload openvpn profile with filename
profile-openvpn(6).ovpn
Screenshots
No response
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: