Reverse Proxy cause the catcha unavailable

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/13/2015 11:03:44 PM
Gravatar
Total Posts 50

Reverse Proxy cause the catcha unavailable

Hi, 

Any one using 3 tier infra (web,application and db) setup for mojo ? currently after setup the IIS reverse proxy , it cause the catcha authentication not function and also cause the upload manage not able to upload the file. 

What can of setup i should do to solve this problems ? 

 

thanks . 

 

8/14/2015 6:05:51 AM
Gravatar
Total Posts 50

Re: Reverse Proxy cause the catcha unavailable

captcha working ..  but file manager in mojoportal cant upload the file ? is that because of reverse proxy problems cause can recognize the application server path ? 

Any one experiences on this issue ? 

8/14/2015 8:18:03 AM
Gravatar
Total Posts 18439

Re: Reverse Proxy cause the catcha unavailable

I am no expert about reverse proxy, but if I were trying to solve this problem first I would want to see if any error is being logged when the upload fails and would want to know in detail what happens in the web browser. is it the latest version of mojoPortal?

8/14/2015 8:33:06 AM
Gravatar
Total Posts 50

Re: Reverse Proxy cause the catcha unavailable

hi joey , 

I check for the log, even the log not working after i configure with the reverse proxy,no more error msg or application start are log in the system log now. Seen some problem on the folder location . 

 

8/14/2015 8:38:51 AM
Gravatar
Total Posts 18439

Re: Reverse Proxy cause the catcha unavailable

I would not blame the reverse proxy for that, the only thing I know that prevents logging is if file system permissions got messed up and it cannot write to the log file, the same problem could also be why file upload is not working.

the user that is the identity on the application pool must have full control on /Data folder and all files and folders below it. sometimes the permissions on a folder might be ok but on existing files such as the log file /Data/currentlog.config the permission is bad, so you may need to fix not just folder permissions but permissions on some existing files.

8/14/2015 8:51:54 AM
Gravatar
Total Posts 50

Re: Reverse Proxy cause the catcha unavailable

Sorry is joe , not joey.

Mean i need to check the IIS pool application user permission ya . 

Thanks 

8/24/2015 7:38:22 AM
Gravatar
Total Posts 50

Re: Reverse Proxy cause the catcha unavailable

Hi Joe, 

If i am using SSL connection , will it affect the file manager ? currently i am using as SSL connection, but when open file browser, i can see all the files in the media folder and cant even upload a file. 

What should i setup in order the file manager working with SSL ? 

 

8/24/2015 8:15:40 AM
Gravatar
Total Posts 18439

Re: Reverse Proxy cause the catcha unavailable

everything I know about it is in the article Using an SSL Proxy Server

8/25/2015 7:39:35 AM
Gravatar
Total Posts 50

Re: Reverse Proxy cause the catcha unavailable

Finally i find out that is the jquery cause the problem, cause the app server sit in a private network , and the IIS block all the GoogleCDN http request. 

I try to self host the file in https://www.mojoportal.com/self-hosting-jquery-jquery-ui-files , but i find out some outdated of the document, 

somethings are missing in the document. 

I am using the smoothness theme in jquery 1.10.2 , inside the folder have 3 css file , jquery-ui.min.css ,jquery-ui.css,jquery-ui.theme.css, 

according to the document , i should change  jquery-ui-1.8.2.custom.css, rename it to jquery.ui.all.css, but in my , which of this 3 files i should rename ? i try rename 1 by 1, but the self hosting still not working. 

Please guide . 

thanks 

You must sign in to post in the forums. This thread is closed to new posts.