While using goSam I noticed that I was unable to connect to tunnels using certain types of encrypted leasesets. In particular I was unable to connect to a tunnel created with the encrypted leaseset type of encrypted with lookup password.
This produced the following error:
ReplyError: Result:KEY_NOT_FOUND - Reply:&{Topic:NAMING Type:REPLY Pairs:map[NAME:<b32 address omitted> RESULT:KEY_NOT_FOUND
However if I use the encrypted leaseset type of encrypted leaseset (AES) goSam successfully connects to the address. I am providing the goSam.SetEncrypt(true) option when creating the client.
While using goSam I noticed that I was unable to connect to tunnels using certain types of encrypted leasesets. In particular I was unable to connect to a tunnel created with the encrypted leaseset type of
encrypted with lookup password.This produced the following error:
However if I use the encrypted leaseset type of
encrypted leaseset (AES)goSam successfully connects to the address. I am providing thegoSam.SetEncrypt(true)option when creating the client.