python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Should I use OpenSSL or gnutls with Apache 2.4?
I went through a lengthy process removing mod_ssl and replaced it with gnutls because I wanted to use TLS 1.3.
The difference I’ve noticed is gnutls doesn’t support older, legacy methods, only new one...
ajmcello
Votes: 0
Answers: 1
GnuTLS Error -50: Cannot install packages from Github in Rstudio?
The following lines prompt an error (which differs from this question):
library(devtools)
install_github("StatsWithR/statsr") # the same for any other open repos
The error is this:
Error: ...

Lerner Zhang
Votes: 0
Answers: 1
Is libcurl thread safe when built with GnuTLS
One of the requirement for libcurl to be thread safe is that the underlying SSL library should be thread safe.
According to documentation of GnuTLS, it is thread safe by design.
The GnuTLS library is...
Karthick
Votes: 0
Answers: 1
Does Apache Guacamole support VNC Connection with GNUTLS?
Currently I've working on my custom Remote Desktop Service which is strongly based on Apache Guacamole.
I found that I can encrypt VNC connection between Guacamole (which is actually LibVNCClient) and...
redjen
Votes: 0
Answers: 1