www-ssl setup

All docs are wrong (applies to v5.21)

do this with openssl:

openssl genrsa -out mikroTik.ca.key.pem 2048
openssl req -new -x509 -nodes -days 9999 -key mikroTik.ca.key.pem -out mikroTik.ca.cert.pem

Drag and drop both files into winBox, then import both files. Cert will show up with KR flag.
Use it for www-ssl and you are done. No fuss!

hi,
I have a rb750 wth 5.21. I have a rapidshare ssl-cert. Works fine with an Apache Server. When I import it to RB I have the following issue:
Fehler 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unbekannter Fehler.

ip services www-ssl is enabled and certificate is selected
no FW issue (ip allowed from my ip address)

any idea?

Thx Richard

Just as it says: Cipher Mismatch. MikroTik needs a certificate with RSA encryption, no DES. I would resort to openssl and keep at peace.

Thx, the issue is solved inbetween. The key file with RSA key was broken. Everything works fine.
Thx
Richard

Hello ,
I’m having the same problem coul’d you help me please
TRIMAKUS