<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can't upload files bigger than 10 Ko in Alfresco in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/can-t-upload-files-bigger-than-10-ko-in-alfresco/m-p/141470#M37705</link>
    <description>&lt;P&gt;These days, I have seen something very strange on my Alfresco : I can't import in the repository files bigger than 10 Ko.&lt;BR /&gt;I must say that I recently installed a SSL certificate (let's encrypt) so that users could access on Alfresco with HTTPS (Apache module mod_proxy_ajp being activated).&lt;BR /&gt;Does the certificate installation have potential impacts on that limitation ? Has anybody been faced to that kind of problem on an Alfresco/Apache/SSL configuration ?&lt;/P&gt;&lt;P&gt;Here is my virtual host configured for Alfresco below :&lt;/P&gt;&lt;PRE&gt;    ServerName xxx
    ErrorLog   ${APACHE_LOG_DIR}/alfresco_error.log
    CustomLog  ${APACHE_LOG_DIR}/alfresco_access.log combined
    RewriteEngine On
    RewriteCond   %{HTTPS} off
    RewriteRule   (.*) https://%{HTTP_HOST}%{REQUEST_URI}
RewriteCond %{SERVER_NAME} =xxx
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
&amp;lt;/VirtualHost&amp;gt;
&amp;lt;VirtualHost _default_:443&amp;gt;
    ServerName xxx
    ErrorLog   ${APACHE_LOG_DIR}/alfresco_error_ssl.log
    CustomLog  ${APACHE_LOG_DIR}/alfresco_access_ssl.log combined

# SSL Configuration
    SSLEngine on
    KeepAlive on
    RewriteEngine on
    RewriteRule "^/$""/share"[R=302]
    LimitRequestFieldSize 65536
    ProxyIOBufferSize   65536
    ProxyTimeout 300
    ProxyPass     /solr4 !
    ProxyPass / ajp://127.0.0.1:8010/
    ProxyPassReverse / ajp://127.0.0.1:8010/
    SSLCertificateFile /etc/letsencrypt/live/xxx/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/xxx/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
&amp;lt;/VirtualHost&amp;gt;&lt;/PRE&gt;&lt;P&gt;Any help would be very appreciated.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 09:25:17 GMT</pubDate>
    <dc:creator>julienh</dc:creator>
    <dc:date>2021-02-03T09:25:17Z</dc:date>
    <item>
      <title>Can't upload files bigger than 10 Ko in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-upload-files-bigger-than-10-ko-in-alfresco/m-p/141470#M37705</link>
      <description>&lt;P&gt;These days, I have seen something very strange on my Alfresco : I can't import in the repository files bigger than 10 Ko.&lt;BR /&gt;I must say that I recently installed a SSL certificate (let's encrypt) so that users could access on Alfresco with HTTPS (Apache module mod_proxy_ajp being activated).&lt;BR /&gt;Does the certificate installation have potential impacts on that limitation ? Has anybody been faced to that kind of problem on an Alfresco/Apache/SSL configuration ?&lt;/P&gt;&lt;P&gt;Here is my virtual host configured for Alfresco below :&lt;/P&gt;&lt;PRE&gt;    ServerName xxx
    ErrorLog   ${APACHE_LOG_DIR}/alfresco_error.log
    CustomLog  ${APACHE_LOG_DIR}/alfresco_access.log combined
    RewriteEngine On
    RewriteCond   %{HTTPS} off
    RewriteRule   (.*) https://%{HTTP_HOST}%{REQUEST_URI}
RewriteCond %{SERVER_NAME} =xxx
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
&amp;lt;/VirtualHost&amp;gt;
&amp;lt;VirtualHost _default_:443&amp;gt;
    ServerName xxx
    ErrorLog   ${APACHE_LOG_DIR}/alfresco_error_ssl.log
    CustomLog  ${APACHE_LOG_DIR}/alfresco_access_ssl.log combined

# SSL Configuration
    SSLEngine on
    KeepAlive on
    RewriteEngine on
    RewriteRule "^/$""/share"[R=302]
    LimitRequestFieldSize 65536
    ProxyIOBufferSize   65536
    ProxyTimeout 300
    ProxyPass     /solr4 !
    ProxyPass / ajp://127.0.0.1:8010/
    ProxyPassReverse / ajp://127.0.0.1:8010/
    SSLCertificateFile /etc/letsencrypt/live/xxx/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/xxx/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
&amp;lt;/VirtualHost&amp;gt;&lt;/PRE&gt;&lt;P&gt;Any help would be very appreciated.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 09:25:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-upload-files-bigger-than-10-ko-in-alfresco/m-p/141470#M37705</guid>
      <dc:creator>julienh</dc:creator>
      <dc:date>2021-02-03T09:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't upload files bigger than 10 Ko in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-upload-files-bigger-than-10-ko-in-alfresco/m-p/141471#M37706</link>
      <description>&lt;P&gt;What kind of unit is "Ko"? Is that French for kilobyte or from some other language where it means something else?&lt;/P&gt;
&lt;P&gt;Using Let's Encrypt via mod_proxy definitely does not impose any limitations in regular uise - I have been using that for years (albeit only with mod_proxy_http - I see absolutely no benefit / reason in using mod_proxy_ajp) without issues. Apart from the LimitRequestFieldSize / ProxyIOBufferSize settings which I never use, I don't see anything that would look unusual or suspicious to me - and even the two mentioned settings should not be relevant as they merely increase some default settings to the max allowed values.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 13:03:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-upload-files-bigger-than-10-ko-in-alfresco/m-p/141471#M37706</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2021-02-06T13:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't upload files bigger than 10 Ko in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-upload-files-bigger-than-10-ko-in-alfresco/m-p/141472#M37707</link>
      <description>&lt;P&gt;Cross-posted at &lt;A href="https://stackoverflow.com/questions/65938067/cant-upload-files-bigger-than-10-ko-in-alfresco" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/65938067/cant-upload-files-bigger-than-10-ko-in-alfresco&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 23:21:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-upload-files-bigger-than-10-ko-in-alfresco/m-p/141472#M37707</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2021-02-06T23:21:30Z</dc:date>
    </item>
  </channel>
</rss>

