You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copied the certificate file to the IDA root installation directory.
Set the environment variables that are mentioned on the homepage to the necessary values. It was unable to connect to the lumen server. Finally, I downloaded the https://github.com/tomrus88/OpenLumina/ plugin to set the server params from IDA Options, after which I am getting the following error:
lumina: connect: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Command "LuminaPullAllMds" failed
Any ideas what is missing?
The text was updated successfully, but these errors were encountered:
Plugin won't work with lumen.abda.nl:1235 server due to server using incorrect certificate.
But using socat should work since it ignores certificate errors. Make sure you are using correct server address/port. In IDA settings you must set it to localhost:1234 when using socat with command above.
Alternatively you can create following bat file and use it to run IDA so it works with socat command above:
@echo off
set LUMINA_TLS=false
set LUMINA_PRIMARY=guest:guest@localhost:1234
set LUMINA_PRIMARY_TLS=false
set LUMINA_SECONDARY=guest:guest@localhost:1234
set LUMINA_SECONDARY_TLS=false
ida.exe "-z 00900000"
Downloaded the certificate from the website of lumen, and within WSL ran the command:
Copied the certificate file to the IDA root installation directory.
Set the environment variables that are mentioned on the homepage to the necessary values. It was unable to connect to the lumen server. Finally, I downloaded the https://github.com/tomrus88/OpenLumina/ plugin to set the server params from IDA Options, after which I am getting the following error:
Any ideas what is missing?
The text was updated successfully, but these errors were encountered: