This is an unofficial chat room, if you want to reach out to the Faraday core team, join us on GitHub Discussions (https://github.com/lostisland/faraday/discussions) instead
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss':
File to import not found or unreadable: type-theme. Load paths: /faraday/docs/_sass /usr/local/bundle/gems/jekyll-theme-primer-0.5.2/_sass on line 2
jekyll server
ca_file
you can do so like thisconn = Faraday.new(…, ssl: { ca_file: ‘/path/to/the/ca.pem' })
ca_file
, that mostly dipends on the adapter. For Net:HTTP it seems like a File or a file path should work, but different adapter (and thus libraries) this might be different