pavlovdo / pystormon

Zabbix storage monitoring via CIM/WBEM
15 stars 8 forks source link

SSLError #21

Closed Kynepok closed 1 year ago

Kynepok commented 1 year ago

Hi! Thx for your script, but i'm getting this issue, while trying to run any of script from "pystormon" dir. image

Any suggestions? Thx for response!

pavlovdo commented 1 year ago

Hi !

You probably have an incompatibility of SSL libraries on the server and storage. Try to check it - on your monitoring server run next commands:

  1. openssl version
  2. openssl s_client -connect address_of_your_storage -tls1_2
Kynepok commented 1 year ago

Hi !

You probably have an incompatibility of SSL libraries on the server and storage. Try to check it - on your monitoring server run next commands:

  1. openssl version
  2. openssl s_client -connect address_of_your_storage -tls1_2

Thanks for quick answer! The problem gone by itself for about a 30 mins, after i discover it. dont know why :\ Can i ask another question, or should open a new issue?

Kynepok commented 1 year ago

Hi !

You probably have an incompatibility of SSL libraries on the server and storage. Try to check it - on your monitoring server run next commands:

  1. openssl version
  2. openssl s_client -connect address_of_your_storage -tls1_2

Thanks for quick answer! The problem gone by itself for about a 30 mins, after i discover it. dont know why .. Can i ask another question, or should open a new issue?

pavlovdo commented 1 year ago

For another question open new issue please.

Kynepok commented 1 year ago

For another question open new issue please.

sure, thanks.