Community discussions

MikroTik App
 
mkhallaf
just joined
Topic Author
Posts: 4
Joined: Thu Nov 01, 2012 5:46 pm

www-ssl setup

Thu Nov 01, 2012 5:54 pm

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!
 
richi777
just joined
Posts: 6
Joined: Wed Nov 07, 2012 12:12 pm

Re: www-ssl setup

Wed Nov 07, 2012 12:24 pm

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
 
mkhallaf
just joined
Topic Author
Posts: 4
Joined: Thu Nov 01, 2012 5:46 pm

Re: www-ssl setup

Thu Nov 08, 2012 10:45 am

Just as it says: Cipher Mismatch. MikroTik needs a certificate with RSA encryption, no DES. I would resort to openssl and keep at peace.
 
richi777
just joined
Posts: 6
Joined: Wed Nov 07, 2012 12:12 pm

Re: www-ssl setup

Thu Nov 08, 2012 10:53 am

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
 
TRIMAKUS
just joined
Posts: 5
Joined: Mon Jul 31, 2017 3:38 pm

Re: www-ssl setup

Tue Aug 08, 2017 5:31 pm

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