Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44050 - Cannot establish a SSL connection using Orion 2.0.1
Summary: Cannot establish a SSL connection using Orion 2.0.1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-08 10:09 UTC by A J
Modified: 2004-07-16 06:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A J 2004-03-08 10:09:28 UTC
Fail to establish a SSL connnection with orion-2.0.1 after following the installation instructions as outlined in the orion documentation. I get a permission denied error. The instructions work fine, when I use orion on Windows.

Reproducible: Always
Steps to Reproduce:
1. emerge orion
2. modify config files for a secure website as described at:
http://www.orionserver.com/docs/ssl.html#configuring
3. Try to establish a SSL connection by visiting https://localhost/

Actual Results:  
1. The browser displays a connection refused alert.
2. Here's the message in the /var/log/orion/stderr.log:
Error starting HTTP-Server: Unable to intialize SSLServerSocketFactory 'com.ever
mind.ssl.JSSESSLServerSocketFactory': Permission denied

Expected Results:  
Should be able to establish a secure connection with orion server.

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-gentoo-r1)
=================================================================
System uname: 2.6.3-gentoo-r1 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /opt/tomcat/conf /usr/X11R6/lib/X11/xkb
/usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox userpriv"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.seren.com/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d aalib acpi acpi4linux alsa apache2 arts athena bindist bonobo caps
cdr chroot clamav crypt cups dga dnd doc dvd fbcon foomaticdb foreign-package
gif gimpprint gpm gtk2 gtkhtml imap imlib irmc java javascript jikes jpeg kde
ldap lesstif libwww motif mozilla mpeg msn ncurses neXt nls nogcj nptl ofx
oggvorbis opengl operanom2 pam pcmcia pdflib perl png pnp postgres ppds
propolice python qt radeon readline sasl sdl spell sse ssl svga tcltk tcpd tetex
threads tiff truetype unicode usb video_cards_radeon vim-with-x x86 xemacs
xgetdefault xml2 xmms yahoo zlib"
Comment 1 Niklas Herder 2004-06-03 14:15:58 UTC
Are you redirecting port 443 to some port > 1000? Otherwise it won't work, since those ports are reserved for root.
In secure-web-site.xml, you add port="1443" (for example), then add <frontend port="443"> to the website entry.

 
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-07-16 06:39:49 UTC
configuration error