Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] detailed instruction on how to setup condor soap ssl
- Date: Mon, 2 Apr 2012 12:40:46 -0500
- From: Zhu Wayne <zhuw.chicago@xxxxxxxxx>
- Subject: [Condor-users] detailed instruction on how to setup condor soap ssl
Greetings!
I found little details on how to set up SOAP SSL (v7.4.4). Could
anyone who made it work shed some lights on this? I was enable to make
SOAP work w/ little effort, but not so lucky with SSL. Thanks.
## SOAP
ENABLE_SOAP = TRUE
ENABLE_WEB_SERVER = TRUE
WEB_ROOT_DIR = $(RELEASE_DIR)/lib/webservice
ALLOW_SOAP = */*
QUEUE_ALL_USERS_TRUSTED = FALSE
ENABLE_SOAP_SSL = TRUE
COLLECTOR_SOAP_SSL_PORT = 9818
MASTER_SOAP_SSL_PORT = 9718
#SOAP_SSL_SERVER_KEYFILE = $(RELEASE_DIR)/web/collector.pem
#SOAP_SSL_CA_FILE = $(RELEASE_DIR)/web/collector.csr
SOAP_SSL_SERVER_KEYFILE = /opt/appl/condor/live/web/collector.pem
SOAP_SSL_CA_FILE = /opt/appl/condor/live/web/collector.csr
Collector failed to start with the following in the log:
4/02 11:34:40 ******************************************************
04/02 11:34:40 Using config source: /opt/appl/condor/live/etc/condor_config
04/02 11:34:40 Using local config sources:
04/02 11:34:40 /opt/condor/condor_config.local
04/02 11:34:40 /opt/appl/condor/condor-etc/condor_config.wiwebcm301p
04/02 11:34:40 DaemonCore: Command Socket at <10.235.40.67:9618>
04/02 11:34:40 ERROR "DaemonCore: Failed to initialize SOAP SSL server
context" at line 190 in file soap_core
.cpp