Hi all,

This "SERVER's CERT is NOT VALID" message appears in the error log whenever an
ns_httpsget is used to contact a merchant gateway via ssl. Subsequently, the
return from ns_httpsget fails.

Could the failure be related even though peer-to-peer SSL does not require a
recognized CA for this connection?

If so, what is breaking? Any suggestions on how to track this down further?

Thanks in advance,

Torben


server: FreeBSD 4.9-stable running aolserver3.4.2oacs1 certificate: from entrust (a recognized) CA. Netcat tests via http work without errors.

The below (abridged) verbose log includes messages generated from setting:
   ns_param ServerTrace true
   ns_param SockServerTrace true
   ns_param SockClientTrace true

**** Log shows startup and an early peer-to-peer SSL attempt.

[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsmain: AOLserver/3.4.2
starting
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsmain: security info:
uid=65534, euid=65534, gid=65534, egid=65534
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsmain: max files:
FD_SETSIZE = 1024, rl_cur = 1024, rl_max = 0
...
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/postgres.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: PostgreSQL loaded.
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: adp: mapped /*.adp
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nssock.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nslog.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nslog: opened
'/var/www/openacs-4-6.log'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nssha1.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nscache.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nscache module version @VER@
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nsrewrite.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nsxml.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsxml module starting
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nsopenssl.so'
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Module directory set by
ModuleDir to /usr/local/www/service463/etc/certs
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerPeerVerify = 0
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: ServerTrace = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerProtocols = SSLv2, SSLv3, TLSv1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using SSLv2
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using SSLv3
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using TLSv1
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerCipherSuite = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerCertFile = /usr/local/www/service463/etc/certs/dekka.crt.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: ServerKeyFile
= /usr/local/www/service463/etc/certs/dekka.key.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: ServerCAFile
= /usr/local/www/service463/etc/certs/dekka.crt.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: ServerCADir =
/usr/local/www/service463/etc/certs/
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerSessionCache = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerSessionCacheId = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerSessionTimeout = 300
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerSessionCacheSize = 512
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerPeerVerify = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerPeerVerifyDepth = 3
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerTrace = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerProtocols = SSLv2, SSLv3, TLSv1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using SSLv2
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using SSLv3
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using TLSv1
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerCipherSuite = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerCertFile = /usr/local/www/service463/etc/certs/dekka.crt.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerKeyFile = /usr/local/www/service463/etc/certs/dekka.key.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerCAFile = /usr/local/www/service463/etc/certs/dekka.crt.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerCADir = /usr/local/www/service463/etc/certs/
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerSessionCache = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerSessionCacheId = 2
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerSessionTimeout = 300
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockServerSessionCacheSize = 512
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientPeerVerify = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientPeerVerifyDepth = 10
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientTrace = 1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientProtocols = SSLv2, SSLv3, TLSv1
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using SSLv2
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using SSLv3
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: Using TLSv1
protocol
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientCipherSuite = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientCertFile = /usr/local/www/service463/etc/certs/dekka.crt.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientKeyFile = /usr/local/www/service463/etc/certs/dekka.key.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientCAFile = /usr/local/www/service463/etc/certs/dekka.crt.pem
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientCADir = /usr/local/www/service463/etc/certs/
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientSessionCache = 0
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientSessionCacheId = 3
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientSessionTimeout = 300
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
SockClientSessionCacheSize = 512
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: ServerAddress
= 200.46.204.152
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerHostname = dekka.com
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: ServerPort = 8443
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerLocation = (null)
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: location
https://dekka.com:8443
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl: RandomFile =
/var/www/openacs-4-6.log
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerSockTimeout = 30
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: nsopenssl:
ServerBufferSize = 16384
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: conf:
[ns/server/openacs-4-6]enabletclpages = 0
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Loading OpenACS, rooted
at /usr/local/www/openacs-4-6
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Sourcing
/usr/local/www/service463/packages/acs-bootstrap-installer/bootstrap.tcl
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Bootstrap: sourcing
/usr/local/www/service463/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Bootstrap: sourcing
/usr/local/www/service463/packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Bootstrap: sourcing
/usr/local/www/service463/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Bootstrap: sourcing
/usr/local/www/service463/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Bootstrap: sourcing
/usr/local/www/service463/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Database API: The
following pools are available: subquery main log
...
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Loading acs-tcl
[20/Jan/2004:11:29:54][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/00-database-procs-postgresql.tcl...
...
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/admin-init.tcl...
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /acs-admin/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /api-doc/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /acs-service-contract/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /acs-content-repository/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /doc/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: URLs matching
"/acs-admin/*" are restricted to SSL
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /ecommerce/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /schema-browser/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /ezic-gateway/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Processing RestrictToSSL
for /notifications/
[20/Jan/2004:11:29:56][93990.135335936][-main-] Warning: apm_boostrap_load_file
skipping /usr/local/www/service463/packages/acs-tcl/tcl/base64.tcl because it
isn't either a -procs.tcl or -init.tcl file
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/database-init.tcl...
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/document-init.tcl...
[20/Jan/2004:11:29:56][93990.135335936][-main-] Warning: apm_boostrap_load_file
skipping /usr/local/www/service463/packages/acs-tcl/tcl/md5.tcl because it isn't
either a -procs.tcl or -init.tcl file
[20/Jan/2004:11:29:56][93990.135335936][-main-] Warning: apm_boostrap_load_file
skipping /usr/local/www/service463/packages/acs-tcl/tcl/mime.tcl because it
isn't either a -procs.tcl or -init.tcl file
[20/Jan/2004:11:29:56][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/request-processor-init.tcl...
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Registering
rp_handle_tcl_request to handle files with extension tcl
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Registering
rp_handle_adp_request to handle files with extension adp
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Registering
rp_handle_tcl_request to handle files with extension vuh
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/security-init.tcl...
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Scheduling proc
sec_sweep_sessions
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Creating secret_tokens
ns_cache...
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Populating secret_tokens
ns_cache...
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/site-nodes-init.tcl...
[20/Jan/2004:11:29:57][93990.135335936][-main-] Notice: Loading
packages/acs-tcl/tcl/utilities-init.tcl...
[20/Jan/2004:11:30:15][93990.135335936][-main-] Notice: APM/QD = DONE looping
through files from which to load queries
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
cr_delete_scheduled_files
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
acs_cr_scheduled_release_exec
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
acs_mail_process_queue
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: acs-mail: ns_uuencode
broken - will use the slow tcl version
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
acs_mail_lite::sweeper
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
acs_messaging_process_queue
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Registering
adp_parse_ad_conn_file to handle files with extension adp
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Registering
adp_parse_ad_conn_file to handle files with extension tcl
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_expire_old_carts
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_unauthorized_transactions
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_unmarked_transactions
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_unrefunded_transactions
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_sweep_for_payment_zombies
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_sweep_for_payment_zombie_gift_certificates
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_send_unsent_new_order_email
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_delayed_credit_denied
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_remove_creditcard_data
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_send_unsent_new_gift_certificate_order_email
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
ec_send_unsent_gift_certificate_recipient_email
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
notification::sweep::cleanup_notifications
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
notification::sweep::sweep_notifications
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
notification::sweep::sweep_notifications
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
notification::sweep::sweep_notifications
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Scheduling proc
search_indexer
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Done loading OpenACS.
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Sourcing files for
postload...
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Done.
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Executing initialization
code blocks...
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Executing initialization
code block filters_register in
/usr/local/www/service463/packages/acs-tcl/tcl/request-processor-init.tcl
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Executing initialization
code block procs_register in
/usr/local/www/service463/packages/acs-tcl/tcl/request-processor-init.tcl
[20/Jan/2004:11:30:20][93990.135335936][-main-] Notice: Executing initialization
code block payment-gateway in
/usr/local/www/service463/packages/payment-gateway/tcl/payment-gateway-init.tcl
[20/Jan/2004:11:30:21][93990.135335936][-main-] Warning: Query
dbqd.www.index-oracle.site_nodes has rdbms info oracle 8.1.6 which is not
compatible with system rdbms postgresql 7.2
[20/Jan/2004:11:30:21][93990.135335936][-main-] Notice: tcl: generating interp
init script
[20/Jan/2004:11:30:21][93990.135335936][-main-] Warning: keepalive: insufficient
maxkeepalive 0: keepalive disabled
[20/Jan/2004:11:30:21][93990.135335936][-main-] Notice: nsmain: AOLserver/3.4.2
running
[20/Jan/2004:11:30:21][93990.135335936][-main-] Notice: nsmain: security info:
uid=65534, euid=65534, gid=65534, egid=65534
[20/Jan/2004:11:30:21][93990.135335936][-main-] Notice: serv: waiting for warmup
[20/Jan/2004:11:30:21][93990.135518208][-sched-] Notice: sched: starting
[20/Jan/2004:11:30:22][93990.135335936][-main-] Notice: serv: warmed up
[20/Jan/2004:11:30:22][93990.135335936][-main-] Notice: socks: idle
[20/Jan/2004:11:30:22][93990.135335936][-main-] Notice: sched: idle
[20/Jan/2004:11:30:22][93990.135335936][-main-] Notice: nssock: listening on
200.46.204.152:8000
[20/Jan/2004:11:30:22][93990.157268992][-nsopenssl-] Notice: waiting for startup
[20/Jan/2004:11:30:22][93990.157268992][-nsopenssl-] Notice: starting
[20/Jan/2004:11:30:22][93990.157268992][-nsopenssl-] Notice: nsopenssl:
listening on https://dekka.com:8443 (200.46.204.152:8443)
[20/Jan/2004:11:30:22][93990.157268992][-nsopenssl-] Notice: accepting connections
[20/Jan/2004:11:30:22][93990.150623232][-nssock-] Notice: nssock: starting
[20/Jan/2004:11:30:22][93990.150623232][-nssock-] Notice: nssock: accepting
connections
[20/Jan/2004:11:31:20][93990.135518208][-sched-] Notice: Running scheduled proc
search_indexer...
[20/Jan/2004:11:31:20][93990.150760448][-sched:8-] Notice: Running scheduled
proc acs_mail_lite::sweeper...
[20/Jan/2004:11:31:20][93990.135518208][-sched-] Notice: dbdrv: opening database
'postgres:pgsql72.hub.org:5432:170_546_openacs'
[20/Jan/2004:11:31:20][93990.135518208][-sched-] Notice: Opening 170_546_openacs
on pgsql72.hub.org, port 5432
...
[20/Jan/2004:11:31:20][93990.150760448][-sched:8-] Notice: Done running
scheduled proc acs_mail_lite::sweeper.
[20/Jan/2004:11:31:20][93990.150893568][-sched:23-] Notice: Running scheduled
proc notification::sweep::sweep_notifications...
[20/Jan/2004:11:31:20][93990.135518208][-sched-] Notice: Ns_PgOpenDb(postgres):
 Openned connection to pgsql72.hub.org:5432:170_546_openacs.
[20/Jan/2004:11:31:20][93990.150893568][-sched:23-] Notice: Done running
scheduled proc notification::sweep::sweep_notifications.
[20/Jan/2004:11:31:20][93990.135518208][-sched-] Notice: Done running scheduled
proc search_indexer.
[20/Jan/2004:11:32:20][93990.135518208][-sched-] Notice: Running scheduled proc
search_indexer...
[20/Jan/2004:11:32:20][93990.135518208][-sched-] Notice: Done running scheduled
proc search_indexer.
[20/Jan/2004:11:32:20][93990.151370752][-sched:8-] Notice: Running scheduled
proc acs_mail_lite::sweeper...
[20/Jan/2004:11:32:20][93990.157476864][-sched:23-] Notice: Running scheduled
proc notification::sweep::sweep_notifications...
[20/Jan/2004:11:32:20][93990.151370752][-sched:8-] Notice: Done running
scheduled proc acs_mail_lite::sweeper.
...
[20/Jan/2004:11:40:20][93990.159440896][-sched:23-] Notice: Done running
scheduled proc notification::sweep::sweep_notifications.
[20/Jan/2004:11:40:22][93990.152699904][-sched:15-] Notice: Done running
scheduled proc ec_sweep_for_payment_zombies.
[20/Jan/2004:11:40:45][93990.150759424][-sched:16-] Notice: Running scheduled
proc ec_sweep_for_payment_zombie_gift_certificates...
[20/Jan/2004:11:40:45][93990.150759424][-sched:16-] Notice: Done running
scheduled proc ec_sweep_for_payment_zombie_gift_certificates.
[20/Jan/2004:11:41:10][93990.152699904][-sched:17-] Notice: Running scheduled
proc ec_send_unsent_new_order_email...
[20/Jan/2004:11:41:10][93990.152699904][-sched:17-] Notice: Done running
scheduled proc ec_send_unsent_new_order_email.
[20/Jan/2004:11:41:20][93990.135518208][-sched-] Notice: Running scheduled proc
search_indexer...
...
[20/Jan/2004:12:26:21][93990.136074240][-sched:23-] Notice: Running scheduled
proc notification::sweep::sweep_notifications...
[20/Jan/2004:12:26:21][93990.136074240][-sched:23-] Notice: Done running
scheduled proc notification::sweep::sweep_notifications.
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read client hello A
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write server hello A
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write certificate A
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write server done A
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 flush data
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read client certificate A
[20/Jan/2004:12:26:41][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read client certificate A
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read client key exchange A
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read certificate verify A
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write change cipher spec A
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write finished A
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSLv3 flush data
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:42][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:43][93990.139909120][-conn0-] Notice: Security: 1074601603
sec_generate_session_id_cookie setting 220001, 3552.
[20/Jan/2004:12:26:43][93990.139909120][-conn0-] Notice: random: generating 1 seeds
[20/Jan/2004:12:26:44][93990.139909120][-conn0-] Notice: Huh? redirecting:
https://dekka.com:8443/ecommerce/finalize-order
[20/Jan/2004:12:26:44][93990.139909120][-conn0-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully; alert type = warning; alert
desc = close notify
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read client hello A
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write server hello A
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write change cipher spec A
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write finished A
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 flush data
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:44][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:45][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:45][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:45][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:45][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: before/connect initialization
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: before/connect initialization
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv2/v3 write client hello A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 read server hello A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 read server certificate A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 read server done A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 write client key exchange A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 write change cipher spec A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 write finished A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 flush data
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSLv3 read finished A
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSL negotiation finished successfully
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSL negotiation finished successfully
[20/Jan/2004:12:26:49][93990.135948288][-conn1-] Notice: nsopenssl: sockclient:
SERVER's CERT is NOT VALID
[20/Jan/2004:12:26:51][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSL negotiation finished successfully; alert type = warning; alert
desc = close notify
[20/Jan/2004:12:26:51][93990.135948288][-conn1-] Notice: nsopenssl: trace:
sockclient: SSL negotiation finished successfully; alert type = warning; alert
desc = close notify
[20/Jan/2004:12:26:51][93990.135948288][-conn1-] Error: Ns_PgExec: result
status: 7 message: ERROR:  ExecAppend: Fail to add null value in not null
attribute transaction_id

[20/Jan/2004:12:26:51][93990.135948288][-conn1-] Error: Wasn't able to do insert
into ezic_gateway_result_log for transaction_id ; error was Database operation
"dml" failed
[20/Jan/2004:12:26:51][93990.135948288][-conn1-] Notice: Huh? redirecting:
https://dekka.com:8443/ecommerce/credit-card-correction
[20/Jan/2004:12:26:51][93990.135948288][-conn1-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully; alert type = warning; alert
desc = close notify
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read client hello A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write server hello A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write change cipher spec A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write finished A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 flush data
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:51][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:52][93990.143729664][-conn2-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully; alert type = warning; alert
desc = close notify
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: before/accept initialization
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read client hello A
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write server hello A
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write change cipher spec A
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 write finished A
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 flush data
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:52][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:53][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSLv3 read finished A
[20/Jan/2004:12:26:53][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:53][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully
[20/Jan/2004:12:26:53][93990.143540224][-conn3-] Notice: nsopenssl: trace:
nsdserver: SSL negotiation finished successfully; alert type = warning; alert
desc = close notify
[20/Jan/2004:12:27:00][93990.151660544][-sched:21-] Notice: Running scheduled
proc ec_send_unsent_gift_certificate_recipient_email...
[20/Jan/2004:12:27:00][93990.151660544][-sched:21-] Notice: Done running
scheduled proc ec_send_unsent_gift_certificate_recipient_email.
...
<


-- AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to