search for: intermediate

Displaying 20 results from an estimated 3536 matches for "intermediate".

2018 Mar 10
3
Extra intermediate certificate when using ssl_alt_cert
...On 08/03/18 18:43, Peter Linss wrote: </div> <blockquote type="cite"> <div> I just added an ECDSA certificate to my mail server using ssl_alt_cert (the RSA certificate is specified by ssl_cert), both certificate files contain the certificate and a single intermediate (which currently happens to be the same intermediate from Let’s Encrypt). </div> </blockquote> <blockquote type="cite"> <div> When connecting to the server using either RSA or ECDSA ciphers, the server sends the proper certificate, but also sends...
2018 Mar 10
2
Extra intermediate certificate when using ssl_alt_cert
...> >> > >> On 08/03/18 18:43, Peter Linss wrote: > >>> I just added an ECDSA certificate to my mail server using > >>> ssl_alt_cert (the RSA certificate is specified by ssl_cert), both > >>> certificate files contain the certificate and a single intermediate > >>> (which currently happens to be the same intermediate from Let?s > >>> Encrypt). > >>> When connecting to the server using either RSA or ECDSA ciphers, the > >>> server sends the proper certificate, but also sends two > >>> intermedia...
2018 Mar 08
2
Extra intermediate certificate when using ssl_alt_cert
I just added an ECDSA certificate to my mail server using ssl_alt_cert (the RSA certificate is specified by ssl_cert), both certificate files contain the certificate and a single intermediate (which currently happens to be the same intermediate from Let?s Encrypt). When connecting to the server using either RSA or ECDSA ciphers, the server sends the proper certificate, but also sends two intermediates. Apparently it?s reading the intermediate from both files and using both for all situ...
2018 Mar 10
1
Extra intermediate certificate when using ssl_alt_cert
...n 08/03/18 18:43, Peter Linss wrote: > > > >>> I just added an ECDSA certificate to my mail server using > > > >>> ssl_alt_cert (the RSA certificate is specified by ssl_cert), both > > > >>> certificate files contain the certificate and a single intermediate > > > >>> (which currently happens to be the same intermediate from Let?s > > > >>> Encrypt). > > > >>> When connecting to the server using either RSA or ECDSA ciphers, the > > > >>> server sends the proper certificate, but als...
2018 Mar 10
0
Extra intermediate certificate when using ssl_alt_cert
...t>> wrote: >> >> >> On 08/03/18 18:43, Peter Linss wrote: >>> I just added an ECDSA certificate to my mail server using >>> ssl_alt_cert (the RSA certificate is specified by ssl_cert), both >>> certificate files contain the certificate and a single intermediate >>> (which currently happens to be the same intermediate from Let?s >>> Encrypt). >>> When connecting to the server using either RSA or ECDSA ciphers, the >>> server sends the proper certificate, but also sends two >>> intermediates. Apparently it?s read...
2018 Mar 10
0
Extra intermediate certificate when using ssl_alt_cert
...> >> On 08/03/18 18:43, Peter Linss wrote: > > >>> I just added an ECDSA certificate to my mail server using > > >>> ssl_alt_cert (the RSA certificate is specified by ssl_cert), both > > >>> certificate files contain the certificate and a single intermediate > > >>> (which currently happens to be the same intermediate from Let?s > > >>> Encrypt). > > >>> When connecting to the server using either RSA or ECDSA ciphers, the > > >>> server sends the proper certificate, but also sends two > &gt...
2018 Mar 10
0
Extra intermediate certificate when using ssl_alt_cert
On 08/03/18 18:43, Peter Linss wrote: > I just added an ECDSA certificate to my mail server using ssl_alt_cert (the RSA certificate is specified by ssl_cert), both certificate files contain the certificate and a single intermediate (which currently happens to be the same intermediate from Let?s Encrypt). > > When connecting to the server using either RSA or ECDSA ciphers, the server sends the proper certificate, but also sends two intermediates. Apparently it?s reading the intermediate from both files and using both for...
2011 Sep 20
2
ARIMA - Skipping intermediate lags
Hello, I am a new R user. I am trying to use the arima command, but I have a question on intermediate lags. I want to run in R the equivalent Stata command of ARIMA d.yyy, AR(5) MA(5 7). This would tell the program I am interested in AR lag 5, MA lag 5, and MA lag 7, all while skipping the intermediate lags of AR 1-4, and MA 1-4, 6. Is there any way to do this in R? Thank you. -- View this mes...
2010 May 01
2
[LLVMdev] Best intermediate form to...
Hello Everyone! New to the forums, so hopefully I'm not a nuisance. I just wanted to know where to go (since I heard there were about 5 different intermediate forms for llvm) to find the highest level intermediate form of llvm. I want to be able to get as much information from a front-end as possible. Mainly I need to find out dependencies and control flows, amongst a few other things. So far I've seen http://llvm.org/docs/LangRef.html which might...
2011 May 26
3
Suppress intermediate results on console
Dear all, I have a question about how to suppress intermediate results in a function on console. For example, I will use summary() in my own function that looks like: myfunction <- function(?) { ? Summary(x) ? } Then myfunction() will print ?x? on console that is intermediate result and doesn?t need showing. Does someone have any idea or any sugge...
2015 Jan 28
4
[LLVMdev] RFC: Add ISD nodes for mad
Hi, I would like to add an ISD node for an fmad operation (named either FMAD or FMULADD). It will have the semantics of returning the same result as the separate multiply and add with the intermediate rounding step, and not a differently rounded result. The motivation is to share code with the various FMA forming DAG combines, but will be generally more useful on targets that support it since it is OK to form without non-default -fp-contract modes. This would also be associated with a mino...
2010 May 01
0
[LLVMdev] Best intermediate form to...
nonpoly wrote: > > Hello Everyone! > New to the forums, so hopefully I'm not a nuisance. I just wanted to > know where to go (since I heard there were about 5 different intermediate > forms for llvm) to find the highest level intermediate form of llvm. I assume you're referring to this comment: http://lwn.net/Articles/383707/ LLVM has one major IR that we mean when we say "the IR", and that's the one described by the LangRef you linked to. As for t...
2014 Apr 21
2
TLS and intermediate CA
I have been trying to get set of libvirtd system up and running. My PKI infrastructure involves a root CA and several intermediate CAs. I am trying to get the machines to trust each other across the different intermediate CAs. This is what I have so far: Libvirtd is starting and listening on tls port 16514 I have configured client/server certs/keys and it seems to be using all of these correctly. I have also configured the...
2015 Jul 18
2
How to ssh to a server via an intermediate server with X11 forwarding?
On Sun, Jul 5, 2015 at 3:26 AM, Damien Miller <djm at mindrot.org> wrote: > On Sat, 4 Jul 2015, Peng Yu wrote: > >> I tried the following command. >> >> ssh -Y -t intermediate -- ssh -Y dest >> >> But it shows the following error message. Does anybody know how to fix >> the problem? Thanks. > > ssh -oProxyCommand="ssh -W %h:%p intermediate" -Y dest > > should work Somehow, the above command works in some cases but not others (I st...
2001 Oct 27
3
vorbis won't compile as a Framework
When I tried to compile the vorbis module as a Framework, using ProjectBuilder, I got 1058 warnings (excess elements in scalar initializer, near initialization for ''psy_set0.toneatt', 'vorbis_ftoi' defined but not used, unused variable 'k', braces around scalar initializer, and so on) and 65 errors. Some examples of errors: ------- vorbis/lib/psytune.c: undefined
2010 May 01
1
[LLVMdev] Best intermediate form to...
Wow, thanks for the super fast reply! I was asking about llvm-gcc because I want to be able to work with code that compiles on GCC (since there is so much already out there), but in an intermediate form. So I take it that clang plans on being able to compile code that compiles on GCC? I'm assuming that's what they mean by "GCC compatibility" on http://clang.llvm.org/ ;p On a side note, is clang - at least for the most part - hand coded like g++ was for GCC? Or is it maki...
2015 Jul 05
2
How to ssh to a server via an intermediate server with X11 forwarding?
I tried the following command. ssh -Y -t intermediate -- ssh -Y dest But it shows the following error message. Does anybody know how to fix the problem? Thanks. X11 forwarding request failed on channel 0 -- Regards, Peng
2008 Feb 28
1
intermediate linkage clustering
Does anybody know how to do a intermediate linkage clustering in R? Is there a command allready developed? Which package do I have to load? Thanks in advance yvo -- View this message in context: http://www.nabble.com/intermediate-linkage-clustering-tp15736379p15736379.html Sent from the R help mailing list archive at Nabble.com.
2020 Aug 06
4
Problem with intermediate certificate (tls cafile)
If I were guessing, based on some experience with certificate usage in other apps, concatenate your certificate and intermediate certificates into a single file which is then your "tls certfile" then point "tls cafile" to your issuers proper CA or just to your distro's CA bundle, e.g /etc/pki/tls/certs/ca-bundle.crt. Nick On 06/08/2020 16:36, MAS Jean-Louis via samba wrote: > Nobody has any cl...
2012 Jan 09
3
dovecot: imap-login: Disconnected (no auth attempts)
Morning everyone, On the 8th of Jan the TLS/SSL certificate I use with Dovecot expired. I replaced it with a new on the 9th of Jan. I tested this with Thunderbird and all is well. This morning people tell me they cannot get their email using their mobile telephones : K9 Mail I have reverted the SSL cert back to the old one just in case. Thunderbird will works. Dovecot 1:1.2.15-7 running