-
Notifications
You must be signed in to change notification settings - Fork 288
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
script is broken if reading from file #96
Comments
Your syntax is incorrect. There should be a space between the domain name and port: $
Please see this article for practical examples. |
here is the fix |
If that is the case, could you please edit the documentation, since nowhere it is stated what the file to read form should look like. If you could perhaps adjust this line
like so
I apologize if I overlooked something! |
This is thoroughly documented in the official documentation. |
it is not here: it is not here: So by no means is it thoroughly documented. I see two places you can improve that. |
Anyway, I learned a great deal on openssl from analysing this script. I did find one error it does not catch:
In this situation the server does resolve, but wrongly and no certificate is downloaded. Your error checking gets a lot of errors, but misses this one. |
When I fire the script to read from file it fails:
when I use it interactively it works fine
The text was updated successfully, but these errors were encountered: