Page 1 of 1

Upgraded NCPA to 181 and getting this error on centos ^.x

Posted: Tue Jul 14, 2015 2:31 pm
by ashleydrees
I upgraded the NCPA on my Centos 6x box, and now the listener will not run.

error from the log is:-

2015-07-14 19:03:58,563 991 INFO started
2015-07-14 19:03:58,564 991 ERROR No option u'ssl_version' in section: 'listener'
Traceback (most recent call last):
File "ncpa_posix_listener.py", line 37, in run
File "/usr/local/lib/python2.7/ConfigParser.py", line 618, in get
NoOptionError: No option u'ssl_version' in section: 'listener'
2015-07-14 19:03:58,565 991 INFO stopped
2015-07-14 19:08:03,721 1463 INFO started
2015-07-14 19:08:03,722 1463 ERROR No option u'ssl_version' in section: 'listener'
Traceback (most recent call last):
File "ncpa_posix_listener.py", line 37, in run
File "/usr/local/lib/python2.7/ConfigParser.py", line 618, in get
NoOptionError: No option u'ssl_version' in section: 'listener'
2015-07-14 19:08:03,723 1463 INFO stopped

Am planning to downgrade to 1.7x if i can find where i put it... or find it online.

I cannot find much about this error.

Re: Upgraded NCPA to 181 and getting this error on centos ^.

Posted: Tue Jul 14, 2015 2:35 pm
by ashleydrees
back on 1.7.2 and it works again...

Re: Upgraded NCPA to 181 and getting this error on centos ^.

Posted: Wed Jul 15, 2015 9:03 am
by tgriep
The error looks like the following line is missing from the ncpa.cfg file.

Code: Select all

ssl_version = TLSv1
Can you verify that the line is set in the config file?

Re: Upgraded NCPA to 181 and getting this error on centos ^.

Posted: Sun Jul 19, 2015 6:43 am
by ashleydrees
I will - re-install the 1.8.1 and check - be right back.

Re: Upgraded NCPA to 181 and getting this error on centos ^.

Posted: Mon Jul 20, 2015 10:16 am
by tgriep
No problem, waiting for your findings.

Re: Upgraded NCPA to 181 and getting this error on centos ^.

Posted: Tue Jul 21, 2015 1:30 am
by ashleydrees
Thanks.

Was that, did not carry over all the settings from the new file - 181 adds

# Available versions: PROTOCOL SSLv2, SSLv3, TLSv1
ssl_version = TLSv1

I just copied the old file without a diff and migrate.

Solved.

Re: Upgraded NCPA to 181 and getting this error on centos ^.

Posted: Tue Jul 21, 2015 9:24 am
by tmcdonald
Are we all set to close this up?

Re: Upgraded NCPA to 181 and getting this error on centos ^.

Posted: Wed Nov 04, 2015 2:10 pm
by ashleydrees
Sorry, yes... good to close.