Displaying 20 results from an estimated 8000 matches similar to: "SSL/TLS handshake stays forever without timeout"
2006 Jan 23
1
simple problem
Hi,
look this:
> summary(fam??lia)
Anacardiaceae Annonaceae Bombacaceae Cecropiaceae
2 4 1 3
Chrysobalanaceae Clusiaceae Euphorbiacaea Fabacea
1 1 4 3
Fabaceae Flacourtiaceae Humiriaceae indeterminada
2016 Mar 17
4
TLS handshake issue
dovecot-2.0.9 on CentOS 6.7
The system in question is not connected to the Internet, so I can't
copy-and-paste. I have to type anything required :-(
Brand-new out-of-the-box install with a really minimal dovecot.conf
including:
service imap-login {
inet_listener imaps {
address = 192.168.1.10
port = 143
ssl = yes
}
}
ssl_cert=</etc/pki/tls/certs/dovecot.pem
2003 Feb 03
10
On very different journalling activity on 2 servers.
Hello Folks,
We have 2 (identical hardware) busy public 2U rack servers, both have
several hundred users & peak email (for example) deliveries at 300/5min
during the daytime.
Both servers run RAID1 over 2 EIDE disk drives.
One server is fine - it never has problems - it is running RH7.3 and CPU
loads are normal.
The other server has constant disk activity & kjournald at CPU load of
2008 Sep 05
1
Call-leg stays on MusicOnHold forever
Hi
I have a strange behaviour; perhaps someone who had a similar issue
can help.
I have an Asterisk-1.4.21.2 connected via sip trunk to a Cisco Call-Manager
6.1 cluster.
Two phones/users from the Cisco environment call extensions on the Asterisk.
Phone 1 / Call 1 is parked on the asterisk using:
exten => xyz,1,Answer()
exten => xyz,n,Set(PARKEXTENSION=555)
exten => xyz,n,Park()
Phone
2013 Aug 06
2
Openssl vulnerability - SSL/ TLS Renegotion Handshakes
Hi,
I'm currently at CentOS 5.8. I'm using openssl version
openssl-0.9.8e-22.el5. The following vulnerability was reported by a Nessus
security scan:
"SSL/ TLS Renegotion Handshakes MiTm Plaintext Data Injection"
As per following link, Redhat has introduced openssl-0.9.8m which fixes
this specific issue:
2002 Dec 07
6
kjournald using up majority cpu%.
We run several RH7.2/7.3 servers & recently 2 of them, although still
working fine, have started to show kjournald as generally using over 50%
cpu% on 'top' - virtually continuously. Free cpu% generally less than 25%
now!
Both machines are also using software RAID5 EIDE ....... otherwise are
standard server installs.
Any info on what kjournald is & why it should have recently
2010 Jun 22
3
lapply and boxplots with variable names
Hi all,
I have a dataset with several variables, each of which is a separate
column. For each variable, I want to produce a boxplot and include the
name of the variable (ie, column name) on each plot.
I have included a sample dataset below. Can someone tell me where I am
going wrong?
Thank you for your help,
Shawn Morrison
# Generate a sample dataset
var1 = rnorm(1000)
var2 = rnorm(1000)
2013 Oct 09
1
Using "cpquery" function from bnlearn package inside loop
Hi everyone,
I'm attempting to use the bnlearn package to calculate conditional probabilities, and I'm running into a problem when the "cpquery" function is used within a loop. I've created an example, shown below, using data included with the package. When using the cpquery function in a loop, a variable created in the loop ("evi" in the example) is not
2002 Oct 21
4
samba 2.2.6 name
Hi,
I've just installed samba 2.2.6 [solaris 2.6] and while ./smbstatus
(on solaris) reports version 2.2.6, network neighbourhood [ or net
view4] (on win 2k/win98) report
Samba 2.2.5
Any ideas?
ta
iain
--
--------------------------------------------------------------
Iain Morrison
MRC Cognition and Brain Sciences Unit
15 Chaucer Road Tel 01223 355294 xt 581
2003 Feb 06
6
Why does old kernel boot when new kernel installed?
I thought I'd summarise this with a proper subject line:
1. We used up2date to upgrade the kernel of a 7.2 machine that is doing far
too much journalling (kjournald at 50% CPU+ often).
2. It installed fine, but when we reboot - GRUB only shows the old 2.4.7-10
although there are 3 kernels listed in grub.conf
My Question is "How can we select booting to 2.4.18-24.7 when GRUB lonly
lists
2009 Feb 25
4
Have a function like the "_n_" in R ? (Automatic count function )
Have the counter function in R ?
if we use the software SAS
/*** SAS Code **************************/
data tmp(drop= i);
retain seed x 0;
do i = 1 to 5;
call ranuni(seed,x);
output;
end;
run;
data new;
counter=_n_; ***** this keyword _n_ ****;
set tmp;
run;
/*
_n_ (Automatic variables)
are created automatically by the DATA step or by DATA step statements.
*/
/*** Output
2009 Feb 22
1
Changing LDAP userPassword fails: Internal (implementation specific) error
openldap-2.3.27-8.el5_2.4,samba3-3.2.8-38
An smbpasswd by root to change a user's password fails with:
[root@littleboy samba]# smbpasswd adam
New SMB password:
Retype new SMB password:
ldapsam_modify_entry: LDAP Password could not be changed for user adam:
Internal (implementation specific) error
password hash failed
Failed to modify entry for user adam.
Failed to modify password entry for
2009 Jun 27
4
questions about meta-analysis
Dear R users:
In the example of meta-analysis (cochrane, package rmeta), I can not found the p-value of Test for overall effect, and some other indices (Z, I, weight and et al). How can I get the these indices listed?
> library(rmeta)
> data(cochrane)
> cochrane
name ev.trt n.trt ev.ctrl n.ctrl
1 Auckland 36 532 60 538
2 Block 1 69 5
2005 Dec 09
4
rsync to a port other than 22
I am trying to use rsinc to tranfer my ftp directory from one server to
another. I have port 22 closed off due to port knocking and I am trying
to direct rsync to use another port. Unfortunately I can't seem to get
it to use the specified port. Here is my command, if someone could
point out my error I would appreciate it:
rsync -avr --port=XXX xxx.xxx.xxx.xxx:/var/ftp /var/ftp
The
2014 Nov 19
0
Re: Connecting libvirt remotely using tls: TLS handshake failed : packet with unexpected length +gnutls_handhsake Error
I doubt whether there is any fixed algorithm given while generating
certificates. I used RSA 1024 bit.
On Wed, Nov 19, 2014 at 11:42 AM, Ajitha Robert <ajitharobert01@gmail.com>
wrote:
>
> Hi all,
>
> I am facing an error while connecting libvirt remotely using tls.. I have created CA, client and server certificates with RSA 1024 bit using Openssl. I am using debian linux
2008 Mar 20
4
Dag Repos
Anyone else experiencing issues with dags repo? I keep getting:
[root at ftp ~]# yum update
Setting up Update Process
Setting up repositories
http://apt.sw.be/redhat/el4/en/x86_64/dag/repodata/repomd.xml: [Errno
12] Timeout: <urlopen error timed out>
Trying other mirror.
Cannot open/read repomd.xml file for repository: dag
failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors
2008 Feb 06
2
yum upgrade php dependency failure
Hi,
I am trying to upgrade php to version 5. When running yum upgrade I
get this failure:
--> Running transaction check
--> Processing Dependency: php = 4.3.9-3.22.9 for package: php-pear
--> Finished Dependency Resolution
Error: Missing Dependency: php = 4.3.9-3.22.9 is needed by package php-pear
but the required php version is installed:
[root at ftp ~]# rpm -q php
2009 Jun 12
1
package Rgraphviz or similar
Hello R users
I am looking for a package to visualize "relatively
planar" directed graphs, with say 100 nodes and
specified using an adjacency list.
'Rgraphviz', currently listed on the R-FAQ, seemed
suitable (FAQ version 2.9.2009-06-05)
But when I looked for the package, I found it had been
recently "removed" and was instead directed to archive
copies
2014 Nov 19
2
Connecting libvirt remotely using tls: TLS handshake failed : packet with unexpected length +gnutls_handhsake Error
Hi all,
I am facing an error while connecting libvirt remotely using tls.. I
have created CA, client and server certificates with RSA 1024 bit
using Openssl. I am using debian linux flavor in both client and
server.
*Original Error:*
(When trying to connect remote libvirt)
virsh -c xen+tls://destinationipaddr/system
error: failed to connect to the hypervisor
error: authentication failed: TLS
2011 Apr 09
1
143 STARTTLS/ 993 SSL/TLS query
I'm testing my new dovecot server with Thundirbird
I can have it working on
port 143 with STARTTLS, or on
port 993 with SSL/TLS
my uderstanding is that on 993 I get encrypted 'password and mail transfer'
(yes ?)
so what happens if I use 143 with STARTTLS, is that equivalent to port 993
if STARTTLS is used ?
thanks for any insights..
--
Voytek