Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
@@ -3,7 +3,11 @@ If you encounter any troubles while using the DNSSEC/TLSA Validator turn the deb
...
@@ -3,7 +3,11 @@ If you encounter any troubles while using the DNSSEC/TLSA Validator turn the deb
Mozilla Firefox
Mozilla Firefox
---------------
---------------
The browser's **about:config** menu contains items named **extensions.dnssec.dnssecdebug** and **extensions.dnssec.danedebug**. Find these items using the search field and switch them to **true** by double-clicking them. Then start Firefox from a terminal. All DNS queries and responses from and to DNSSEC/TLSA Validator will be dumped to the terminal along with other debugging messages.
The browser's **about:config** menu contains items named **extensions.dnssec.dnssecdebug** and **extensions.dnssec.danedebug**. Find these items using the search field and switch them to **true** by double-clicking them. This will enable debugging information from the validator core to be dumped as text strings to standard error output.
Then start Firefox from a terminal. All DNS queries and responses from and to DNSSEC/TLSA Validator will be dumped to the terminal along with other debugging messages.
If you want to enable debugging information generated from the encapsulating JavaScript code, then enable **browser.dom.window.dump.enabled** in **about:config**. Debugging information are going to be generated into the browser console.
Upper case prefix means that the debug info is from plug-in core, lower case means debug info from JavaScript.
Upper case prefix means that the debug info is from plug-in core, lower case means debug info from JavaScript.