#Configuration backup via HTTPS

1 messages · Page 1 of 1 (latest)

wind barn
#

Has anyone got system configuration backup over HTTPS working? For HTTP ONTAP uses PUT which works fine, but for some reason over HTTPS it wants to use POST and I haven't managed to create Apache configuration to work with that...

burnt forum
#

There is no native module to handle POST upload requests as far as I know. I wrote a custom PHP script to handle this.

wind barn
#

That's what I was afraid of...

wind barn
#

Seems this was now improved in 9.14.1P4 that supports HTTPS PUT 😊

burnt forum
#

Nice catch!

swift owl
#

I found a decent php script on the net, might have been yours 😄 It's like 4 lines of PHP and works perfectly.