Closed H5GG closed 1 year ago
LUMINA_TLS = NO then
Assuming the second comment is connected to lumen.abda.nl - non TLS connections would be immediately dropped... You might be able to workaround using socat:
Using socat
to encapsulate TLS:
socat -s -dd tcp4-listen:1234,fork,reuseaddr openssl:lumen.abda.nl:1235,cafile=hexrays.crt
Configuring IDA to use the local server:
LUMINA_TLS = NO
LUNINA_HOST = "localhost";
LUMINA_PORT = 1234
ida7.6 windows, cert updated[https://abda.nl/lumen/hexrays.crt]