cancel
Showing results for 
Search instead for 
Did you mean: 

Can't edit SSL Config

former_member2987
Active Contributor
0 Kudos

Hi there,

I'm having some trouble setting up SSL on my NW 7.31 configuration.  For some reason I cannot Edit or remove my SSL Access points on my sandbox.  Can anyone tell me how to do this? Note I have one Access point which is in the "red" state.  This is what I need to fix.

If it helps this SSL will be supporting SAP IDM 8. I've attached a screenshot.  If there is anything else that is needed, please ask.

Thanks!

Matt

Accepted Solutions (0)

Answers (3)

Answers (3)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Matt,

Have you checked this SAP KBA?

1951806 - SSL port not activie error in version 7.1X and above

...and it is a Windows system.

former_member185954
Active Contributor
0 Kudos

That's spot on

former_member185954
Active Contributor
0 Kudos

Hello Matt,

You can also do some checks using JCMON

Monitoring J2EE Engine with JCmon - Basis Corner - SCN Wiki

Start JCMON - > 20 - Local Administration -> 12 Port list

Regards,

Siddhesh

Former Member
0 Kudos

Hi Matt,

I'll kick off with a couple of obvious ones.

1. Have you correctly defined the service listening on 50001 in your instance profile ?

eg: icm/server_port_<n> = PROT=HTTPS, PORT=5$(SAPSYSTEM)01

Please post the config.

2. Have you checked that there is a process listening on port 50001 ?

netstat -an | find "50001"

Equally you can use "tcpview" which is now owned by MS.

Cheers,

Amerjit

former_member185954
Active Contributor
0 Kudos

Hell Amerjit,

you meant netstat -an | grep 50001

Regards,

Siddhesh

Former Member
0 Kudos

Hey Siddhesh,

I don't know why I had it in my mind that Matt is on Windows.

Indeed on *IX it would be grep.

Amerjit

former_member185954
Active Contributor
0 Kudos

I have to admit, I don't know much about windows.