I've recently had the need to access a web service developed in .Net and signed with a self signed certificate. I've decided to use the JaxWS and the Metro stack to develop the client and run it on Java6. As a plus, the service was protected with username and password. The service was exposed on an IP address and I repetedly had problems in establishing a connection. In the end, thanks to this article, it was obvious that the certificate was not created with the alternative name attribute but it was not an option to change the certificate as the web service was already used by other consumers (.net clients don't suffer by this issue). So, on my quest to relax the validation, I've found out this article and code snippet, which did not compile at first (I guess package names were changed in JDK6) so I've did some trivial refactoring and now, after invoking the static methods in the client code, the SSL connection gets validated with no problems. Hope it helps and th...
I've spent a good part of my day today in trying to understand why I can't checkout our subversion repository. I was getting this: svn: REPORT of '/svn/repos/!svn/vcc/default': 400 Bad Request google searches would make you think it's a proxy issue but I don't use or need one so after a lot of trial and errors I've found out that if you use Kaspersky Anti-Virus 6 it seems that if you use the Web Anti-Virus options with the recommended settings and you have the "Scan HTTP traffic" option on you end up with the problem above. It seems Kaspersky doesn't like the HTTP packets subversion uses so they get blocked. I really like Kaspersky and I recommend it to all but I hope they will address this issue as soon as possible as subversion is becoming the main open source VCS system. Any tips on this issue are welcome.
As turmoil is rarely expected it often goes accompanied with other unpleasant ordeals and this is how my story begins. A week or so after my company went bust, COVID-19 was declared to be a pandemic. Now the situation was already beginning to look rather bleak, UEFA Champions League was being postponed and many other competitions were about to follow suit. My industry suddenly found it's main source of revenue suddenly disappear under it's feet and I guessed many other industries were about to feel the impact as well. Okay. No time to waste. We can process the job loss and company going bust AFTER getting a job. This is not the time to be left without a source of income and medical insurance. Step 1. Polish your CV All classic CV advice applies. Don't forget to add your personal and contact details Cover your work history starting with the most recent experience first Keep the experience relevant and to the point (ancient and obsolete experience...
Comments