Sponsored Content
Operating Systems Linux Red Hat Red Hat application server ssl keystore problem Post 302898475 by kkinney on Tuesday 22nd of April 2014 11:08:15 AM
Old 04-22-2014
Red Hat application server ssl keystore problem

A client is accessing our JBoss server. In the past, we set up a keystore and everything worked fine.
That certificat expired and we've installed the new one. Now the client is getting the following error -
Code:
HTTP/1.1 500 Internal Server Error
Date: Mon, 14 Apr 2014 13:25:44 GMT
Server: Apache/2.2.22 (Win32) mod_jk/1.2.27 mod_ssl/2.2.22 OpenSSL/0.9.8t
X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1
SOAPAction: ""
Accept: text/xml
Connection: close
Transfer-Encoding: chunked
Content-Type: text/xml;charset=UTF-8
 This shows up in the log -
 Sender PartyName: eReinsure.com, Inc
Sender PartyId: urn:duns:125137211
Receiver PartyName: StoneRiver
Receiver PartyId: urn:duns:026334564
MsgId: B625F9FC-DEA9-85D5-C764-86E880CAC4B4
Error Message: fatalorg.apache.axis2.AxisFault: security

What's going on with this? How can I find out more?

Moderator's Comments:
Mod Comment Code tags for code and program output, please.

Last edited by Corona688; 04-22-2014 at 12:13 PM..
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Red Hat 7.1 - Bieng a web server

If I have an ADSL connection (therefore with a static IP Address) is it possible to use Red Hat Linux 7.1 straight from the CD to become a web server to host my own web pages (If I have a domain name registered to that IP Address). I've read about Apache, is this what is used to make files... (1 Reply)
Discussion started by: KrazyGuyPaul
1 Replies

2. Linux

Red Hat linux(Advance server) problem

we are receiving following error in our application server & server not booted:- "INIT IP ID x ,Respawning too fast; disable for 5 minutes." Please give me solution for above mention problem as early as possible . AKM (3 Replies)
Discussion started by: akm9999
3 Replies

3. Red Hat

Red Hat Server Name Change

Hello Does anyone know if it s complicated process to change a Red Hat Server host name that also has a Oracle db installed on it? rgds D (2 Replies)
Discussion started by: deedaz
2 Replies

4. Red Hat

not large enough to display the application in red hat linux x win desktop

I use red hat linux es 5 I use startx to start the x-win desktop. But when I use vritual manager . The display application is too large so the bottom part for the application cannot show out. I cannot scroll down to get the display of bottm part . So, I do not know what button display at the... (0 Replies)
Discussion started by: chuikingman
0 Replies

5. Red Hat

Streaming Server over Red Hat

Hi guys, What is the best server for media streaming over network, when I googled some stuff I found that most of these articles talk about VLC, and according to what I know that is VLC is a third party application, and I don't know actually if there any standard linux streaming server. ... (2 Replies)
Discussion started by: leo_ultra_leo
2 Replies

6. Programming

NodeMCU ESP8266 Blynk SSL Application for Linux Server Load Averages

Here is a useful SSL (HTTPS) application for anyone with a remote Linux server they want to keep an eye on using Blynk and the NodeMCU ESP8266. This little app also works (have tested as well) on the WeMos D1 ESP8266 Arduino board. The NodeMCU setup could not be easier, just find a... (8 Replies)
Discussion started by: Neo
8 Replies
wanboot_keymgmt(1M)					  System Administration Commands				       wanboot_keymgmt(1M)

NAME
wanboot_keymgmt - insert and extract keys SYNOPSIS
/usr/lib/inet/wanboot/keymgmt -i -k key_file -s keystore -o type=keytype /usr/lib/inet/wanboot/keymgmt -x -f outfile -s keystore -o type=keytype DESCRIPTION
The keymgmt utility has two purposes: o To take a raw key, stored in key_file, and insert it in the repository specified by keystore. o To extract a key of a specified type from the repository specified by keystore, depositing it in outfile. outfile will be created if it does not already exist. The type of key being added or extracted is specified by keytype and may have one of four values: 3des, aes, rsa, or sha1 (the last used by HMAC SHA-1). When extracting a key, the first key with an OID matching the supplied type is used. ARGUMENTS
The following arguments are supported: -i Used in conjunction with -k to insert a raw key in keystore. -f outfile Used to specify a file to receive an extracted key. -k key_file Used in conjunction with -i to specify the file in which a raw key is stored. This key will be inserted in keystore. -o type=keytype Specifies the type of key being inserted or extracted. Must be one of 3des, aes, rsa, or sha1. -s keystore Specifies a repository in which a key will be inserted or from which a key will be extracted. -x Used in conjunction with -f to extract a key of a specified type and deposit it in outfile. EXIT STATUS
0 Successful operation. >0 An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWwbsup | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) ITU-T Recommendation X.208 SunOS 5.11 18 Apr 2003 wanboot_keymgmt(1M)
All times are GMT -4. The time now is 10:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy