It is currently April 28th, 2024, 7:27 am

help with webparser.dll ssl certificate error

Get help with creating, editing & fixing problems with skins
mkandoll
Posts: 1
Joined: December 17th, 2012, 6:26 pm

help with webparser.dll ssl certificate error

Post by mkandoll »

I am writing my own skin to parse icinga status output on a private network. This is using a self signed certificate that does not have a proper CA, and will not ever have a proper CA. The webparser.dll agent is barfing when it encounters the certificate. How can I tell it to ignore the certificate warning and continue?

I am using rainmeter 2.5 on Windows 7 ultimate.
The error log from rainmeter shows:

ERRO (01:10:11.544) WebParser.dll: (1493) The certificate authority is invalid or incorrect (ErrorCode=12045)
DBUG (01:10:11.559) WebParser.dll: Fetching: https://username:password@icinga.somehost.com/icinga/cgi-bin/status.cgi?host=all&servicetypes=28&hoststatustypes=15

A google search of the error and a search on these forums for certificate cert ssl cert all return no results.