Skip to content

Instantly share code, notes, and snippets.

View notherealmarco's full-sized avatar

Marco Realacci notherealmarco

View GitHub Profile
@simonesestito
simonesestito / main.go
Last active January 7, 2023 09:51
CFG derivation tester
package main
import (
"fmt"
"strings"
)
func main() {
// ! Edit grammar
cfg := NewGrammar('S', map[byte]Rule{
@simonesestito
simonesestito / README.md
Last active April 15, 2024 12:35
eduroam connection fix

Error

journalctl --boot --unit wpa_supplicant.service --follow

wpa_supplicant[888]: SSL: SSL3 alert: write (local SSL3 detected an error):fatal:protocol version

wpa_supplicant[888]: OpenSSL: openssl_handshake - SSL_connect error:0A000102:SSL routines::unsupported protocol

That may indicate that the network you're trying to connect to, requires some very old protocols.