similar to: SSL + compression?

Displaying 20 results from an estimated 20000 matches similar to: "SSL + compression?"

2009 Jun 23
2
Capability COMPRESS implemented?
Hi, I just read that http://tools.ietf.org/html/rfc4978 ..is being implemented in Thunderbird 3. This is great news! It's been a long time since we last discussed this and I don't think it's currently implemented in Dovecot, but since Cyrus just added it, any chance of getting support in Dovecot please? (Fastmail seems to be supporting this effort) On a similar note we had a
2015 Dec 04
2
Content-Enconding
Hi, With Apache one may use "mod_deflate" in order to reduce bandwidth by using e.g. gzip to compress the http traffic. I would like to use something similar for email traffic between mail clients to dovecote and postfix. My questions are: a) Is this established well enough in most mail clients? b) Can you recomment a good tutorial for this? Thank you very much
2020 Jan 31
2
[cfe-dev] Phabricator -> GitHub PRs?
On Fri, Jan 31, 2020 at 6:09 AM Robinson, Paul via cfe-dev < cfe-dev at lists.llvm.org> wrote: > > > > -----Original Message----- > > From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of John > Marshall > > via cfe-dev > > Sent: Friday, January 31, 2020 7:04 AM > > To: Jonas Devlieghere via cfe-dev <cfe-dev at lists.llvm.org> >
2007 May 03
4
Finding instrumented code
Hi all, So I just took Sun''s dtrace class this week and one thing that piqued my interest was the instrumenting of a process''s instructions and how to find the original instructions. (I''m looking around at resources for learning SPARC assembly to help me when using mdb for analysis, though I vaguely remember pieces from a grad school compiler theory class about 10 years
2014 Nov 15
1
Clarification on the appropriate idmap settings for a standalone server
I am trying to increase my understanding of samba. I am running a FreeBSD server with Samba 4.1.12 configured as a standalone server in a testing environment. The documentation here indicates that winbind / the idmap facility is of little or no use on a standalone server: https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2604490 Is this still the case in Samba4? My
2012 Nov 16
2
[LLVMdev] code-owner sporks
> Really, patches get dropped *all the time* to the point where pings are > a regular part of the development process. That's a huge waste of time > for everyone. It's only a waste of time if your workflow is entirely synchronous with patch review. Most of us have a number of things that we can work on, so letting a patch chill for a while on the list isn't a big deal
2016 Jan 19
1
RObust Header Compression
Hi, I found this library which can compress the TCP, IP and other headers by keeping a state at both side of the connection : * https://github.com/didier-barvaux/rohc * https://rohc-lib.org/presentation/getting-started/ It seems more VoIP oriented, but I guess it can help to reduce the overhead of the tunnel. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
Good day, First off, I''m a complete puppet newbie, this openvpn recipe is pretty much the first puppet work I''ve done so be gentle :-) Secondly, the openvpn setup for Debian (and systems based on Debian) allows each openvpn network (tunnel) to be specified using a separate config file for each: /etc/openvpn/<vpn>.conf Each tunnel can be then stopped/started/restarted
2006 Jun 22
6
Capistrano with Local (not file:///) repository
I''m developing an rails app. The SVN repository resides on a (Win 2k) server on my company''s local intranet. The repository is accessed via http (Apache + mod_dav_svn). From this machine, it is not a problem to get out onto the Internet. However, coming in from the Internet is not possible (at least, not without a VPN connection). Given this, is it possible to use
2015 Jun 08
2
Question on folder sync with "directory name translation"
OK , but then the solution with symlinks is equivalent, just with the right options for rsync. Make the link. Sync + exclude. Remove the link. Don't have to live with the folder on the source. *_______________Gionata Boccalini* 2015-06-08 22:49 GMT+02:00 Michael Johnson - MJ <mj at revmj.com>: > Oh, actually, I just thought of a couple other another options that don't >
2017 Dec 13
1
LUKS question
On Wed, 13 Dec 2017, Kern, Thomas (CONTR) wrote: > If your requirement is for the entire system to be encrypted then I think > the only is a system rebuild, but if you can convince management that a good > compromise is encrypting only the applications and their data, you should be > able to add encrypted storage, copy the sensitive files and wipe the old > allocations. I have done
2005 Jun 29
3
Is Load Balanced VPN possible?
All, With the dual-ISP support in the latest versions of Shorewall, is it also possible to setup dual-VPN with something like OpenVPN? If so, what are the high levels steps that would need to be completed? Aaron
2020 Jan 08
5
[cfe-dev] Phabricator -> GitHub PRs?
I'm not sure a decision was already made as such. I think it's more that there was a flurry of conversation last time with lots of conflicting opinions, and then the conversation just fizzled out. FWIW, I like Phabricator but I'm willing to try GitHub. Overall I think we should take the same approach that eventually led to Phabricator being widely adopted: We should allow GitHub
2004 Apr 22
2
IPsec - got ESP going, but not AH
Hi folks, I've been working on getting my WiFi network running with IPsec. I'm at the point where all traffic on the wifi subnet is encrypted (i.e. ESP). Then I tried to add AH to the equation. I failed. This picture describes the network setup: http://beta.freebsddiary.org/images/ipsec-wireless.gif Here's what I'm trying and failing with. With these rules, I get no
2019 Apr 26
2
[ASan][Windows] Interceptor function type not compatible with intercepted function
Hi, I triggered a build failure on a Windows-sanitizer by making the sanity checking in `ASAN_INTERCEPT_FUNC` a bit stricter. My best guess is that the type of the defined interceptor is not compatible (in C++ typing terms) with the “real” function. This seems to be the case for the following 2 functions: CreateThread “no conversion”: From: 'DWORD (__cdecl *)(void * ,
2016 Dec 29
2
Compression not working between 1.1pre11 and 1.1pre14
Hello I have currently a larger network deployed using 1.1pre11. I have now tried to use 1.1pre14 on a remote system, but I have problems to make it work with compression enabled. It appears that a 1pre14 client cannot talk to a 1.1pre11 server with compression enabled, even though the tunnel is being established with no errors. I have tried both lzo and zlib with various levels, none works.
2017 Mar 14
4
Relaiable ssh tunnel via systemd
Am 14.03.2017 um 15:10 schrieb Nico Kadel-Garcia: > Look into the "autossh" program, which is very good to manage and > maintain such tunnels. > Hi Nico and other ssh users, Systemd restarts the ssh if it terminates. AFAIK this is all that is needed. But maybe I am missing something. Is there a feature of autossh that I don't get with systemd? --
2000 Aug 21
2
tinc TODO list
Hi, here's a small list of things that need to be done, and the version when it should be ready. smartcard support 1.1 LDAP support 1.1 public/private keys for authentication 1.1 don't store passphrases in files that are called after IP addresses 1.0 use names to identify
2022 Sep 16
4
Fwd: [networkupstools/nut] Hide 'Init SSL without certificate database' message for upsc (PR #1662)
Hello all, Here's a PR I want to ask community about: should NUT clients like upsc report (log!) or hide the infamous 'Init SSL without certificate database' message? On one hand, it is a reminder that the setup is insecure (plaintext protocol, might be in an externally provided tunnel but we don't know that). On another, it is fairly annoying and if it does clutter
2022 Sep 16
4
Fwd: [networkupstools/nut] Hide 'Init SSL without certificate database' message for upsc (PR #1662)
Hello all, Here's a PR I want to ask community about: should NUT clients like upsc report (log!) or hide the infamous 'Init SSL without certificate database' message? On one hand, it is a reminder that the setup is insecure (plaintext protocol, might be in an externally provided tunnel but we don't know that). On another, it is fairly annoying and if it does clutter