Oleksandr Antoshchenko

Results 3 issues of Oleksandr Antoshchenko

If you run this code, you will have an error. ``` python #!/usr/bin/python from NagAconda import Plugin plugin = Plugin('The plugin', '0.1') plugin.add_option('p', 'parameter', 'The parameter.') plugin.enable_status('warning') plugin.enable_status('critical') plugin.start() #have...

We have https with self signed certificate on our testing environment, so whenever I try to use UrlStatusChecker.getHTTPStatusCode() I have javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:352) at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:397)...

Hello, I've used this lib on my Ubuntu -- all worked good, but I can't install on my new mac. There are compilation errors while installing. - I sue Python...