Insecure protocol when trying to login.
![]()
I'm trying to work through the Hello Jazz example. I'm getting the
following exception when my Hello Jazz unit test attempts to call login() com.ibm.team.repository.common.transport.InsecureProtocolException: CRJAZ0096I Attempting to connect to "/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService" using insecure "http" protocol. Any ideas on how to track down my problem? Bryan |
4 answers
![]()
Work item:
https://jazz.net:443/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=65902 to track this problem. On 2008-12-12 09:52:18 -0600, Bryan Hunt <bhunt> said: Should I open a work item for this problem? |
![]()
Should I open a work item for this problem?
Bryan On 2008-12-05 16:46:01 -0600, Bryan Hunt <bhunt> said: Ok, that makes sense. The tutorial instructions ( |
![]()
Ok, that makes sense. The tutorial instructions (
https://jazz.net/learn/LearnItem.jsp?href=content/docs/hello-jazz/index.html ) say nothing about the server being configured to listen on its SSL port nor how to configure the server to listen to its non-SSL port. Where can I find those instructions? Bryan On 2008-12-05 14:44:44 -0600, Todd Lainhart <lainhart> said: Bryan Hunt wrote: |
![]()
Bryan Hunt wrote:
I'm trying to work through the Hello Jazz example. I'm getting the I believe that you'll get this error message when your server is configured to listen on its SSL port, and you are attempting to contact it via its non-SSL port. -- Todd Lainhart Jazz Repository/Foundation Team |