Hi!
I’ve deployed my website with netlify and everything works fine, however, i intend to use the website as a client for my java server that i host on my raspberry pi.
I use websocket to connect to my java server, however, when i use normal ws it works locally but on deploy i get mixed content error. The problem seems to be related to https ssl, im quite new with this… Apperently i need some type of certificate to talk now between my site and my server? I can’t disable https either it seems. So how do i get the certificate so my server can connect?
thx