You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2008/07/31 07:44:32 UTC

[jira] Resolved: (OFBIZ-1902) ofbiz.org cert is expired causes peer not authenticated

     [ https://issues.apache.org/jira/browse/OFBIZ-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman resolved OFBIZ-1902.
-------------------------------

    Resolution: Fixed

for now will close  since I put in a solution in the comments
when I get the final solution will submit patch

> ofbiz.org cert is expired causes peer not authenticated
> -------------------------------------------------------
>
>                 Key: OFBIZ-1902
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1902
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk, Release Branch 4.0
>         Environment: Ofbiz ootb localhost
>            Reporter: BJ Freeman
>            Priority: Blocker
>             Fix For: SVN trunk, Release Branch 4.0
>
>
> the ofbiz.org cert that is in the ootb has expired on July 7th.
> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [     RequestHandler.java:243:INFO ] [Processing Request]: EditWebSite sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [     RequestHandler.java:433:INFO ] [RequestHandler.doRequest]: Response is a view. sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [     RequestHandler.java:584:INFO ] servletName=control, view=EditWebSite sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [        JSSESupport.java:89 :DEBUG] Error getting client certs
> javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
> 	at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:345)
> 	at org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.java:87)
> 	at org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:141)
> 	at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:1011)
> 	at org.apache.coyote.Request.action(Request.java:352)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (OFBIZ-1902) ofbiz.org cert is expired causes peer not authenticated

Posted by BJ Freeman <bj...@free-man.net>.
was planning to put a link in the wiki to the Jira once I got the
complete patch in the main build.xml
Yes I am learning Ant and making it to use the ofbiz-containers.xml to
get it parameters.
will be doing one for the rmi also
probably next week.


Jacques Le Roux sent the following on 7/30/2008 11:41 PM:
> Hi BJ,
> 
> A tip in the Certificate part in Wiki FAQ would be good, isn'it ? Or
> will you provide a total fixing solution ?
> 
> Jacques
> 
> From: "BJ Freeman (JIRA)" <ji...@apache.org>
>>
>>     [
>> https://issues.apache.org/jira/browse/OFBIZ-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>> ]
>>
>> BJ Freeman resolved OFBIZ-1902.
>> -------------------------------
>>
>>    Resolution: Fixed
>>
>> for now will close  since I put in a solution in the comments
>> when I get the final solution will submit patch
>>
>>> ofbiz.org cert is expired causes peer not authenticated
>>> -------------------------------------------------------
>>>
>>>                 Key: OFBIZ-1902
>>>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1902
>>>             Project: OFBiz
>>>          Issue Type: Bug
>>>    Affects Versions: SVN trunk, Release Branch 4.0
>>>         Environment: Ofbiz ootb localhost
>>>            Reporter: BJ Freeman
>>>            Priority: Blocker
>>>             Fix For: SVN trunk, Release Branch 4.0
>>>
>>>
>>> the ofbiz.org cert that is in the ootb has expired on July 7th.
>>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [    
>>> RequestHandler.java:243:INFO ] [Processing Request]: EditWebSite
>>> sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
>>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [    
>>> RequestHandler.java:433:INFO ] [RequestHandler.doRequest]: Response
>>> is a view. sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
>>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [    
>>> RequestHandler.java:584:INFO ] servletName=control, view=EditWebSite
>>> sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
>>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [       
>>> JSSESupport.java:89 :DEBUG] Error getting client certs
>>> javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
>>> at
>>> com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:345)
>>>
>>> at
>>> org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.java:87)
>>>
>>> at
>>> org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:141)
>>>
>>> at
>>> org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:1011)
>>>
>>> at org.apache.coyote.Request.action(Request.java:352)
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
> 
> 
> 
> 


Re: [jira] Resolved: (OFBIZ-1902) ofbiz.org cert is expired causes peer not authenticated

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi BJ,

A tip in the Certificate part in Wiki FAQ would be good, isn'it ? Or will you provide a total fixing solution ?

Jacques

From: "BJ Freeman (JIRA)" <ji...@apache.org>
>
>     [ https://issues.apache.org/jira/browse/OFBIZ-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> BJ Freeman resolved OFBIZ-1902.
> -------------------------------
>
>    Resolution: Fixed
>
> for now will close  since I put in a solution in the comments
> when I get the final solution will submit patch
>
>> ofbiz.org cert is expired causes peer not authenticated
>> -------------------------------------------------------
>>
>>                 Key: OFBIZ-1902
>>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1902
>>             Project: OFBiz
>>          Issue Type: Bug
>>    Affects Versions: SVN trunk, Release Branch 4.0
>>         Environment: Ofbiz ootb localhost
>>            Reporter: BJ Freeman
>>            Priority: Blocker
>>             Fix For: SVN trunk, Release Branch 4.0
>>
>>
>> the ofbiz.org cert that is in the ootb has expired on July 7th.
>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [     RequestHandler.java:243:INFO ] [Processing Request]: EditWebSite 
>> sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [     RequestHandler.java:433:INFO ] [RequestHandler.doRequest]: Response is a 
>> view. sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [     RequestHandler.java:584:INFO ] servletName=control, view=EditWebSite 
>> sessionId=15BC9675666BC788DE897F186C9BF720.jvm1
>> 2008-07-29 14:24:31,312 (http-0.0.0.0-8443-2) [        JSSESupport.java:89 :DEBUG] Error getting client certs
>> javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
>> at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:345)
>> at org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.java:87)
>> at org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:141)
>> at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:1011)
>> at org.apache.coyote.Request.action(Request.java:352)
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>