-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Config syntax, missing ';' at index: 1073 #52
Comments
Same issue here:
Digitalocean droplet running Ubuntu 18.04 LTS + Serverpilot. First time I installed RWSSL (2.0.4) on this particular server. Do not have this issue on another similar server still running RWSSL version 2 (not the v2.0.4 update). @rehmatworks please help! |
Same issue. |
I know many people comes here. And the script is confirmed not working now by the author. |
Config syntax, missing ';' at index: 984 for me :) |
Thanks for sharing this. Really great article and works perfectly. |
The error seems to stem from the nginx.py module. Simply resaving each conf file within /etc/nginx-sp/vhosts.d/ is a solution, but it will comeback since the configs are generated or modify the nginx.py module to remove the check that was added. peakwinter/python-nginx@8c10798 /usr/local/lib/python3.6/dist-packages/nginx.py
Starting at line 518
if ";" not in data[index:] and index+1 != len(data):
# If there is still something to parse, expect ';' otherwise
# the Key regexp can get stuck due to regexp catastrophic backtracking
raise ParseError("Config syntax, missing ';' at index: {}".format(index)) |
I obtain this error when I try to generate certificate with
rwssl getcert --app
In Ubuntu 18.04
The text was updated successfully, but these errors were encountered: