Re: Squid slow in connecting to SSL

2016-01-29 Thread Stuart Henderson
On 2016-01-29, Kim Zeitler wrote: > It was reported to me that several webshops seem to have this problem > and one of our clients owncloud sites (I'll send zou the link off-list) Thanks for the link off-list, I've tried fetching it directly without proxy and am seeing

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-29 Thread Ingo Schwarze
Hi Antoine, Antoine Jacoutot wrote on Thu, Jan 28, 2016 at 11:52:48PM +0100: > Please give me a couple of days and I'll send a diff. Sure, no problem, diff retracted. Yours, Ingo

Re: Squid slow in connecting to SSL

2016-01-29 Thread Kim Zeitler
On 01/28/16 23:04, Stuart Henderson wrote: On 2016-01-28, Kim Zeitler wrote: currently I try to solve the phenomenon, that certain SSL sites are slow when accessed via squid on OpenBSD. Mostly ownCloud in my case as well as several web shops. The login screen alone

Re: I have a program I wish to submit for the base

2016-01-29 Thread Luke Small
I wanted to use kqueue. Name another script or programming language that offers it from the base install. NONE! Why should I write it in another language. I already did it in C. Is there another way other than kqueue that you can wait for the ftp call to quit, while being able to kill it if it

Re: "Available disks are: none" on Sony Vaio SVZ13115GGXI

2016-01-29 Thread Paul de Weerd
I've been running with this diff on my Vaio for a long time. Works for me; give it a try: Index: ahci_pci.c === RCS file: /cvs/src/sys/dev/pci/ahci_pci.c,v retrieving revision 1.12 diff -u -p -r1.12 ahci_pci.c --- ahci_pci.c 14 Jan

Re: I have a program I wish to submit for the base

2016-01-29 Thread lists
Fri, 29 Jan 2016 04:00:31 -0600 Luke Small > I wanted to use kqueue. Name another script or programming language that > offers it from the base install. NONE! Keep calm ;-) > Why should I write it in another language. I already did it in C. Is there > another way other

Re: I have a program I wish to submit for the base

2016-01-29 Thread lists
Fri, 29 Jan 2016 08:19:14 + Nicholas Marriott > Firstly, I don't think we need this in base and I think there is little > to no chance of it being taken, even if the code is improved. Many folks tried this part (advising Luke), he takes none and keeps repeating wrong concepts, his assignment

Re: "Available disks are: none" on Sony Vaio SVZ13115GGXI

2016-01-29 Thread Paul de Weerd
Hi Ben, Upon another close inspection of your dmesg and mine, I don't think the below diff will work for you... This is in my machine: | + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HBM_RAID, | + NULL, ahci_intel_attach }, And this is in yours: | | pciide0 at

Re: Squid slow in connecting to SSL

2016-01-29 Thread Kim Zeitler
On 01/29/16 15:00, Stuart Henderson wrote: $ curl https://owncloud.XX/apps/files_pdfviewer/js/previewplugin.js curl: (7) Failed to connect to owncloud.XX port 443: Operation timed out I have access to the logs and they show a mixture of 200 and 503 ...and that pretty much

Re: Trying to get squid with ssl bump working

2016-01-29 Thread Stuart Henderson
On 2016-01-29, Ted Wynnychenko wrote: > acl step1 at_step SslBump1 > ssl_bump peek step1 > ssl_bump bump all I have it like this, but it should be equivalent apart from the exemption acl exemption dstdomain example.org acl step1 at_step SslBump1 ssl_bump peek step1 ssl_bump

Re: "Available disks are: none" on Sony Vaio SVZ13115GGXI

2016-01-29 Thread Jonathan Gray
On Fri, Jan 29, 2016 at 04:18:04PM +0100, Paul de Weerd wrote: > Hi Ben, > > Upon another close inspection of your dmesg and mine, I don't think > the below diff will work for you... > > This is in my machine: > > | + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HBM_RAID, > | + NULL,

Trying to get squid with ssl bump working

2016-01-29 Thread Ted Wynnychenko
Hello I posted my question to the squid-users mailing list a week ago, and have had no reply. I decided to try here as well. Basically, I can get squid 3.5.13 to work for http in current (a bit "older" current), but HTTPS connections do not work (time out). Here is an updated version of my email

Re: Trying to get squid with ssl bump working

2016-01-29 Thread Theodore Wynnychenko
-Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Stuart Henderson Sent: Friday, January 29, 2016 6:31 PM To: misc@openbsd.org Subject: Re: Trying to get squid with ssl bump working ... I didn't include this line but I believe it's the default

Re: Squid slow in connecting to SSL

2016-01-29 Thread Stuart Henderson
On 2016-01-29, Kim Zeitler wrote: > On 01/29/16 15:00, Stuart Henderson wrote: > >> >> $ curl https://owncloud.XX/apps/files_pdfviewer/js/previewplugin.js >> curl: (7) Failed to connect to owncloud.XX port 443: Operation timed >> out >> >>> I have