Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
15 replies
Subscribers
7 subscribers
Views
4559 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
I have Appian(runs on Jboss EAP 6.2) and Apache web server(as part of XAMPP) ins
Mahesh Sanga
over 10 years ago
I have Appian(runs on Jboss EAP 6.2) and Apache web server(as part of XAMPP) installed on the same machine, I changed Appian scheme from http to https from custom.properties file,
The problem is when ever I connect my site using https scheme its being redirected to the apache server as it is listening to the port 443, but the Jboss server is configured to listen to port 8443 for all ssl requests as per it's standalone.xml file.
Do I need to change the ssl port for the jboss server to enable the https scheme to my application?
...
OriginalPostID-123980
OriginalPostID-123980
Discussion posts and replies are publicly visible
0
Mahesh Sanga
over 10 years ago
Yes, I did it all these, but I could not able to connect while using the same URL, as you mentioned, I think the self signed certification was not installed correctly in the JBoss configuration folder.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Did you import it into the JDK trusted certificates store?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Mahesh Sanga
over 10 years ago
Yes, I imported it into jdk trusted certificates stores and i have placed .jks file into EAP_Home/domain/configuration folder and tried all possible ways. I am getting the following exception on jboss start up in log." org.jboss.msc.service.StartException in service jboss.web.connector.HTTPS: JBAS018007: Error starting web connector"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Here's another useful link:
blog.coffeebeans.at/
, after using the
keytool -genkey -keystore .....
approach, I was able to make this work. Remember this is not supported nor recommended anyway
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
And my connector looked like this
<connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">
<ssl name="https" key-alias="eduardoserver.appiancorp.com" password="*****" certificate-key-file="C:/Program Files/Java/jdk1.7.0_55/jre/lib/security/cacerts"/>
</connector>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<