<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: FreeNAS: Enable and configure Object Storage in FreeNAS 11.x compatible with S3 APIs &#8211; Based on MinIO	</title>
	<atom:link href="https://jorgedelacruz.uk/2019/08/21/freenas-enable-and-configure-object-storage-in-freenas-11-x-compatible-with-s3-apis-based-on-minio/feed/" rel="self" type="application/rss+xml" />
	<link>https://jorgedelacruz.uk/2019/08/21/freenas-enable-and-configure-object-storage-in-freenas-11-x-compatible-with-s3-apis-based-on-minio/</link>
	<description>Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.</description>
	<lastBuildDate>Sun, 29 Mar 2020 21:45:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Axemann		</title>
		<link>https://jorgedelacruz.uk/2019/08/21/freenas-enable-and-configure-object-storage-in-freenas-11-x-compatible-with-s3-apis-based-on-minio/#comment-1146</link>

		<dc:creator><![CDATA[Axemann]]></dc:creator>
		<pubDate>Sun, 29 Mar 2020 21:45:41 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1433#comment-1146</guid>

					<description><![CDATA[For anyone attempting to get this to work on FreeNAS 11.3-U1, there is an issue with the service not starting in SSL/HTTPS mode due to a missing line in one of the configuration files.  This will likely be fixed in 11.3-U2, but as a work-around, you can do the following:

Edit /usr/local/lib/python3.7/site-packages/middlewared/etc_files/rc.conf.py and change the following:

yield f&#039;minio_address=&quot;{s3[&quot;bindip&quot;]}:{s3[&quot;bindport&quot;]}&quot;&#039;
browser = &#039;MINIO_BROWSER=off \\\n&#039; if not s3[&#039;browser&#039;] else &#039;&#039;

to:

yield f&#039;minio_address=&quot;{s3[&quot;bindip&quot;]}:{s3[&quot;bindport&quot;]}&quot;&#039;
yield &#039;minio_certs=&quot;/usr/local/etc/minio/certs&quot;&#039;
browser = &#039;MINIO_BROWSER=off \\\n&#039; if not s3[&#039;browser&#039;] else &#039;&#039;

The &quot;yield f&#039;minio_address...&quot; is on line 296 in rc.conf.py.

Once complete, you may need to restart the S3 service a couple of times to get it to finally start up in SSL mode.]]></description>
			<content:encoded><![CDATA[<p>For anyone attempting to get this to work on FreeNAS 11.3-U1, there is an issue with the service not starting in SSL/HTTPS mode due to a missing line in one of the configuration files.  This will likely be fixed in 11.3-U2, but as a work-around, you can do the following:</p>
<p>Edit /usr/local/lib/python3.7/site-packages/middlewared/etc_files/rc.conf.py and change the following:</p>
<p>yield f&#8217;minio_address=&#8221;{s3[&#8220;bindip&#8221;]}:{s3[&#8220;bindport&#8221;]}&#8221;&#8216;<br />
browser = &#8216;MINIO_BROWSER=off \\\n&#8217; if not s3[&#8216;browser&#8217;] else &#8221;</p>
<p>to:</p>
<p>yield f&#8217;minio_address=&#8221;{s3[&#8220;bindip&#8221;]}:{s3[&#8220;bindport&#8221;]}&#8221;&#8216;<br />
yield &#8216;minio_certs=&#8221;/usr/local/etc/minio/certs&#8221;&#8216;<br />
browser = &#8216;MINIO_BROWSER=off \\\n&#8217; if not s3[&#8216;browser&#8217;] else &#8221;</p>
<p>The &#8220;yield f&#8217;minio_address&#8230;&#8221; is on line 296 in rc.conf.py.</p>
<p>Once complete, you may need to restart the S3 service a couple of times to get it to finally start up in SSL mode.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jorgedelacruz.uk @ 2026-04-14 21:03:06 by W3 Total Cache
-->