Yate Community Forum

Yate server => Installation from packets/SVN/.exe/AppStore => Topic started by: Rjevski on June 02, 2020, 07:14:20 AM

Title: Downloading YATE source code over HTTPS
Post by: Rjevski on June 02, 2020, 07:14:20 AM
Hello,

Does anyone know how can I get a copy of the YATE source via a secure channel such as HTTPS?

At the moment it seems like both binary downloads and SVN go over unencrypted HTTP.

Regards.
Title: Re: Downloading YATE source code over HTTPS
Post by: cc08 on June 02, 2020, 09:37:11 AM
Rjevski, nahuya vam https ?

Here is the working link:

svn checkout https://voip.null.ro/svn/yate/trunk yate

but the certificate is self-signed. Therefore, from SVN there will be additional questions.
Title: Re: Downloading YATE source code over HTTPS
Post by: Rjevski on June 02, 2020, 02:56:10 PM
Thanks for your reply.

Yes I remember trying the HTTPS URL and seeing the self-signed certificate. It helps a bit but still doesn't fully mitigate the risk.

When using software in production I do my best to ensure there's no risk of accidentally ending up with malicious code thanks to an MITM attack. Most software nowadays is distributed over a secure channel (whether HTTPS or HTTP with signatures verified out of band, like Debian's APT that uses GPG keys for this) so I was hoping it would be the same for Yate.