Tomasz Lamek

Greenhorn
+ Follow
since Apr 27, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Tomasz Lamek

Thank you for your reply.
I was change that port to 8443 and I was disable firewall but problem is still the same. When I'm scanning my computer by nmap there is no service on that port.
13 years ago
Hello, I have some problem with enable the SSL connection to Tomcat. I think that I done everything like it was described here
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html
But it doesn't work.
When I'm trying to connect with website by using "https://localhost:443", browser tells me that the website doesn't exist. I will be very thankfull for some suggestions. Sorry for my english.

Here is my server.xml file: http://dl.dropbox.com/u/8309000/server.xml
I'm using Tomcat6 and Linux Mint8.
13 years ago
Hi. I have problem with my aplication. You must run it with argument 0(for server) and 1(for client).



I don't know why but it freezes on the ObjectInputStream constructors with Cipher streams. When I don't use
Cipher stream it works. When i have only ois = new ObjectInputStream(new CipherInputStream(s.getInputStream(), cipher2)); in the server and ous = new ObjectOutputStream(new CipherOutputStream(s.getOutputStream(), cipher2)); in the client it works too. What i'm doing wrong?
Thanks for your help and sorry for my english.
greetings for you all.
13 years ago