Alan Melrose

Greenhorn
+ Follow
since Jan 15, 2011
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 Alan Melrose

Hi,
I seen a few post about that and also a few solution with a google search but none as worked for me.
I get this when I try to connect to me tomcat in https:


SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)



This is the ssl connector part of my server.xml:


Any Help would be appreciated
Thanks
12 years ago
Ok found my problem here's the solution:
13 years ago
Hi,
I'm triying to create a software tha generate pgp keys for blackberry. I am using Bouncy castle pgp library. I had no problem creating pgp key pairs but i can't figure out how to create PGP key rings and this is what i need because pgp for blackberry requires subkeys. Here is my code:

Here are the errors I get:

If anyone ever used Bouncy castle and knoe hoe to generate pgp key rings any help would be appreciated!
Thanks
13 years ago
Hello,
I'm developing a servlet with eclipse on a windows xp machine. I have a tomcat installed on it and when I test my application on it,it work perfectly. But when I deploy it on my production server (tomcat 6 on a ubuntu server 64 bits machine) it doesn't. Here's how my app work:
The servlet is a client to a server I made. When a client login it send the information to the server start a thread and wait for the server response and then either continue or give a message that something went wrong. On my test server everything works well. On the production server the servlet send the login information I can see my server handling it and than nothing ... If i refresh the page login again then it goes to step 2 and dies there again.... There is no error in the logs I can just see that the servlet hangs there.
Anyone know what I'm doing wrong?
13 years ago