This message was deleted.
# general
b
This message was deleted.
c
c
is that self-hosting the pricing API? I think my error after that, when infracost is trying to post the comment to GitLab.. if I --dry-run the comment command, I can successfully generate the cost and comment content
c
yes I’m just realizing that. you want that same option but for the gitlab request. I don’t think we have that but let me look at the code for a minute.
c
👍
c
Can you try setting
SSL_CERT_FILE
or
SSL_CERT_DIR
env variables? The go package looks in different places depending on which system it’s running on (e.g. https://go.dev/src/crypto/x509/root_linux.go)
But supposedly those env variables will override the default.
c
ok, Ill give that a go. Let you know how I get on
using
SSL_CERT_FILE
worked a treat!