oracledb_exporter icon indicating copy to clipboard operation
oracledb_exporter copied to clipboard

SSL cert is not supported

Open grayson85 opened this issue 4 years ago • 3 comments

Trying to configure the SSL cert. However, the it show "oracledb_exporter: error: unknown long flag '--web.ssl-server-cert', try --help"

--web.ssl-server-cert string Path to the PEM encoded certificate file. --web.ssl-server-key string Path to the PEM encoded key file.

image

grayson85 avatar Aug 25 '21 06:08 grayson85

From my point of view, it's on purpose: the exporter has never supported this feature

PR are welcome thought

Yannig avatar Sep 20 '21 08:09 Yannig

Same issue as https://github.com/iamseth/oracledb_exporter/issues/191

Yannig avatar Sep 20 '21 12:09 Yannig

@grayson85 the last version of the exporter support this feature.

Can you check using the following image:

docker pull yannig/oracledb_exporter:0.3.2

Yannig avatar Sep 22 '21 09:09 Yannig