You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason the current timestamp is multiplied by 60? This interferes with the example bash scripts at [1] (and other example scripts on the conftool forums, which by default just use the timestamp) - which is no problem if one knows about it, but can be otherwise quite a pain to find.
Hi @dodinh,
I think the reason was that due to a misconfigured time setting on the development server the simple timestamp based nonce was invalid for a while and ConfTool complained. I don't recall the exact problem but I'm pretty sure I left the multiplication in the code accidentally and it could be removed.
This is just a question about the nonce:
dhconvalidator/src/main/java/org/adho/dhconvalidator/conftool/ConfToolClient.java
Lines 147 to 150 in 13ed23b
Is there a reason the current timestamp is multiplied by 60? This interferes with the example bash scripts at [1] (and other example scripts on the conftool forums, which by default just use the timestamp) - which is no problem if one knows about it, but can be otherwise quite a pain to find.
[1] https://www.conftool.net/ctforum/index.php/topic,281.0.html
The text was updated successfully, but these errors were encountered: