cancel
Showing results for 
Search instead for 
Did you mean: 

ICM Monitor-Service display Protocol HTTPS is not active

Former Member
0 Kudos

Hello All,

Our BSP applications are running on HTTP:8080. they are running successfully.

Recently we developed a application with HTTPs: 8443. In RZ10 this parameter is added.

When i test this application Error: "The protocol defined in the settings could bot be used"

and in the help: "Diagnosis

Either there is no plugin defined for the transfer protocol (HTTP or HTTPS) specified in the user settings, or the plugin cannot be started because it is configured incorrectly."

Observation 2: in SMICM Goto-->Services here i found HTTPS with 8443 is not active.

Could you help me how to solve this problem?

Many Thanks

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

Please check this link.

http://help.sap.com/saphelp_47x200/helpdata/en/2d/c0133a62983c0ae10000000a114084/frameset.htm

You can get your certificate signed at http://service.sap.com/ssltest

When all of this is done you should be able to start the https service.

regards,

Alexander

Former Member
0 Kudos

Hello Alexander,

Hello Rainer,

I have performed the tasks as you mentioned.

now the HTTPS service is active in the ICM monitor and no SSL error in the trace file.

But when i try to test the BSP appliation with (HTTP:8443) i am getting "HTTP 500 internal server error". There is no porblem with the BSP applications with (HTTP:8080)

Could you please suggest me how to solve this problem?

Many Thanks

Ravi

Former Member
0 Kudos

Hi Ravi,

Could you please check your ICM parameters?

Tcode SMICM ->goto->parameters->display

Check if icm/plugin_1 = PROT=HTTPS,PLG=/usr/sap/<SID>/SYS/exe/run/httpplugin.so

has been defined

Also check your tracelog

smicm->goto->trace file->display file

If you have errors in your SSL Initialization

then you need to install your ssl library first

Regards,

Alexander

Former Member
0 Kudos

Hello Alexander,

Thanks for your response.

we installed SSL library. and in the trace file i have found:

"[Thr 15] *** ERROR => secudessl_Create_SSL_CTX(): PSE "/usr/sap/EBQ/DVEBMGS00/sec/SAPSSLS.pse" not found! [ssslsecu_mt. 1030]"

and the Plugins are defined as follows

icm/plugin_0 = PROT=HTTP,PLG=/usr/sap/EBQ/SYS/exe/run/httpplugin.sl

icm/plugin_1 = PROT=HTTPS,PLG=/usr/sap/EBQ/SYS/exe/run/httpplugin.sl

icm/plugin_2 = PROT=SMTP,PLG=/usr/sap/EBQ/SYS/exe/run/smtpplugin.sl

Is there anything that i have to do further to rectify this error?

Many thanks

Ravi