Page 1 of 1

www-ssl setup

Posted: Thu Nov 01, 2012 5:54 pm
by mkhallaf
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!

Re: www-ssl setup

Posted: Wed Nov 07, 2012 12:24 pm
by richi777
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

Re: www-ssl setup

Posted: Thu Nov 08, 2012 10:45 am
by mkhallaf
Just as it says: Cipher Mismatch. MikroTik needs a certificate with RSA encryption, no DES. I would resort to openssl and keep at peace.

Re: www-ssl setup

Posted: Thu Nov 08, 2012 10:53 am
by richi777
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

Re: www-ssl setup

Posted: Tue Aug 08, 2017 5:31 pm
by TRIMAKUS
Hello ,
I'm having the same problem coul'd you help me please
TRIMAKUS