Venkat Reddy opened 1 decade ago
|
|
Duplicates: #2436 |
Type |
Bug
|
Priority |
Major
|
Assignee | |
RedmineID |
2435
|
Issue Votes (0)
Watchers (0)
Venkat Reddy opened 1 decade ago
|
|
Duplicates: #2436 |
Type |
Bug
|
Priority |
Major
|
Assignee | |
RedmineID |
2435
|
hi i have issue with loading certificates issued from startcom certificate authority.
2014-11-04 08:04:21.613 [main] SSLContextContainer.init() WARNING: Cannot load certficate from file: certs/mydomain.com.pem
java.lang.ArrayIndexOutOfBoundsException: 4554
at tigase.util.Base64.decode(Base64.java:57)
at tigase.cert.CertificateUtil.parseCertificate(CertificateUtil.java:621)
at tigase.cert.CertificateUtil.loadCertificate(CertificateUtil.java:473)
at tigase.io.SSLContextContainer.init(SSLContextContainer.java:405)
at tigase.io.TLSUtil.configureSSLContext(TLSUtil.java:89)
at tigase.conf.ConfiguratorAbstract.setProperties(ConfiguratorAbstract.java:815)
at tigase.conf.ConfiguratorAbstract.setup(ConfiguratorAbstract.java:550)
at tigase.conf.ConfiguratorAbstract.componentAdded(ConfiguratorAbstract.java:182)
at tigase.conf.Configurator.componentAdded(Configurator.java:50)
at tigase.conf.Configurator.componentAdded(Configurator.java:33)
at tigase.server.AbstractComponentRegistrator.addComponent(AbstractComponentRegistrator.java:115)
at tigase.server.MessageRouter.addRegistrator(MessageRouter.java:141)
at tigase.server.MessageRouter.setConfig(MessageRouter.java:696)
at tigase.server.XMPPServer.start(XMPPServer.java:142)
at tigase.server.XMPPServer.main(XMPPServer.java:112)
2014-11-04 08:04:22.358 [Thread-1] SSLContextContainer.loadTrustedCerts() WARNING: Problem loading certificate from file: /etc/ssl/certs/mydomain.com.pem
2014-11-04 08:04:23.280 [main] SimpleCache.() WARNING: Tigase cache turned off.