Re: [Loadsim-users] trouble connecting to SSL site
Brought to you by:
vsheffer
From: Vincent S. <vsh...@op...> - 2003-03-13 05:29:56
|
I believe it should work with JDK 1.4. You need the jsse.jar file in your classpath (though JDK 1.4 may come with it). You don't need a cert from a valid CA. A test one should suffice. If you continue to have problems you can try it with the JDK 1.3 and jsse.jar in the classpath. When you start up if SSL is available then you should see a little blurb to that effect. Hope this helps. -vince On Monday, March 10, 2003, at 10:37 AM, Summers, Bert W. wrote: > I have IIS5 running on my box without SSL. > I run the proxy, setup the sequence file. > Then change all the http to https, change the localhost to other host > name > Change the :8888 port to nothing, should it be 443? > > Then when I run I get (from ssl site) > cmatt,//10.8.16.10:8000,ramping done,-1,-1,-1,<unknown>,200 > cmatt,//10.8.16.10:8000,ramping done,-1,-1,-1,<unknown>,200 > ,//10.8.16.10:8000,ramping done,-1,-1,-1,<unknown>,200 > ,//10.8.16.10:8000,ramping done,-1,-1,-1,<unknown>,200 > > instead of ( from localhost to ssl) > cmatt,//10.8.16.10:8000,ramping done,30,30,151,text/html,302 > cmatt,//10.8.16.10:8000,ramping done,0,0,151,text/html,302 > ,//10.8.16.10:8000,ramping done,50,50,4063,text/html,200 > ,//10.8.16.10:8000,ramping done,10,10,4063,text/html,200 > > In the result file. > > I saw one message that this only works with jdk 1.3 is that still > correct? > I am using jdk (build 1.4.0-b92) > > Thanks > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Loadsim-users mailing list > Loa...@li... > https://lists.sourceforge.net/lists/listinfo/loadsim-users > |