Josef Miegl
Josef Miegl
`gpu_freq=250` v `/boot/config.txt` mas?
Thanks for your efforts! Unfortunately it doesn't work. Tested on somewhat older and latest routeros. Output: ``` 140038383850880:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c:1407:SSL alert number 40 ros_connect failed: Success ```
bad guess - openssl from arch ``` $ openssl version OpenSSL 1.1.0h 27 Mar 2018 ```
I just can't get it to work. ADH-AES256-SHA and other ADH ciphers are available. ``` $ openssl s_client -tls1 -cipher "ADH AES256 SHA " -debug -msg -state -connect mikrotik:8729 CONNECTED(00000003)...
Here is PKGBUILD for openssl https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/openssl How did you build openssl to work with api-ssl?
Thanks, that works. Maybe librouteros should build it's own older version of openssl, because newer versions (since 1.1?) just don't work with api-ssl (well at least without certificate).
There's no way of connecting with recent openssl 1.1. With openssl 1.0 (1.0.2o in this case) it works. ``` $ openssl-1.0 s_client -tls1 -cipher "ADH AES256 SHA " -debug -msg...
@rpv-tomsk that's because you use a certificate. Do `/ip service set api-ssl certificate=none` and try again. On openssl 1.1.* it won't work.
@rpv-tomsk you must specify cipher and tls1 `openssl s_client -tls1 -cipher "ADH AES256 SHA " -debug -msg -state -connect mikrotik:8729`
Something like setting RT and others via fifo pipe would be great.