DO NOT REPLY [Bug 6399] - unknown protocol: https

2003-09-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6399.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6399

unknown protocol: https

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|tomcat- |[EMAIL PROTECTED]
   |[EMAIL PROTECTED]  |

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



unknown protocol : https

2002-04-25 Thread Rams

Hi all,
l'm struck up with a minor problem.
l use jsse1.0.2 with jdk1.3 and Tomcat 3.2.1.
ln my sslclient, though l added SSLProvider and set system property like
this:

--
java.security.Security.addProvider(new
com.sun.net.ssl.internal.ssl.Provider());
System.setProperty(java.protocol.handler.pkgs,
com.sun.net.ssl.internal.www.protocol);

--
still l'm getting unknown protocol : https exception when l run my jsp
which inturn calls my SSLClient class. jsse.jar is in classpath etc etc..
Suggest me where l am going wrong?

regards
Rams


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: unknown protocol : https

2002-04-25 Thread David Graff

try putting the jsse jar files in either A) the common/lib directory in the
tomcat installation, or B) put them in the $JAVA_HOME/jre/lib/ext directory

I recently ran into this problem and, although the jsse jars were on the
classpath, they were not tied into the socket provider system correctly.


- Original Message -
From: Rams [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Thursday, April 25, 2002 22:57
Subject: unknown protocol : https


 Hi all,
 l'm struck up with a minor problem.
 l use jsse1.0.2 with jdk1.3 and Tomcat 3.2.1.
 ln my sslclient, though l added SSLProvider and set system property like
 this:
 --
--
 --
 java.security.Security.addProvider(new
 com.sun.net.ssl.internal.ssl.Provider());
 System.setProperty(java.protocol.handler.pkgs,
 com.sun.net.ssl.internal.www.protocol);
 --
--
 --
 still l'm getting unknown protocol : https exception when l run my jsp
 which inturn calls my SSLClient class. jsse.jar is in classpath etc etc..
 Suggest me where l am going wrong?

 regards
 Rams


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 6399] New: - unknown protocol: https

2002-02-12 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6399.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6399

unknown protocol: https

   Summary: unknown protocol: https
   Product: Tomcat 4
   Version: 4.0.2 Final
  Platform: All
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: JK/AJP Connector
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Ajp13Connector with redirectPort throws MalformedURLException
when it tries to issue redirect to https:// due to user constraint
in web.xml
It works when HttpConnector with SSL support is enabled, so
it can be considered as a workaround.
Possible sollution is to check and modify java.protocol.handler.pkgs
property in setRedirectPort() of Ajp13Connector.java
Sorry, cant submit patch. Don't have CVS access.
And don't know diff format (shame on me) since I work 
under Windows

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 6399] - unknown protocol: https

2002-02-12 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6399.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6399

unknown protocol: https





--- Additional Comments From [EMAIL PROTECTED]  2002-02-12 15:36 ---
Created an attachment (id=1165)
stack trace

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]