trouble configuring sharepoint with HTTPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2012 08:06 PM
Im new to alfresco and have setup SharePoint though when i go into a document and click edit online, it opens Microsoft Word but doesnt bring up the page.
Does anybody have any knowledge of what i should do?
I thought maybe its because i have SSL on my site, but i cant understand the configuration instructions of configuring sharepoint to work with HTTPS.
thanks in advanced.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2012 09:50 PM
<bean id="vtiServerConnector" class="org.mortbay.jetty.security.SslSocketConnector"> <property name="port"> <value>${vti.server.port}</value> </property> <property name="headerBufferSize"> <value>8192</value> </property> <property name="maxIdleTime"> <value>30000</value> </property> <property name="keystore"> <value>D:/BUGS/ALF-6390/keystore.jks</value> </property> <property name="keyPassword"> <value>changeit</value> </property> <property name="password"> <value>changeit</value> </property> <property name="keystoreType"> <value>JKS</value> </property> </bean>
with the changed values ofcourse, but apparently theres already a keystore setup? im just not sure how to find it and point to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2012 11:01 AM
I think that this solution is workable, but I am on linux and so the piece of code referring to "D:/BUGS/ALF-6390/keystore.jks" has me confused. It seems to be specific to Windows environments and pathnames. Is this applicable to linux?
Cheers,
T
EDIT: To be more specific, what/where does "D:/BUGS/ALF-6390/keystore.jks" refer to in a linux environment?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2012 05:26 AM
I have the same problem.
I checked the documentation http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/tasks/SharePoint-HTTPS-setup.html, but i already have Alfresco running with SSL so i don't understand if it's necessary to generate the key pair, and the "Alfresco and Tomcat for HTTPS Configuration" part.
Any solution?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2012 09:40 AM
Still looking to see if anyone can provide guidance here for a linux environment…
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2013 03:51 PM
But look at the updated doc, helps make more sense: http://docs.alfresco.com/4.1/topic/com.alfresco.enterprise.doc/tasks/SharePoint-HTTPS-setup.html
Also, where you see D:/BUGS/ALF-6390/keystore.jks > it is simply a file location that you are going to store the keystore files in (java cert files basically). In my case (in windows), I re-wrote that to: c:/alfresco/keys/keystore.jks (I created the 'keys' folder), and in vti-context under the keystore property, you put the same value (so it knows where to physically look). Not sure where the linux install structure goes /opt/alfresco ? but basically create a subfolder under whatever it is and rewrite that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2013 04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2013 10:07 AM
### Sharepoint ###
vti.server.external.host=FQDN-GOES-HERE
vti.server.external.port=7070
vti.server.external.protocol=https
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2013 11:40 PM
I am unable to get Sharepoint working over SSL, could you help me? A guide or walk-through will be of great help.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2014 06:34 AM

