https://bz.apache.org/ooo/show_bug.cgi?id=127680
Issue ID: 127680
Issue Type: DEFECT
Summary: webdav https client certificate .p12
Product: Writer
Version: 4.1.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: save-export
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hello,
I set up a WebDav Server on ubuntu 16.04 with apache 2.4.18 and created a
folder to store documents with a Macro like this:
Sub SaveFile
Dim Doc As Object
Dim Url As String
Dim FileProp(0) As New com.sun.star.beans.PropertyValue
Url = "https://192.168.147.128/webdav/test.sxw"
Url = ConvertToUrl(Url)
FileProp(0).Name = "Overwrite"
FileProp(0).Value = True
Doc = Stardesktop.CurrentComponent
Doc.storeAsURL(Url, FileProp())
End Sub
I Also set up webdav folder to require a certificate from the client but this
works perfectly only for browsers and not with openoffice that will crash-
Also i would like to know if it's possible to embed the username / password in
the url(works with ftp) like this or n any other way
Url = "https://username:[email protected]/webdav/test.sxw" bu it seems
not supported
Thanks in Advance
--
You are receiving this mail because:
You are the assignee for the issue.