Re: Port 5552 = SSL?
bas wrote: But i might be paranoid.Paranoid suspecting that he might be paranoid? You are in trouble Real certs are stronger by assumption that certification authorities can be trusted. As nobody is...
View ArticleRe: Port 5552 = SSL?
Jason wrote: because the admins can go around to every computer and download the self signed cert and install it in the computer's "trust store". Obviously a lot of manual work...Admins never go around...
View ArticleRe: Update Openfire bouncycastle library from 1.46 to 1.49
I don't think anyone will object your authority here
View ArticleRe: Port 5552 = SSL?
Lol, we do it via GPO too. Didn't want to get into that in this discussion though, since that usually only applies to a corporate network of some kind. I was trying to make a point that usuing a selfie...
View ArticleRe: Port 5552 = SSL?
Well, that depends. We wanted to use more secure email (POP3 is already SSL, but SMTP isn't). So we asked our mail hoster and they purchased the cert. But Outlook refused to trust it (RapidSSL cert)....
View ArticleChatListener doesn't differ Multi-User private chats
Originnaly using asmack I got this issue. I'm using ChatListener to be fired on incoming private chats from MUC like someroom@conference.jabber.host.com/someuser. This way ChatListener fired at first...
View ArticleRe: Port 5552 = SSL?
POP3?!?!?! Lol... IMAP for the win! It's possible your outlook version did not, has not, or will not receive an update to include the RapidSSL CA server(s). RapidSSL is a big name, so I'm suspecting a...
View ArticleRe: Port 5552 = SSL?
I rather use my own self signed cert for personal usage. If you want people to "trust" your websiteyou will have to have a signed cert by some "trusted" company. We run our XMMP server and our IronChat...
View ArticleRe: Port 5552 = SSL?
honestly, it sounds like you should unplug the ethernet cable In your scenario, your "members" would have to go and specifically tell their program/browser to ignore security checks when connecting to...
View ArticleGtalk or other XMPP (Jabber) setting
Hello, after many trials i have working Gojara with Spectrum2. I am using Openfire with Spark. ICQ transport is working well for me, but i need help with Gtalk or other XMPP (Jabber connections). I...
View ArticleRe: Spark rede externa
Estou reabrindo esse post porque eu tinha a mesma duvida e abriu muito a minha mente isso, so que no meu caso nao e usando spark, é usando um aplicativo para celular android, chamado ChatSecure... no...
View ArticleSpark 2.6.3 and VideoViewer 0.1.9.9 conflict
Hello Everybody, OS: Windows 7 Enterprise (64bit) I have come through a strange issue. Spark was working fine untill I installed Video Viewer 0.1.9.9. After a reboot spark crashed saying "The JVM found...
View ArticleRe: Spark 2.6.3 and VideoViewer 0.1.9.9 conflict
Maybe Video Viewer is based on Java and installs some sort of its own java jre. If it's 1.6 version, when Spark tries to use it and probably that's why it fails. Check you system for any other java...
View ArticleRe: Registration reCAPTCHA is always wrong
Solved! After try everything I choose to allow the server to access internet without proxy, and now works.
View ArticleAjuda com celulares + openfire
Eu gostaria de saber por que meu celular nao se conecta a meu servidor openfire, uma vez consegui que se conectasse e depois não quer conectar... e não estou usando a mesma conexão que o servidor...
View ArticleRe: Switch to JDK7 for install4j in Bamboo?
I build with Java 7 at my company with no discovered issues. I had to update the build script to get ant/compiler to quit complaining. Also install4j script file needs to be updated. The compilation...
View ArticleRe: Switch to JDK7 for install4j in Bamboo?
On my dev machine I compile SPARK using JDK 7. The build.xml is ready to compile SPARK with JDK 7 and also, the resulted .jar packets are compatible with JDK 6, so there are no issues here. (we use...
View ArticleIs the ConnectionConfiguration#ProxyInfo ignored by the Connection class?
Hi, I am trying to connect through a proxy. After reading the code, it seems, that the proxy information in my ConnectionConfiguration class is ignored: if (config.getSocketFactory() == null) {...
View ArticleRe: Possible resource leak?
I think I inroduced this by adding a sleep inside a invokeLater task. I read a bit about Swing UI concurency and they recommend to use javax.swing.Timer when a delayed task needs to be executed. This...
View Article