da-h / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
79 stars 8 forks source link

Skipping certification validation in HTTPS #43

Closed c3r34lk1ll3r closed 2 years ago

c3r34lk1ll3r commented 2 years ago

I have added the feature for skipping the certificate validation during https connection. This feature is useful if the server is self-hosted and/or the certificate is self signed (or signed by an not trusted CA).

Thanks to general settings AirLatex_insecure it is possible to perform insecure connection.

da-h commented 2 years ago

Hi,

thanks the change. :+1:

I am happy to merge this feature, however, could you please rename the variable AirLatex_insecure according to already existing variables? Possibly AirLatexAllowInsecure would fit a bit better the current scheme.

Best, da-h

c3r34lk1ll3r commented 2 years ago

Hi,

I have changed the variable name

da-h commented 2 years ago

Hey there, thanks the change & for making this project usable step-by-step. :)