Skip to content

Instantly share code, notes, and snippets.

View tromlet's full-sized avatar

Tom Spettigue tromlet

View GitHub Profile
@tromlet
tromlet / openvpn_directory_structure
Last active September 14, 2020 19:29
A basic directory structure for placement of OpenVPN-relevant files.
vpn/
server/
server.conf
keys/
ca-chain.crt
server.crt
server.key
ta.key
client/
client.conf

So that was the dumbest thing. I have a love-hate relationship with OpenVPN. When it works, it works WELL. When it doesn't, it's usually because of some obscure incompatibility with network devices or a cryptographic oversight on my part, since I've been configuring it and setting it up for the better part of seven years. Anyways, that's just me bitching - I figured I'd put the relevant information here in case some other poor, lost soul has this issue.

I was getting the following error message on OpenVPN 2.4.9 on Windows x64 (Server 2019 Essentials):

Wed Nov 25 00:38:30 2020 us=37816 MULTI: multi_create_instance called
Wed Nov 25 00:38:30 2020 us=37816 192.168.1.23:51026 Re-using SSL/TLS context
Wed Nov 25 00:38:30 2020 us=37816 192.168.1.23:51026 Control Channel MTU parms [ L:1621 D:1184 EF:66 EB:0 ET:0 EL:3 ]
Wed Nov 25 00:38:30 2020 us=37816 192.168.1.23:51026 Data Channel MTU parms [ L:1621 D:1450 EF:121 EB:406 ET:0 EL:3 ]
Wed Nov 25 00:38:30 2020 us=37816 192.168.1.23:51026 Local Options String
@tromlet
tromlet / 20220125-rbenv-install-error.md
Created January 25, 2022 21:11
This is a markdown file detailing the errors I'm encountering installing Ruby 2.7.5 for my (extremely simple!) Rails 6.0.4.4 application on a fully-updated instance of CentOS 7.

This is the output from the shell:

[root@example-staging example-app]# rbenv install 2.7.5
Downloading ruby-2.7.5.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.5.tar.bz2
Installing ruby-2.7.5...

BUILD FAILED (CentOS Linux 7 using ruby-build 20211227-5-g4f1e62f)