Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

'403 Forbidden' when using HTTP to access a UNIX link on a ZFS share

user8836178Mar 5 2020

We have a ZS5 storage appliance that has shares with NFS, SMB and HTTP enabled. The shares are NFS mounted via UNIX systems and SMB mounted via windows systems.

The files in the shares have UNIX relative links which work fine in both NFS and SMB but when trying to view them from HTTP we get '403 Forbidden' response.

Is there any way to fix this?

Comments

843851
Small errata:

In the previous topic I called this several times by DST. This is wrong, its the *"Perform Security Operation (PSO) - HASH"* that I am trying to implement.

And, trying to explain a litle better the problem, the card is reporting the "6A80" SW which mean error in the TLV structure in the data field.

The TLV structure is:

T1 || L1 || V1 || T2 || L2 || V2
T1 = ‘90’ Intermediate hash code
L1 = ‘1C’
V1 = ’20 bytes intermediate hash value’ || ‘8 bytes (nb of bits already hashed)’
T2 = ‘80’ last block
L2 <= '40'
V2 = Text to hash without padding

I already tried to hash only a part of the data and concatenate it with the bit size (V1) and in the L2 and V2 I putted the length of the remaining bytes (L2) and the bytes that were not hashed (V2).

Still the card reports 6A80...
1 - 1

Post Details

Added on Mar 5 2020
0 comments
334 views