cancel
Showing results for 
Search instead for 
Did you mean: 

Https-44330 over SSL

Former Member
0 Kudos

Hello,

need to configure 44330 https port over ssl, till now we are using port 8030 for http.

can anyone provide me steps or good docu for https/44330 configuration.

Access url is http://tsrdevSY1.tristarremedies.com:8030/sap/bc/webdynpro/scf/erp?sap-language=EN and instead of port 8030 we have to use 44330.

Following are the existing parameter settings.

-


ICM Parameter

-


Services


icm/server_port_0 = PROT=HTTP,PORT=8030

icm/server_port_1 = PROT=SMTP,PORT=25000,TIMEOUT=-1

icm/server_port_2 = PROT=HTTPS,PORT=44330

Hard limits


icm/max_services = 30

icm/listen_queue_len = 512

icm/req_queue_len = 500

icm/max_conn = 500

icm/max_sockets = 2048

Thread handling


icm/min_threads = 10

icm/max_threads = 50

icm/min_spare_threads = 3

Tracing and statistic


rdisp/TRACE = 1

icm/tracefile = dev_icm

icm/log_level = 0

icm/stat_level = 1

icm/security_log = LOGFILE=dev_icm_sec,MAXSIZEKB=500

icm/accept_remote_trace_level = 0

Monitoring


icm/ccms_monitoring = 1

icm/ccms_refresh_rate (sec.) = 30

Timeout handling


icm/keep_alive_timeout (sec.) = 60

icm/conn_timeout (msec.) = 5000

HTTP settings


icm/HTTP/max_request_size_KB = 102400

icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=53000

icm/HTTP/logging_0 = PREFIX=/, LOGFILE=icmhttp.log, LOGFORMAT=SAPS

MD, MAXSIZEKB=10240, SWITCHTF=day, FILEWRAP=on

icm/HTTP/server_cache_0 = PREFIX=/, CACHEDIR=/usr/sap/SY1/DVEBMGS30/dat

a/cache

icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=/usr/sap/SY1/DVEBMG

S30/data/icmanroot/admin,AUTHFILE=/usr/sap/SY1/SYS

icm/HTTP/auth_0 = PREFIX=/,FILTER=SAP

HTTP(S) error handling


is/HTTP/show_detailed_errors = 1

HTTPS (SSL) settings


icm/HTTPS/verify_client = 1

ssf/name =

ssf/ssfapi_lib =

sec/libsapsecu =

ssl/ssl_lib =

Context Quotas


icm/HTTP/context_quota = 90%

icm/HTTPS/context_quota = 90%

icm/SMTP/context_quota = 90%

Memory Pipe settings


mpi/total_size_MB = 80

mpi/buffer_size = 65536

J2EE settings


rdisp/j2ee_start = 1

is/HTTP/default_root_hdl = J2EE

Content Filter settings


csi/enable = TRUE

csi/SAP/csa_lib = /usr/sap/SY1/DVEBMGS30/exe/libsapcsa.so

Misc


icm/host_name_full = tsrdevSY1.tristarremedies.com

icm/cancel_strategy = cancel requests without session (stateless)

rdisp/plugin_auto_logout = 1800

is/HTTP/virt_host_0 = :;

is/SMTP/virt_host_0 = :;

-


Regards,

Visnhu Singh

IIL

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I guess you either need to install the SAP Cryptolib or configure the ssl-server in STRUST, or both.

The details can be found here: [Configuring the SAP Web AS for Supporting SSL|http://help.sap.com/erp2005_ehp_04/helpdata/EN/52/31683ab81fd846e10000000a11402f/content.htm]

Best regards, Michael

Answers (0)