Hi, I'm reading guacd code for validating the TLS certificate of RDP server. I saw it is done with a callback function rdp_freerdp_verify_certificate() which will be called in libfreerdp.
When ignore_certificate is not set, it will do thing and just return a FALSE. But from the document, sounds like guacd will validate the server certificate for RDP. Am I missing anything here? Thanks in advance. Zhiyu
