JojiiOfficial / Matrix-ClientServer-API-java

A small and simple java API for the Matrix ClientServer Protocol
GNU General Public License v3.0
43 stars 9 forks source link

HTTPS support #3

Open Polve opened 4 years ago

Polve commented 4 years ago

My server allows only encrypted connections, is this project alive and is there any plan to continue develop it?

It would be very useful!

JojiiOfficial commented 4 years ago

Hi It should work encrypted if you simply prefix your server host with https. I don't work actively on this project anymore, PRs are welcome anyway. If you like it, share it and find people who'd like to contribute and let this project grow.

zankl commented 1 year ago

Hi I tried "host":"https://" and it worked. I suggest to remove the comment

//https not supported yet from the usage section in the project description because this comment scared me away from looking at this project at all.