I want to use a remote LanguageTool server (because the PC I use for writing is rather weak). If I start the LanguageTool server as HTTP Server and configure it accordingly in TeXstudio, it works. If I start LanguageTool as HTTPS Server and change the entry in TeXstudio to https, it no longer works.
Trying to access the HTTPS Server from Firefox works.
I am using my own certificate, therefore Firefox shows me a certificate error (obviously). Maybe this is also the problem with TeXstudio? But there is no option to set which certificates will be accepted by TeXstudio.
Anonymous
Which OS are you using?
Which version of TeXstudio?
I am using:
Windows 10 Pro Version 1607
TeXstudio 2.11.2 Release Candidate (hg 6157:786e979a5796)
LanguageTool 3.4
I start LanguageTool with:
java -cp languagetool-server.jar org.languagetool.server.HTTPSServer -p 8081 --language=en-US --public --config server.properties
server.properties containts the entries
keystore = keystore.jks
password = [the password]
I've checked the code. There are currently no explict measures to support HTTPS communication with a LanguageTool server. Probably, the out-of-the box configuration in Qt isn't enough.
Ticket moved from /p/texstudio/bugs/1895/