search for: sslmode

Displaying 4 results from an estimated 4 matches for "sslmode".

2007 Sep 14
1
script/server with options
...mode and generates a self-signed certificate. The other options are, I hope, fairly self-explanatory. script/server Usage: ruby server [options] With all defaults runs Webrick in standard http mode listening on port 3000 for all configured addresses. If -s | --sslmode then the server will start in https mode on port 3000 and auto-generate a self-signed certificate. If --sslauto=off then you must provide a server key and certificate within the RAILS_ROOT. -b, --binding=ip Binds Rails to the specified ip....
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
...e-mail. Example Usage ------------- Multiple connections can be specified in an ordinary connect-string by separating the necessary parameters with a ;;;-sequence. For the server I was writing about above, this looks like: connect = host=1.1.1.1 dbname=mailgate user=mailgate_user password=secret sslmode=require ;;; \ host=2.2.2.2 dbname=mailgate user=mailgate_user password=secret sslmode=require Leading and trailing whitespace in a connect sub-string is ignored. Basic Operation --------------- After having split the connect string, the driver creates a connection structure (struct mult...
2008 Feb 15
0
Error RODBC: Random termination of R
...ages: [1] RODBC_1.2-3 loaded via a namespace (and not attached): [1] rcompgen_0.1-17 > library(RODBC) > channel = odbcConnect("crtedb", uid = "uleopold") > channel RODB Connection 1 Details: case=tolower DSN=crtedb DATABASE=valid SERVER=10.3.1.91 PORT=5432 SSLMODE=prefer UID=uleopold PWD=****** ReadOnly=Yes FakeOidIndex=No ShowOidColumn=No RowVersioning=No ShowSystemTables=No ConnSettings= Fetch=100 Socket=8192 UnknownSizes=0 MaxVarcharSize=254 MaxLongVarcharSize=8190 Debug=0 CommLog=0 Optimizer=1 Ksqo=1 UseDeclareFetch=0...
2009 Aug 03
3
Performance problem with STATUS after upgrade (1.0.15 -> 1.2.2)
...95 sieve: ~/.dovecot.sieve sieve_storage: ~/sieve sieve_extensions: +imapflags fts: squat fts_squat: partial=4 full=10 SQL-Configuration: # grep -v '^ *\(#.*\)\?$' dovecot-sql.conf driver = pgsql connect = hostaddr=333.33.33.3 port=5432 dbname=secret user=secret password=secret sslmode=require default_pass_scheme = PLAIN password_query = SELECT login AS user, password FROM virtual_user_maps WHERE login IN ('%u', '%n') user_query = SELECT vum.uid, vum.gid, ('*:storage=' || vum.quota_kbytes || 'k') AS quota_rule, ('/export/vmailboxes/' || SUB...