I have done this, according to http://www.tc.umn.edu/~brams006/selfsign.html, part 1B (generating your own CA):
a) create a CA authority (ca.key and ca.crt)
b) make a certificate request (server.csr)
c) sign the certificate request (server.crt and server.key) with the new CA authority
d) change the server key so it does not ask for a passphrase.
Afterwards, the server.crt and server.key files are included in /usr/share/fred-client/ssl directory, and the fred-client configuration file is modified like this:
ssl_cert = %(dir)s/server.crt
ssl_key = %(dir)s/server.key
Now, if I try to run fred-client this is the result:
ERROR: socket.sslerror: [Errno 1] _ssl.c:480: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca (200.107.82.18:700)
Certificate not signed by verified certificate authority
What should I do for fred-client to identify these certificates as valid?.
Thanks in advance.
Note: the new fred-client is perfectly compatible with FRED 2.2.
--
Mario Guerra <mguerra(a)nic.cr>
Greetings,
I am experiencing a bit of a problem here on daphne, out of nowhere. The
FRED services have never stopped running for two months now but daphne puts
out the following message after hitting login.
Error:
Error: Backend server is not running!
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/fred_webadmin/exposed.py", line 25,
in _wrapper
return view_func(*args, **kwd)
File "/usr/lib/python2.7/dist-packages/fred_webadmin/controller/adif.py",
line 241, in login
self._authenticate(form, admin)
File "/usr/lib/python2.7/dist-packages/fred_webadmin/controller/adif.py",
line 175, in _authenticate
auth.authenticate_user(admin, login, password)
File "/usr/lib/python2.7/dist-packages/fred_webadmin/auth/corba_auth.py",
line 11, in authenticate_user
admin.authenticateUser(recoder.u2c(username), recoder.u2c(password))
File "/tmp/tmprSxSnq", line 6903, in authenticateUser
TRANSIENT: CORBA.TRANSIENT(omniORB.TRANSIENT_ConnectFailed,
CORBA.COMPLETED_NO)
All FRED services are still running. The logs don't show anything
conclusive, what could be happening?
Regards,
Moeketsi Maphoi
Systems Engineer: LsNIC
Hello.
When trying to unblock a domain using Webadmin it does not show the
Unblock button in despite it is blocked. I'm showing this problem in
this attachment.
Have any of you experienced this?. We are using FRED 2.36 under Ubuntu
16.04.
Any other means of unblocking the domain?
Best
Mario Guerra