Wemos d1 mini pro https request

Hi guys. I created wemos based weatherstation, currently im sending the data to database using http. I want to switch to https, while its more secure. I asked friend of mine how he did it, and he said he used built in bearssl library. I thought its great idea, and also wanted to implement it. I started looking for it, he said he found it in examples and was called basic https request. I was looking for it for a while and cant find it, in examples i have only basic http request. Also i tried to install bearssl library, and then while compiling sketch i was getting error that the another one library connected with the bearssl is not included. I tried to update the esp8266wifi and esp8266httpclient library but it says i have the latest version. Any possible solutions?