stud icon indicating copy to clipboard operation
stud copied to clipboard

The Scalable TLS Unwrapping Daemon

Results 65 stud issues
Sort by recently updated
recently updated
newest added

Use --client, but stud error like: stud: stud.c:688: init_openssl: Assertion `CONFIG->CERT_FILES != ((void *)0)' failed. Aborted (core dumped) Must specify a cert file for init args.

Release: `brew install http://git.io/stud` Head: `brew install http://git.io/stud --HEAD` [Direct link to Source](https://raw.github.com/steakknife/homebrew/stud/Library/Formula/stud.rb)

For instance: ``` pem-file = "/etc/stud/pem.d/*.pem" ``` For convenience in automated environments (throw a pem file in pem.d, reload stud).

Greetings, I am a newbee. I cannot figure the commands out. This is what I am giving stud. root@302261:/keys# stud -b 192.168.1.12,3128 -f almostnatural.us,8443 /keys/almostnatural_us.pem In the keys folder, I...

This is extremely strange, but with "--syslog" on, I got a serious amount of dropped connections. Around 50% of curls looked like this: ``` → curl -i https://domain.com curl: (35)...

It seems like shctx.c is written with several inline assembler parts to get atomic operations. GCC has a relatively rich set[1](http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Atomic-Builtins.html) of these; possibly not everything that the file needs,...

The init script provided by stun retrieves the daemonized process PID as follows: ``` out=`${prefix} ${STUD} ${opts} 2>&1` ... stud_pid=`echo "${out}" | tail -n 1 | cut -d " "...

I read in the readme file that using the shared memory option for shared sessions adds a lot of complexity to gain some speed. This bothers me a bit and...

I have two Stud (master) compiled in two servers and running twice in each server: - Server 1: openssl 0.9.8o-4squeeze7 (Debian) - Stud SSL: with --ssl option - Stud TLS:...

all of a sudden I'm seeing child terminations with a SIGABRT, but I have no idea why. I checked file descriptors and that seems fine, it just started yesterday and...