Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

how to force https for DOWNLOAD_URI_FRAG

Bonjour,

is it possible to force https for DOWNLOAD_URI_FRAG configuration?

Because i just install a new ocs inventory 2.2 on debian with this howto : http://wiki.ocsinventory-ng.org/index.php/Howtos:Install_OCS_on_debian and it's specified to configure acces to download alias in https only :

Alias /download "/var/lib/ocsinventory-reports/download"
    <Directory "/var/lib/ocsinventory-reports/download">
        deny from all
    </Directory>

my default_ssl conf :
Alias /download /var/lib/ocsinventory-reports/download
    <Directory /var/lib/ocsinventory-reports/download>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>


 When i try to activate package : 
info is OK (https://myserver/download) 
but fragment is not (http//myserver/download)

Could you help me please?

regards
in OCS Inventory NG server for Unix by (240 points)

3 Answers

0 votes
Do you have find a solution for this problem?

regards
by (240 points)
0 votes
Hi,

For the moment this is not possible. We're working on this evolution. This is planed. This is previous for a next version.

Regards

Frank
by (88.5k points)
0 votes

Hi,

i've installed 2.3.1 NG server OCSI but i've the same problem.

have you find a way to use fragment packet http ?

Someone knows if "This is planed. This is previous for a next version." job is done for 2.3.1 version ?

by (200 points)
 
Powered by Question2Answer
...