[
https://issues.apache.org/jira/browse/OFBIZ-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
BJ Freeman closed OFBIZ-3791.
-----------------------------
Resolution: Later
Ok this does not fix it but does fix why I used the way to access the https
for 3.2.2 you need to add to the virtualhost :433
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateFile /etc/pki/tls/certs/localhost.crt
SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
ofcourse if you have a certificate for your domain you should replace
the crt and key locations of your domain files.
since I now have access that works normally I don't need to use this method, though it still a problem.
so will close for now.
> cannot create catalog
> ---------------------
>
> Key: OFBIZ-3791
> URL:
https://issues.apache.org/jira/browse/OFBIZ-3791> Project: OFBiz
> Issue Type: Bug
> Components: ALL COMPONENTS
> Affects Versions: Release Branch 09.04
> Reporter: BJ Freeman
> Priority: Minor
> Fix For: Release 09.04
>
>
> setup on server through AJP.
> usering Gome on Server with firefox to access the back end.
> The server is running on a non standard Port.
> I did a ant run-install-extseed
> I set up a product store through the catalog then a website through content.
> I then tried to created a catalog
> when hover over the URL to create the catalog it show
> <a href="https://localhost:port/catalog/control/EditProdCatalog">https://localhost:port/catalog/control/EditProdCatalog
> when I click on the button it sends me to login when I sign in the URL is
> <a href="https://localhost:port/catalog/control/login">https://localhost:port/catalog/control/login and I am the same page I click the button on.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.