2018-12-29, 22:34
Hello,
I'm using protocols that need mutual authentication.
Kodi does not have any option to specify the client's certificate file and the client's private key file. Only allows you to specify the certificate authority.
This is very simple:
CURLOPT_SSLKEY for the private key file
CURLOPT_CAINFO for the CACert
CURLOPT_SSLCERT for the Cert file
Kodi can allow user to enter those options for HTTPS WebDAV, HTTPS directory, SFTP, etc
I don't understand, people have requested it since 2012.
I'm using protocols that need mutual authentication.
Kodi does not have any option to specify the client's certificate file and the client's private key file. Only allows you to specify the certificate authority.
This is very simple:
CURLOPT_SSLKEY for the private key file
CURLOPT_CAINFO for the CACert
CURLOPT_SSLCERT for the Cert file
Kodi can allow user to enter those options for HTTPS WebDAV, HTTPS directory, SFTP, etc
I don't understand, people have requested it since 2012.