-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EOF error, Basic256Sha256 #658
Comments
Could this be related to #648 ? |
I created the certificates using crypto.go so the key length should be 2048, dont you think so? |
Just checking. Can you run this with |
Hello, Were you able to solve your problem ? |
Hello, Maybe I find a solution: The problem is the following one: telegraf is using a length of 2048 for the certificat. To fix it you have to do :
|
@magiconair Hello I use Telegraf OPC UA plugin, which uses gopcua.
Is there currently a solution to this problem? |
I have tried
Basic256Sha256
sec policy with Beckhoff PLC TwinCat, generated the certificates using thecrypto.go
provided in the examples. Instead of getting the server timestamp, it errors out before that.happening somewhere over here:
Does anybody else can guide me what I am missing here?
PS : the same certificates I use with python free opcua and the same server everything works normal. Also note when using None SecPolicy in the crypto.go without certificates it works too.
The text was updated successfully, but these errors were encountered: