...
Add the line below to /etc/xroad/services/local.conf
Code Block title /etc/xroad/services/local.conf PROXY_PARAMS="$PROXY_PARAMS -Djavax.net.debug=ssl:handshake "
- Restart xroad-proxy (sudo systemctl restart xroad-proxy).
- View the log in systemd journal (journalctl -f -u xroad-proxy).
Info |
---|
Remember to disable SSL debug once it is not needed anymore. |
...