Displaying 5 results from an estimated 5 matches for "sslcipher".
Did you mean:
ssl_cipher
2009 Jul 24
2
TLS Manager
...protection for the
asterisk manager. manager.conf allows one to specify the cert file but
one normally must also specify the private key file. If I simply enter
the cert file:
sslenable=yes
sslbindport=5038
sslbindaddr=172.x.x.8
sslcert=/etc/pki/tls/certs/pbxc.pem ; path to the certificate.
; sslcipher=<cipher string>
It errors as I expect it would:
pbx*CLI> manager reload
== Parsing '/etc/asterisk/manager.conf': == Found
SSL cert error </etc/pki/tls/certs/pbxc.pem>
How does one specify the private key for the manager.conf file? Thanks -
John
--
John A. Sullivan II...
2016 May 27
2
asterisk odbc segfaults
...SQL connection to 'pbxdb' database
Driver = MySQL ODBC 5.3 Unicode Driver
Database = pbxdb
Server = localhost
UserName = top
Password = secret
Port = 3306
Socket = /var/lib/mysql/mysql.sock
#SSLCIPHER = AES256-SHA
Charset = utf8
--
---------------------------------------
Marek Cervenka
=======================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-use...
2016 May 27
2
asterisk odbc segfaults
...= MySQL ODBC 5.3 Unicode Driver
>> Database = pbxdb
>> Server = localhost
>> UserName = top
>> Password = secret
>> Port = 3306
>> Socket = /var/lib/mysql/mysql.sock
>> #SSLCIPHER = AES256-SHA
>> Charset = utf8
>>
>>
>>
>> --
>> ---------------------------------------
>> Marek Cervenka
>> =======================================
>>
>>
>
>
> --
> --------------------...
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi,
Just trying to get my first database based rails app up on
dreamhost.com. The app was working prior to putting in mysql DB usage
but I''m just stuck on getting the app working with mysql. I''ve already
created the database and can connect to it manually.
Below is the error I get after running the rake migrate. It worked OK
on my home PC environment. I did change the
2003 Dec 01
0
No subject
...samba-2.2.1a-vanilla/source/param/loadparm.c samba-2.2.1a/source/param/loadparm.c
--- samba-2.2.1a-vanilla/source/param/loadparm.c Fri Jul 6 04:01:44 2001
+++ samba-2.2.1a/source/param/loadparm.c Mon Jul 16 14:49:19 2001
@@ -223,6 +223,9 @@
char *sslClientCert;
char *sslClientPrivKey;
char *sslCiphers;
+ char *sslEgdSocket;
+ char *sslEntropyFile;
+ int sslEntropyBytes;
BOOL sslEnabled;
BOOL sslReqClientCert;
BOOL sslReqServerCert;
@@ -749,6 +752,9 @@
{"ssl server key", P_STRING, P_GLOBAL, &Globals.sslPrivKey, NULL, NULL, 0},
{"ssl client cert", P_STRING, P_GL...