/srv/irclogs.ubuntu.com/2015/04/09/#ubuntu-server.txt

thumperhallyn: hey there00:13
thumperhallyn: still around?00:13
thumperhallyn: I'm looing into the lxc template failing to stop issue on trusty with juju 1.22 with katco00:14
thumperhallyn: looking through the log files, it became obvious that the problem was intermittent with many other lxc containers and our template mechanism working on other machines00:14
thumperhallyn: so the race condition option seems most likely00:14
thumperhallyn: however I'm not entirely sure what we are racing with...00:14
=== markthomas is now known as markthomas|away
hallynthumper: well, whatever does the first lxc-create or lxc-start, can you have it do a 'ps -ef' and 'sudo aa-status' and 'dpkg -l'?  Question is whether package install is complete, and if not why not.02:22
linociscohi all04:51
linociscoi have ddns registered at no-ip.com. I have no registered domain04:52
linociscoi want to setup webserver on virtualbox using dynamic dns. what do I do?04:55
=== kickinz1|afk is now known as kickinz1
=== thumper is now known as thumper-afk
tashwhen I run this from the CLI: curl http://myurl/cgi-bin/my-file.pl it returns a string "ok" which I expect. But, when I put that into a shell script like this: REQUEST=`curl http://myurl/cgi-bin/my-file.pl`  print $REQUEST   it spits this out: Error: no such file "ok"06:19
tashcan anyone explain why it doesn't just show "ok" when I run it from a script, rather than display an Error06:19
excalibrtash, print?06:22
excalibryou want echo or printf if that is shell script06:23
=== chmurifree is now known as chmuri
tashyeah, lol06:26
tashi actually realized that after I put that here...I've been working on perl scripts and shell scripts today and got some syntax confused06:27
tashpffff, thx excalibr06:27
=== zz_DenBeiren is now known as DenBeiren
=== CiPi is now known as cipi
=== cipi is now known as CiPi
brianwusing ubuntu 14.04 on (2) physical machines to host my glusterfs backup & lxc host for samba ad/dc containers & glusterfs/ctdb/samba DFS server containers. Each physical machine can run the network without the other. When the other comes back online, all is synced...07:38
brianwLovely!07:38
brianwI just wish glusterfs supported btrfs backend with snapper support.07:39
lordievaderGoodmorning.08:11
=== Lcawte|Away is now known as Lcawte
excalibrUpstart question, in script stanza, do your codes in it always get executed when you start/stop your upstart job?08:22
excalibrnever mind08:38
voidfireanyone able to help me? tryin to setup vhosts like cpanel (per user)  in ubuntu09:06
voidfiretried manually. tried with webmin.. i dont know what im missing. I get forbidden eerors as well as I have fiddle with the permission of the  said user folder to try stuff out09:06
lordievader!webmin09:09
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.09:09
lordievadervoidfire: ^ is likely why you get those errors.09:09
voidfirebut I was trying first manually :/09:10
voidfirei tried throught webmins after I failed my self09:10
voidfirebut thanks for your input..its better than nothin09:10
voidfireshall I go with ISPconfig3?09:11
lordievaderJust pointing out what I know ;)09:13
voidfiretell me more of what you do know :)09:13
voidfirepweasee09:14
lordievaderWhat are you trying to do exactly?09:15
voidfireim setting up 2 new ubuntu 14.04 servers (vps)09:15
voidfirei want inside one of them to make virtual hosts  on apache for every user09:16
voidfireso each user will be able to develop php/html and serve those files from /home/$USER/public_html09:16
voidfiresimilar to what a cpanel server does09:16
voidfirei know , ive googled for the matter but each article shows different proccess or misses steps and Im puzzled09:17
* voidfire is confused09:17
lordievaderhttp://httpd.apache.org/docs/2.4/mod/mod_userdir.html09:17
voidfireive enabled that module09:17
voidfirelets read up09:18
lordievadervoidfire: That should be all, then you should be able to acces http://localhost/~username/09:18
voidfirekay , thanx09:18
=== kickinz1 is now known as kickinz1|afk
=== kickinz1|afk is now known as kickinz1
frobwareanybody aware of dpkg SEGV issues on arm64 since Monday this week?10:19
Odd_Blokefrobware: On vivid?10:54
=== thumper-afk is now known as thumper
frobwareOdd_Bloke, trusty11:20
frobwareOdd_Bloke, I went back to http://cloud-images.ubuntu.com/trusty/20150313/trusty-server-cloudimg-arm64-disk1.img which is OK for my test case (installing devstack)11:20
mgzrbasak (or someone) licencing question:12:44
mgzwe're currently removing some files from our tarball when building juju because they come from a w3c testsuite12:45
mgzlooking at their docs again today, they now seem to offer 3-clause bsd as an option as well as their own non-free licence12:45
mgzso is bundling w3c test suites okay now?12:46
strikovmgz: very good point; i don't know the answer (need to think about it) but i just figured out that we *include* this testsuite as src/golang.org/x/net/html/charset/testdata/12:51
strikovmgz: we now have two copies of pretty the same code (maybe different versions) at golang.org/x/net and code.google.com/p/go.net/12:52
mgzstrikov: so, the juju tarball we build explictly strips that12:52
mgzbut the move is why I'm looking at it again :)12:53
strikovmgz: i found it in the tarball for 1.23-beta312:53
strikovmgz: it removed from code.google.com/p/go.net/ but not from golang.org/x/net12:53
mgz>_<12:53
strikovmgz: do you know the reason why we have two versions of the same code?12:54
mgzcode.google.com is shutting down, so everything is moving12:55
mgzI suspect not all things have moved the import over yet12:55
strikovmgz: origin link in the testdata/ folder doesn't work for me; what is the origin repo for these tests?13:04
jellyhi, is 15.04 server going with systemd as default init or is that delayed?13:06
mgzstrikov: looks like it's that url s/repository\///13:07
mgzwait, other way around13:07
mgzadd repository in, after tests/ in the path13:07
strikovjelly: systemd is default for vivid13:08
strikovmgz: ah, thanks; i was confused by the fact that they call them the-input-byte-stream-***13:09
strikovmgz: do you mean this by saying about bsd license: http://www.w3.org/Consortium/Legal/2002/copyright-software-2002123113:12
strikovmgz: sorry, found right one13:13
mgzstrikov: I was reading the "licenses for w3c test suites" page13:13
rbasakmgz, strikov: sounds OK, as long as the version you're shipping was released under the 3-clause bsd license as an option. I trust strikov will take care of checking that :)13:14
strikovmgz: rbasak: how about changing README in the tests folder to include 'all *.html files' are (c) by w3c and the following license applies <license from http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html>13:17
mgzstrikov: I'd like to do that, as an upstream patch at least13:17
mgzhaving a readme with a dead link and no mention of licencing at all is dumb13:18
strikovmgz: do you plan to file upstream bug to google or I need to do that?13:33
mgzstrikov: I can13:34
strikovmgz: ok, thanks; ping me please when done so i can track it (i need to include a link to the bug to debian/copyright)13:34
fayliteI get lots of lag while using ssh on a local network, 1-10 seconds of delay when typing etc. Any suggestions, it's a server on the same local network as me.13:42
fayliteAnd it's connected to wifi......13:42
lordievaderBad wifi connection? Long latency?13:44
fayliteAny commands to measure it? Probably bad connection but I'm not sure.13:44
lordievaderfaylite: /proc/net/wireless can tell you.13:46
fayliteNot sure what's good or bad,  wlan0: link:58.  level:-52.  noise:-25613:50
fayliteOk nvm looks like the signal is pretty bad and unstable, guess I'll try plugging in the Alfa13:53
lordievaderLink level isn't optimal.13:53
strikovmgz: i just updated the bug; imo, we need to remove this testsuite from 1.23 tarball; we will return it back but only when golang guys fix the issue upstream14:00
strikovmgz: i don't want to be in a position when we have 1.23 release but we can't package it because golang upstream doesn't fix it yet14:01
mgzstrikov: sure14:03
strikovmgz: thanks14:05
mgzstrikov: what's the tarball you are looking at? because it really should ahve the old location stripped already14:07
strikovmgz: yes, old location is stripped; i'm talking about new location14:07
strikovmgz: i.e. we need to remove both :)14:07
mgzokay, I have that change done, will propose now14:07
strikovmgz: awesome14:07
=== xachet_2 is now known as xachet
caribouutlemming: ping,14:46
utlemmingcaribou: pong14:47
caribouutlemming: just saw your MP for the cloud-init sosreport plugin, thanks !14:47
utlemmingcaribou: :)14:47
caribouutlemming: the only thing is that I will not merge it from bzr as I would prefer to have it upstream first14:48
caribouutlemming: do you have a github account ?14:48
caribouutlemming: this way, it will benefit to all distros14:48
utlemmingcaribou: ah, sure. What is the github project I need to fork?14:49
utlemmingcaribou: I'll be happy to submit it up that way14:49
caribouutlemming: https://github.com/sosreport/sos14:49
caribouutlemming: or I can do it for you if you're too busy14:49
utlemmingcaribou: meh, I'll do it...its simple and I should really be playing in the Github community more14:50
caribouutlemming: just make sure that your commit log starts with  [cloud-init] & add the signoff thingy14:50
caribouutlemming: just have a look here : https://github.com/sosreport/sos/wiki/Contribution-Guidelines14:50
caribouutlemming: so bryn doesn't send you back there. It mostly sums up to the two things I mentionned14:51
caribouutlemming: I worked on this a while back; sent a few emails then it fell in my todo blackhole14:51
=== Faylite_ is now known as Faylite
utlemmingcaribou: done, https://github.com/sosreport/sos/pull/54815:06
caribouutlemming: yep, just got the email. Thanks a lot. I'll get it in ubuntu once it's in15:07
utlemmingcaribou: great :)15:07
=== DenBeiren is now known as zz_DenBeiren
=== kickinz1 is now known as kickinz1|afk
=== kickinz1|afk is now known as kickinz1
=== markthomas|away is now known as markthomas
excalibrCan someone help me with Upstart? Why does 'read' behave unusually in *-stop script stanza?16:56
excalibrI have these 2 lines in post-stop script block16:56
excalibr    read -r ppid < /var/log/dnscrypt-resolvers_1.log16:56
excalibr    touch /tmp/dnsc1_$ppid16:56
excalibrand when I stopped the job, the filename created in /tmp was dnsc1_[NOTICE]16:57
lordievaderexcalibr: what is in dnscrypt-resolvers_1.log?17:07
excalibrlordievader, /facepalm. I just realized that I made a stupid mistake when writing the filename. It meant to be a pidfile but it looks here something still caused it to fail17:14
excalibr    read -r ppid < ${PID_FILE_PRIMARY}17:14
lordievader;)17:14
excalibr    touch /tmp/foobar_${ppid}17:14
lordievaderWhy throw it through read? 'touch /tmp/foobar_${PID_FILE_PRIMARY}'?17:15
excalibrstop: Job failed while stopping17:15
excalibrit gave me that when I stopped the service17:15
excalibrand dmesg output:17:15
excalibr[83429.323424] init: dnscrypt-proxy post-stop process (10894) terminated with status 117:16
excalibrlordievader, Im interested with the file content17:16
excalibrnot the file itself17:16
lordievaderCould you pastebin the full script?17:17
excalibrlordievader, it works though if I wrote it this way: ppid=`cat $PID_FILE_PRIMARY`; touch /tmp/foobar_${ppid}17:18
lordievaderI really have no idea what you are trying to accomplish.17:19
excalibrlordievader, http://pastebin.com/raw.php?i=KW4X9ZKF17:21
lordievaderCould you explain what you are trying to accomplish?17:24
excalibrlordievader, I had this line earlier in the post-stop block: if { read -r ppid < ${PID_FILE_PRIMARY}; } 2>/dev/null  but oddly that didnt work so now this line was reduced to just that short read -r ... code. Basically I want to dig why the built-in read command failed17:25
lordievaderSo, run it manually?17:26
excalibrIf I run that piece of code manually in interactive dash/bash shell it works just fine17:27
=== bilde2910|away is now known as bilde2910
lordievaderWhat does the upstart log say?17:28
excalibrwhere is the log file17:28
lordievader /var/log/upstart/17:29
excalibrI dont see a log file for the upstart job in the dir17:29
excalibrI was wondering about this as well17:30
lordievaderttp://upstart.ubuntu.com/wiki/Debugging17:32
lordievaderhttp://upstart.ubuntu.com/wiki/Debugging17:32
jathanHello ubuntu-server chanel18:05
lordievadero/18:05
jathanCan someone tell me please which could be a good hardware characteristics for a Lidrectord implementation with Ubuntu Server 14.04 for an operation that will be attending between 200 and 1 milion requests per day?18:06
=== Lcawte is now known as Lcawte|Away
=== Fez is now known as Guest42674
=== markthomas is now known as markthomas|away
Guest42674hi18:12
=== Guest42674 is now known as XIaah
XIaahdoes anyone have a few minutes for a few quick questions for a noob about linux servers?18:12
lordievaderXIaah: Shoot18:12
jorenHey, has anyone else ran into missing ca certs on ubuntu server recently? The install I did is pretty minimal (from preseed) so I'm wondering if there's just a package or something I'm missing. Wget and python are both having trouble with some *fairly* common keys.18:14
XIaahthanks lordievader, im doing a project at the moment using a dns, http and msql server and going to use a client to "hack" the servers to gain information from them and try to patch the weaknesses in them. i've obviously got apache2 installed on the http with and mysql on the mysql server. however i'm slightly unsure on where the best place to install myphpadmin and wordpress (wordpress18:16
XIaahmust be used for the sake of project) would be? would it be on the apache server as i read that it needs to have permission to access apache2. or would it be best to install it on the mysql server? i hope thats clear enough its been a very long day!18:16
XIaaheverywhere i've looked so far just points towards LAMP and installing everything on the same server, which in my case isn't possible as i need to use 3 individual servers18:16
lordievaderXIaah: Those things are usually placed in /var/www if that is what you mean.18:17
XIaahyeah18:17
sarnoldjoren: apt-get install ca-certificates, that ought to be a good start18:17
jorensarnold, that's on there. some ssl works, some doesn't. I was hoping there might be another package missing but maybe it's something else18:18
XIaahlordievader would you  recommend installing wordpress and myphpadmin along side apache2?18:18
sarnoldXIaah: you could look into the juju charms for wordpress, apache, and mysql, they'll know how to configure those services to run on different computers18:19
XIaahsarnold juju charms? :o18:19
sarnoldjoren: can you share a specific site that's failing to verify?18:19
sarnoldjoren: maybe run it through the qualsys ssl checker..18:19
jorenrunning now, https://api.xero.com/ for one18:20
sarnoldXIaah: see e.g. https://jujucharms.com/mysql/trusty/2418:20
XIaahi'll look into it, thanks sarnold !18:21
tewardanyone here use reprepro willing to give me a hand with something?18:22
lordievaderXIaah: You need something to serve those pages ;)18:22
tewardi need to get two versions of the same source package into a repository that is explicitly named what i want, say, 'nginx-mainline' or 'nginx-stable'18:22
tewardand within that it needs to support ubuntu versions trusty, utopic, vivid, and debian repos as well.  any sane way to execute this18:23
XIaahlordievader what do you mean?18:23
lordievaderXIaah: Apache is a web server, wordpress/phpmyadmin are web pages.18:23
XIaahlordievader: i'll have a dns running to support them also18:25
jvwjgamesHi i am trying to find my private key18:41
jvwjgameswhere is it stored18:42
jvwjgamesi used openssl to generate a key18:42
jvwjgamesbut can't find the key18:42
geniicwd18:42
tewardjvwjgames: /home/$USER/.ssh/18:42
tewardjvwjgames: the default is id_something - id_rsa for an RSA key, etc.18:42
jvwjgames openssl req -nodes -newkey rsa:2048 -keyout ...18:43
tewardjvwjgames: those files contain the private keys; the id_something.pub file is the public key18:43
jvwjgamesthis is the command i used18:43
tewardjvwjgames: oh wait, nevermind, i failed18:43
tewardthat command is only part of it, but -keyout should say what the filename is18:43
tewardit'd then be in your current working directory18:43
teward(the directory you were in when you ran the command)18:43
tewardFYI I can't read18:44
tewardxD18:44
* teward is tiredish18:44
jvwjgamesi forgot to speok found it18:46
jvwjgamesok i found it18:47
jvwjgameswhere is the ssl config file for apache 2 i can't find it18:52
jrwrenjvwjgames: you can find it yourself: grep -ri ssl /etc/apache218:52
jrwrenjvwjgames: looks like it is split across files in mods-enabled and sites-enabled18:53
jorenIt really does just seem like ubuntu is missing some important ca cert. it's working just fine on an arch machine and not working a few ubuntu servers19:09
sarnoldjoren: we really just repackage and ship the mozilla certs.. we don't want to be in the business of auditing CAs ourselves..19:13
jorenI see19:15
maxbwhat exactly fails?19:16
jorenwget https://api.xero.com19:16
jorenfor one19:16
jorenopenssl s_client -showcerts -connect api.xero.com:44319:16
jorenshow's "unable to get local issuer certificate19:16
jorener, with -CApath /etc/ssl/certs/19:17
jrwrenjoren: I hate to say WFM, but... :)19:18
joren:( maybe it's really a man in the middle :D19:18
maxbI do see it fail for me on vivid19:19
maxbthough I can't quite work out why19:19
jvwjgameshow do i convert a cert to X.509 PEM19:20
jrwrenme too, works on trusty, fails on utopic  interesting19:20
* joren on trusty here19:21
jorenfailing on at least 3 installs19:21
joren:/19:21
jrwren/etc/ssl/certs/Entrust.net_Secure_Server_CA.pem is on trusty and not utopic19:22
jrwrenlikely the cert was revoked for a reason?19:22
jrwrenmaybe because its a 1024 bit signing cert?19:22
sarnoldjrwren: can you dpkg -S that on both systems? I thuoght the certs should be identical on all: https://launchpad.net/ubuntu/+source/ca-certificates19:23
jorenI've got the Entrust.net_Premium_2048_Secure_Server_CA.pem but I'm missing that one that jrwren just mentioned. This gets me a bit closer :)19:24
jrwrensarnold: 20130906ubuntu2 on this not-updated trusty.19:25
jrwrenhere it is, phasing out 1024bit signing keys: https://blog.mozilla.org/security/2014/09/08/phasing-out-certificates-with-1024-bit-rsa-keys/19:26
jrwrenand https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.16.3_release_notes19:28
sarnoldI don't thinkt hat's it though, qualys reports their cert and all certs above it in the chain are 2048. but they also report they are using sha1.. I wonder if that's related?19:29
jrwrensarnold: I can confirm that the missing file which I mentioned has the same fingerprint mentioned in those NSS release notes.19:30
=== kickinz1 is now known as kickinz1|afk
=== kickinz1|afk is now known as kickinz1
jorenjrwren, how did you find that that was the missing file? I've got one other site  failing that I'd like to investigate a bit too, it's failing on a verson of ca-certificates that works with api.xero.com19:34
jrwrenjoren: I saw the name entrust so I ls /etc/ssl/certs/*trust* on a trusty and a utopic. Lucky guess.19:35
jorencool cool19:35
=== Lcawte|Away is now known as Lcawte
jrwrenjoren: but, I am not sure that is the problem.19:35
jrwrenI'd have excpect to see that cert as on in the chain in the output of that s_client command, and it is not19:35
jrwreni'm afraid i went down the wrong path on this. sorry.19:37
jorenidk, seems logical to me. the ubuntu servers are missing a "USERTrust*" certs as well which would explain the other site.19:39
jorenMaybe I should just get a different cert bundle from a trusted source19:39
sarnoldyou could download just their specific CA cert and use --ca-certificate=FILE19:40
jrwrenjoren: these certs were removed for good reason and without seeing them in that chain, there is no reason to believe adding the cert will fix the problem.19:40
jrwrenjoren: also, I do not think "unable to get local issuer certificate" is an error. I get that for google.com and yahoo.com19:41
jorenI get "Verify return code: 0 (ok)" instead of the local issuer thing :/19:42
jorenusing that missing cert with --ca-certificate does indeed work. Which I had actually downloaded from Entrust yesterday.19:44
=== crazybluek is now known as Blueking
jorenI guess I'll probably just do that, or add Entrust's full cert bundle, and maybe urge xero to get their key's resigned to that 2048 CA key if they can19:49
jorenunless I'm missing something.19:50
=== kickinz1 is now known as kickinz1|afk
=== kickinz1|afk is now known as kickinz1
jvwjgameswhere do i pu the chiper options in apache20:19
jvwjgamesi can;t find the file20:20
tewardjvwjgames: in your site configs, IIRC20:20
tewardhttpd.conf theoretically, but i don't know where that is on Ubuntu, as I use nginx instead :P20:20
jorenjvwjgames, /etc/apache2/monds-enabled/ssl.conf is where I'd probably put it.20:21
jrwrenjvwjgames: /etc/apache2/mods-available/ssl.conf20:21
jrwrenjvwjgames: see SSLCipherSuite is there by default20:22
jorenbtw, thanks jrwren and sarnold for your help.20:22
tewardwhat they said :020:22
jvwjgamesthanks guys20:28
jvwjgames>:(20:29
jvwjgameswhy20:29
jvwjgameshttps://www.ssllabs.com/ssltest/analyze.html?d=jvwjgames.net20:29
jvwjgamesThis server accepts the RC4 cipher, which is weak. Grade capped to B.20:29
jrwrenjvwjgames: http://blog.rlove.org/2013/12/strong-ssl-crypto.html  I follow that.20:32
jvwjgamesany ideas20:32
tewardjvwjgames: you have the rc4 cipher somewhere20:33
jvwjgames SSLCipherSuite AES128-SHA:HIGH:MEDIUM:!aNULL:!MD5:!RC420:33
tewardbut without your cipher strings we can't really tell20:33
tewarddid you reload the configuration when you hanged it20:33
tewardchanged*20:33
jvwjgamesSSLHonorCipherOrder on20:33
jvwjgamesyes20:34
tewardyeah i was running the cipher test :p20:34
tewardjvwjgames: i think it's missing this cipher in that config, but IDK why - ECDHE-RSA-RC4-SHA20:36
tewardi just ran a cipherscan of your domain from here, and that's the only rc4 cipher still in use20:36
tewardprobably why it triggered20:36
jvwjgamesso just add it20:36
tewardsee, https://cipherli.st/ is a little more 'accurate' to the cipher strings that you should probably use - it doesn't include the MEDIUM ciphers and won't trigger the RC4 error, but meh20:37
tewardnot that i endorse that list20:37
jvwjgameshmm intresting20:37
jvwjgamesi had two lines for cipher settings20:38
jvwjgamesand apache2 didn't complain20:38
jvwjgamesmaybe why it was still triggering20:38
jvwjgamesretesting20:38
tewardwell it shouldn't, you *can* override ciphers for specific sites, IIRC.20:39
tewardnope still triggering :P20:42
teward(make sure to refresh your configs every time)20:42
jvwjgamesok i just copied and pasted the config from that site you gave and i am now retesting20:45
jvwjgamesand yes i did a reload and even a restart20:45
jvwjgamesof the apache2 service20:45
tewardyou might have something overriding it elsewhere in other configs, but IDK where that'd be.20:46
teward(I'm not an Apache expert)20:46
jvwjgamesok20:47
jorengrep -R SSLCipherSuite /etc/apache2/20:47
joren?20:47
jorenI just changed mine to "SSLCipherSuite AES256+EECDH:AES256+EDH" and it got rid of the RC4 thing for me. We've been using that on our public site for a while now20:48
jvwjgamesok retesting20:50
tewardjoren: yeah that's a strong ciphersuite, although iirc that limits to TLSv1.2 but don't quote me on that20:53
tewardmmm it has older ones, too, nevermind.20:53
tewardthe only problem is if you need the 128 strength ones in which case time to expand20:53
jvwjgameshmm20:55
jvwjgamesstill don't work20:55
jorendid the grep reveal any  other SSLCipherSuite lines? do you have the symlink at /etc/apache2/mods-enabled/ssl.conf?20:56
jorenheh, that guy Robert Love has the same last name as me :)20:59
jorenI'm waiting for the .love tld to come out :D20:59
jvwjgames The apache2 configtest failed. Not doing anything.21:01
jvwjgamesOutput of config test was:21:01
jvwjgamesapache2: Syntax error on line 219 of /etc/apache2/apache2.conf: Syntax error on line 163 of /etc/apache2/sites-enabled/default-ssl.conf: </IfModule> without matching <IfModule> section21:01
jvwjgamesAction 'configtest' failed.21:01
jvwjgamesThe Apache error log may have more information.21:01
jvwjgamesnevermind fixed it21:02
jvwjgames:D21:04
jvwjgamesguys21:04
jvwjgameslook21:04
jvwjgameshttps://www.ssllabs.com/ssltest/analyze.html?d=jvwjgames.net21:04
jvwjgamesjoren: look21:05
jvwjgamesteward: look21:06
jorenCongrats21:06
jvwjgamesi had tones of cipher settings in diffrent places i commented them out and put the chiper settings in apache.conf and it worked21:07
tewardjvwjgames: your OCSP is borked, but i think that's Comodo's fault21:08
jorenyou're getting allot less cipher suite mismatches than me21:08
jvwjgamesi am21:10
jvwjgameshmmm21:10
jorenI think it's a good thing ;)21:10
jvwjgamesthanks for your help guys21:12
jorenAnyone know if there SSLCertificateChainFile thing is supposed to take care of missing local ca certs? I started investigating the server I have access to that's failing wget but  ssl labs certainly isn't telling me there are any issues21:38
=== jvwjgames_ is now known as jvwjgames
=== jvwjgames_ is now known as jvwjgames
=== mrt333_ is now known as mrt333
=== Lcawte is now known as Lcawte|Away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!