search for: terena

Displaying 20 results from an estimated 34 matches for "terena".

Did you mean: verena
2018 Jul 24
1
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
...############## $ openssl s_client -showcerts -connect 141.201.4.5:993 -servername imap.cs.sbg.ac.at CONNECTED(00000003) --- Certificate chain ?0 s:/C=AT/ST=Salzburg/L=Salzburg/O=University of Salzburg/OU=Department of Computer Science/CN=mail.cs.sbg.ac.at ???i:/C=NL/ST=Noord-Holland/L=Amsterdam/O=TERENA/CN=TERENA SSL CA 3 -----BEGIN CERTIFICATE----- MIIGjDCCBXSgAwIBAgIQApnSP3xZbyr6dGTMvuxaSDANBgkqhkiG9w0BAQ0FADBk MQswCQYDVQQGEwJOTDEWMBQGA1UECBMNTm9vcmQtSG9sbGFuZDESMBAGA1UEBxMJ QW1zdGVyZGFtMQ8wDQYDVQQKEwZURVJFTkExGDAWBgNVBAMTD1RFUkVOQSBTU0wg Q0EgMzAeFw0xNzAxMjQwMDAwMDBaFw0yMDAxMjgxMjAwMDBaMIGZMQswC...
2018 Jul 20
2
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
Hi, I recognised some funny behaviour on my server. IMAP clients which won't send an Server Name Indication (SNI) sometimes get the wrong certificate. I would expect that those clients always get the default certificate (of my new domain), instead in about 20 to 50% of connections the certificate of my old domain will be presented. (sample rate was 3 times 30 connections) Clients sending SNI
2006 Jan 27
8
ror/lighttpd - HTML files via port 80 become application/octet-stream?
...this very config file and only changing the port number yields a valid page. Using port 80 screws up the MIME type. Any hints would be very much appreciated. FYI. Server = Debian Sarge Ruby = 1.8.4 Rails = 1.0.0 Lighttpd = 1.4.8 Postgres = 8.1.2 This box runs no other stuff. -- Dick Visser TERENA IT-support officer / webmaster Singel 468D, 1017 AW, Amsterdam, The Netherlands Phone: +31 20 5304488 Fax: +31 20 5304499 Email: dick@terena.nl http://www.terena.nl Live IPv4/6 webcam: http://www.terena.nl/~dick PGP-key: http://www.terena.nl/~dick/pgp.key.asc
2014 Jan 05
1
Panic: file mailbox-list-maildir.c: line 133: unreached
...x:~/mail:INBOX=/var/spool/mail/%u prefix = "#mbox/" separator = / type = private } namespace { location = maildir:~/Maildir prefix = separator = / type = private } passdb { args = /etc/dovecot/dovecot-ldap.conf.ext driver = ldap } ssl_ca = </etc/pki/tls/certs/TERENA.crt ssl_cert = </etc/pki/tls/certs/mail.iseg.ulisboa.pt.crt ssl_key = </etc/pki/tls/private/mail.iseg.ulisboa.pt.key syslog_facility = local0 userdb { args = /etc/dovecot/dovecot-ldap.conf.ext driver = ldap } ###### END CONFIG ###### I don't know what to do to allow MAC users to...
2006 Mar 17
7
OT: Subversion folder cleanup
How do you clean up your app folder to place onto the server? I want to get rid of all the .svn stuff. Seth Buntin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060317/cc81d9f7/attachment.html
2005 Nov 16
3
controller before_filter issues
Hi, Some controller filters: before_filter :require_logged_in, :only => [:create, :new, :confirm] before_filter :init_players, :only => [:create, :new, :confirm] The first one, you guessed it, redirects a user if he''s not logged in. Now when I hit this page and I''m not logged in, the 2nd filter gets executed and throws an error, because it depends on the user
2006 Apr 02
16
12 / 16 = 0
Hi, Just thought it was weird that Ruby doesn''t automatically cast ints to floats. Seems so un-rubyish irb(main):006:0> 12/16 => 0 irb(main):007:0> 12.to_f / 16.to_f => 0.75 Jeroen
2006 Jan 30
9
Something as after_successful_validation?
I need to call callback only if the validation was successful, but it seems it is called also when validation fails. -- Posted via http://www.ruby-forum.com/.
2006 Feb 09
6
Can I protect access to a relationship?
Hi, I have a class Match that looks like this (simplified) class Match < ActiveRecord::Base belongs_to :opp1, :class_name => "Player", :foreign_key => "opp1_id" belongs_to :opp2, :class_name => "Player", :foreign_key => "opp2_id" belongs_to :winner, :class_name => "Player", :foreign_key => "winner_id" end Can I
2006 Mar 16
3
inserted_at seems buggy in production mode?
Hi, I''ve got a table with an inserted_at column. When I insert a record it automatically injects the current date/time, all is well. Then when I insert a second record, it uses the exact same timestamp that is used in the first record. This behavior only seems to occur in production mode. When I restart the server, the problem goes away but then immidetatly occurs again on the
2005 Oct 17
8
Using active record for SELECT MAX(column) FROM ...
Hi, Is there an easy way of querying an active record for a maximum column value? I need to do queries like: SELECT MAX(salary) FROM employees TIA, Jeroen
2006 Mar 30
15
ActiveRecord 1.13.2 -> 1.14.0 breaks Postgres connectivity
To Whom It May Concern: I have an ActiveRecord-based application (non-Rails). Life was grand until I upgraded ActiveRecord yesterday, after which point I was getting TONNES of these errors from my app and in PostgreSQL''s logs: FATAL: terminating connection due to administrator command According to Google searching, this happens when an external process sends PostgreSQL SIGINT or
2004 Nov 24
4
asterisk and pstn
Hi, First of all apologies because this isn't strictly a purely asterisk question. I am quite new to asterisk and actually to voip/telephony as a whole. I currently have sip calls working through asterisk. The asterisk server is behind a linksys router. I would now like to connect calls to the pstn. I have researched into several ways to do this but because I am not very knowledgeable about
2006 Jun 29
0
[OT] ruby webmail
Hi, Can anybody recommend a webmail system that uses Ruby (on Rails) ? I tried mailr but it''s too beta for me.. I never minded using Squirrel, but I''m hoping I can keep my server lean and clean so no Apache / PHP... Any suggestions? Jeroen
2006 May 03
1
form :onblur => ''this.form.submit()'' doesn''t do AJAX
Hi, I''m looking to create a form that gets submitted using AJAX after an element loses focus. <% remote_form_for :person, @person, :url => { :action => "save" }, :update => ''form'' do |f| %> <label for="person_fname"><span class="req">*</span>Name</label> <div class="form_el"> <%=
2006 Apr 01
1
STI with_scope on parent - bug or feature?
Hi, It seems that setting a with_scope on the parent class doesn''t do anything MyClass.with_scope(:find=>{:conditions=> ["somecol = ?", ''val'']}) do @ext_pages, @ext_rows = paginate :my_extended_class, { :per_page => 13 } end # this doesn''t generate WHERE somecol=''val'' In order for scope to work you have to call
2006 Apr 14
0
flash.now in functional tests
Hi, Does anybody know how I can access messages set using flash.now in my functional tests? assert_equal ''my notice'', flash[:notice] doesn''t. I guess that makes sense since they''re flushed as soon as the request request is finished. You can scan the HTML for a particular string you expect to be displayed, but is there a more direct way of doing this?
2006 Apr 20
0
activerecord and ruby-dbi
Hi, Just wondering: does anybody know if ActiveRecord has been built entirely from scratch or if it''s inherited (a lot of) functionality from ruby-dbi? Jeroen
2006 Apr 26
0
partials or helpers: which to use?
Hi, Just wondering: when do people use a helper and when a partial? I''ve just converted a bunch of partials into helpers because I didn''t like the syntax of partials where I can had to pass in a :locals hash every time. I wonder what advantages a partial has over a helper and vice versa. I guess a partial has easier access to the controller and various assigned variables,
2006 Mar 08
0
script/console custom prompt
Hi, I''m not able to use a custom prompt with script/console. I can''t seem to change the prompt once I''m inside irb. I can only change by passing in the --prompt arg to irb. However, it seems script/console has the simple prompt hardcoded in the script. I hacked the script a little and it seems to work, but I''m sure there is a more elegant way to do it.