MojoPortal and certificates

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/26/2015 9:34:37 AM
Gravatar
Total Posts 18439

Re: MojoPortal and certificates

there are no skin changes from 2.4.0.0 to 2.4.0.8

mojoportal-2-4-0-8-mysqldatalayer-GPL.zip is only the data layer, if you are using MySql, you would start with 

mojoportal-2-4-0-8-mssql-net45-deploymentfiles.zip

extract that locally

then extract the the mysqldata layer and copy the contents of the bin and setup folders into the previously extracted package for mssql to replace the data dlls with the corresponding mysql ones

then extract the patch to replace the mojoPortal.Web.dll

then copy any customizations from your current Web.config file into the new one, machinekey, connectionstring, and any other custom changes you have made

then your local package is ready to deploy

1/26/2015 9:44:46 AM
Gravatar
Total Posts 83

Re: MojoPortal and certificates

Thanks, that sounds like what Im are doing now BUT with a small change. I copy the entire website to my local computer, set up the new version as you described and now Im about to copy the new over the old. This will overrite most files but there are there are files like skin and uploaded files that will remain. Hope this is okay.

1/26/2015 9:52:57 AM
Gravatar
Total Posts 18439

Re: MojoPortal and certificates

there is nothing in the package that will overwrite your skins or uploaded files

the package only has skins in the /Data/skins folder, when the first site is created the skins get copied to /Data/Sites/[SiteID]/skins and then we never touch those files during upgrades, the only skins that ever get updated during upgrades are the ones under /Data/skins which are not used by any site but are just a catalog of skins copied to a new site when a new site is created

 

1/27/2015 5:21:51 AM
Gravatar
Total Posts 83

Re: MojoPortal and certificates

Okay, hade some technical problems but I have now done the following : 

  1. Download my website
  2. Export MySQL database
  3. Download new version of MojoPortal and unpack
  4. Download and copy MySQL package
  5. Download and copy Language package
  6. Download your patch dll and copy
  7. Compare old and new web.config and set corsponding settings in new web.config
  8. Copy new version over my website and replace all
  9. Upload website
  10. Run the /Setup/Default.aspx (updating 2.4.0.1 - 2.4.0.8, no errors)
  11. Visting the website (Take forever to load(about 5 min)) and try login(success)
  12. Notice that my javascript is still in place so download master file and remove and then upload again.
  13. Change the SSLIsAvailable to True in web.config
  14. Visit webpage again (Still vary slow)
  15. Click login and get the same exception as before : ERR_TOO_MANY_REDIRECTS

This is the log from today 

2015-01-27 11:55:03,705 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 11:55:05,125 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 11:55:05,141 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 11:55:05,297 INFO (null) - (null) - (null) - mojoPortal.SearchIndex.IndexWriterTask - Queued IndexWriterTask on a new thread 
2015-01-27 11:55:05,889 INFO (null) - (null) - (null) - mojoPortal.SearchIndex.IndexWriterTask - deserialized IndexWriterTask task 
2015-01-27 11:58:50,984 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 11:58:52,684 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 11:58:52,684 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 12:02:16,843 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 12:02:19,324 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 12:02:19,339 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 12:09:22,227 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End 
2015-01-27 12:09:22,312 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End 
2015-01-27 12:09:22,055 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End 
2015-01-27 12:09:33,763 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 12:09:35,214 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 12:09:35,229 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 12:10:04,846 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 12:10:05,642 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 12:10:05,673 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 12:16:39,045 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End 
2015-01-27 12:16:39,370 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End 
2015-01-27 12:16:49,185 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 12:16:49,700 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 12:16:49,700 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 12:18:03,888 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 12:18:04,434 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 12:18:04,450 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 12:18:12,161 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started. 
2015-01-27 12:18:12,816 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task 
2015-01-27 12:18:12,847 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 

System information

Systeminformation

mojoPortal Version2.4.0.8 MySQL
Operating SystemMicrosoft Windows NT 6.1.7601 Service Pack 1
ASP.NET Information4.0.30319.18444 Running in Full Trust
Serverns tidszon:W. Europe Standard Time
Serverns lokala tid:(GMT 1) 2015-01-27 12:21:00
Tiden nu i Greenwich (sk. GMT eller UTC):2015-01-27 11:21:00

Version av funktion  [Hjälp]

Funktion Schemaversion
blog 2.6.1.7
contactform 0.0.0.6
eventcalendar 0.0.0.6
feed-manager 1.0.1.1
forums 2.2.0.5
imagegallery 0.0.0.8
kdmediaplayer 1.0.0.1
linksmodule 1.0.0.9
pollfeature-byChristianFredh 0.0.0.5
sharedfiles 1.0.0.0
surveyfeature 1.8.0.0
webstore 0.0.7.3

So, it is still not working and now it is also extremely slow. If I manually type in HTTPS it works as before.

 

1/27/2015 8:01:14 AM
Gravatar
Total Posts 18439

Re: MojoPortal and certificates

do you still have this in Web.config? you need this:

<add key="SecureConnectionServerVariableForPresenceCheck" value="HTTP_HTTPS" />

with that setting our IsSecureRequest function should return true on proxied secure requests

the only thing I fixed was that our ForceSSL function was not even checking the IsSecureRequest function which I thought it was, if it checks that and it is true it should not redirect

1/27/2015 8:40:16 AM
Gravatar
Total Posts 83

Re: MojoPortal and certificates

Sorry missed that.

Now it works a bit better. When going to the startpage it is using http, thats okay for now. When entering the login page it will redirect to https and when the login are done we remain on the https. If I change to http it is not redirecting back to https, I supose that I have to set this on every page. The problem now is that the upload are not working again when on https, I choose file and it states "uploading" forever, nothing happens? I supose I have to turn off https for the upload pages but how?

1/27/2015 9:01:37 AM
Gravatar
Total Posts 83

Re: MojoPortal and certificates

Hi again,

I have tested some more and have notice that a shield is shown to the top right cornor in Chrome when hitting the upload button. It says that the webpage tries to load unsecured scripts. I can choose to load them anyway and if I do, the webpage is reloaded, when choosing a file to upload I get "Oops something went wrong uploading, you may want to contact the site administrator an error was probably logged.". This is what the log says : 

 

2015-01-27 15:40:25,599 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 
2015-01-27 15:44:01,851 INFO (null) - (null) - (null) - mojoPortal.SearchIndex.IndexWriterTask - deserialized IndexWriterTask task 
2015-01-27 15:44:01,882 INFO (null) - (null) - (null) - mojoPortal.SearchIndex.IndexWriterTask - Queued IndexWriterTask on a new thread 
2015-01-27 15:49:13,259 ERROR 192.168.10.100 - sv-SE - / - mojoPortal.Web.Global -  Referrer(https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2f) useragent Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) 
System.Web.UI.ViewStateException: Invalid viewstate. 
    Client IP: 192.168.10.100
    Port: 28585
    Referer: https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2f
    Path: /Default.aspx
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    ViewState: c1vKLAPuPDmpoUQNn3KWnSzVNH4C0Fzdk18VS7tNzkcARsl9WQ+Dnxh/uLUhxV9hYtU00LnL9Sxz5DHGJL2cLrtX8R/sdkwLZMJi4k06y1seNDpuae4s/FQB8ImmJsXYCn14VPi9gtqeJWStRQO4TMB/Qw3WywLU434gxFn1zqxdHPn+RiwcH1D+C+x/4DoeATFjUyCJ5m1hyVkyKQcgJmUDOfrwyXJz2DAzSkYuDvyu1WKOWhVwR3cJCSA5QBp/2xoHCzFBRIuMFBsVsAAvjwqSL5MWH7DTeMkxqdnJ9+L5OY51NQ0rgUNkKZ/K5LGArdaCUOphye5dKka1g3MTxrTLkXe+1feqkWfvjD8SkTv+aufOgRscN7qNOprsW+mv9MgDvSlAJBLNh3EB4MSwxt/4PAMwsfm1Shk0cyytbjVzqsSqxRUfq8WQVrVhB5I0qklo5H2Xeko2HIgzI3K3hWiB7xE1C0Db19QBOS3O1rbsRgtC/e2GXuSUK2xbTHza3QXuYmzfv6H5J7dcCrLuxEzpYV1lQslFS9Xto4pn/3FIL3z7LQtksa7p+HNtkAoBR30boM+BrYBZcLl/i0cnnbq5M/Vr7b9mKcoft3LVpzIoJdbmq7caFBZJsRfT3fVQIETxQOktl+zzSyIpabjs1yFF+Ra1+OntAcVgIq4ImrMF+XTHn3mWHvwB7b4gbAq52Cu8gQX...
2015-01-27 15:49:32,516 ERROR 192.168.10.100 - sv-SE - / - mojoPortal.Web.Global -  Referrer(https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2f) useragent Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) 
System.Web.UI.ViewStateException: Invalid viewstate. 
    Client IP: 192.168.10.100
    Port: 56189
    Referer: https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2f
    Path: /Default.aspx
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    ViewState: 25hXWLXUQ9WDI4OJDE1/MM3wddsI7uX/9cvEmK2tU3nYAqLbsXWZE1E3aGgwkyWYIcFT3Lb3GuDpg683sd+A5DMekIuQsTcNNN1BH3SD5JCNOk/Zs608oyq+tEw+AdVyytYnFcfra7U5fZ8IIe6TR8NsNrD2IvEzKiLryqtO+Jjq5djwCmflOJVpW89bbTLJcXRMTCON/h/984EaaeLYLQQwubONPrCOxb8puICYH6rgnlXVR5jsDbWcIKAuU6noOoqH2PHAcw+FsNfXN1zpDAGLRcupHYrEoQaK4K/E2lEMuLMs5mtESl2r7W/w+Lxunnz0L1WFF2Fh79F6gcZkaoL+L3nDT3KUUJQYnDuvk9th3Tow+ZgpqbpGjMj+ZS90Dxiyx5UaQ29DMmx8tFgplVELf8WsH9XpAtDwZLq0GPlYNJms9+PnMj6X59hEKdu1Q4mS3OVGinwS+w3u5TK535x6vfKSeFoKfeqyI7QTlHznIQ6hAcSxL9i68yXdPGdiBWhyCZZVfCpM6I9TGoY+V9OHiDUliClS9vSG264RojnwZe7geWyNcoz1xCrcpo5XdfqYY8gNOT4KkVJkzUTdNU3TW7s+NTxhKAcmj2ZUTiYS78XFSBZkiFX1UfdlUGBoiiVVMLXD4LFyOEdTkI+p9wtsK3hq9STZF6eCkFQ0VOyKZ7cj4JhjZhXIfV+wd3xpj9kvXxQ...
2015-01-27 15:50:51,293 ERROR 192.168.10.100 - sv-SE - / - mojoPortal.Web.Global -  Referrer(https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2fDefault.aspx) useragent Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) 
System.Web.UI.ViewStateException: Invalid viewstate. 
    Client IP: 192.168.10.100
    Port: 35032
    Referer: https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2fDefault.aspx
    Path: /Default.aspx
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    ViewState: ObS8S/F+bQhaOvOKzpuL6Awmf63XiZnVdGXQBtRkSXlrSGXC+K5LSy1R1/wJGTSeQ/2oBEgN1wmOw5ABVe7zTUEr5hLgW4W2tkdAd/1I6Knz3qH7sCpdXie7g0PhIwTkecKMDlbAo/fKgTudjthv0e4FqO+rBHNME4zmYvNH0vhBNJwJQLSWjhGUjxWbC/dAd7WE3pdEclUuxlw04zcAPAJZ9utcbirr6+8yWiGqsCCgi0PbrGehXF32S5tPMvtswO0rspMOGhybMd/bhPwKqGQqeG4jIA90814Bx5xIRoiVbh4iJBQKgHG58oxmN/F3Jy6+AQonCQUp5h8TJAdtrGdkCLMaEfRWqWLxP+NQvMGZmDssAXaYLwNgETU4KYfzbppeOPx5BgWKTC/mxo0odal3LG0Qv3Bf1nhkSTdqA5cRkAvaLxOkyrpA8xUlRi7VlVSlFkqJ5nSK+G1a+GONRanMbbMco0Vg6UMZoWLdmLoGUid1EN5NXack7lvEtsVStx5DcmyCZ3apMBMEbrlruYvFWP+kk49npvF/qnY2L7atfltOpR1+M4TzlPdokYNxlgNf5oSgCDO5CF3Nygu+d/Er8+5cFc4rzNUCrGRO9fqGHfTgT/F1hsv66Rs7K+mORxSb4XjqkmrsmKJXsFA5vWzCYpn6J64Tc0POxzLmgvzkXJAkSWK5YtsB85r...
2015-01-27 15:51:10,784 ERROR 192.168.10.100 - sv-SE - / - mojoPortal.Web.Global -  Referrer(https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2fDefault.aspx) useragent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) 
System.Web.UI.ViewStateException: Invalid viewstate. 
    Client IP: 192.168.10.100
    Port: 29733
    Referer: https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2fDefault.aspx
    Path: /Default.aspx
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    ViewState: IacRSy+Up4oGvClUDLDfoMdZlVCpUEpQKN8MGgd/nmZVjuzZDZr4B6FSsImMFhShCqTbCNk90xgdVMaNgLw7gLh+jCJwcXtYwhT/0Z3WsvSLXFa4HN9UYvgxN3VAjRjRy2u/bHdBN4fjI4+NoP3rFgHn+KfyIfX5afQo8Nx8fK5Yx54WBA9cMYfSlIEzIJXzjwRlNXf9pTqiy9dJxSsiUVKqYAevP6pPK/L7D+sI6Kt5NCzfwq51z5R2/UTX2/uXZZCCZ+UAncqN+tTWZOioF/u+q+8/8S82qErxF/3g+IbapUBljKxntgPavtE6z1pFIF4jrVUlYeWMwSsaI6U/w6YYVmRsMvqKI3hANZFEku0Jst4bCeZFuzbaZ+3oAS3f4n63LkcXCZxS+Ir4xm1ar5iutBMJt1Qe0avIgHTjR+buYbSjdSl6+uC9Qoo+zeWkl6/yHpRs/1Fxb6BAxqANLPLwWq3sR0yCMrTmnF1UhxKtHr466h4zf+rIt6e7ebFwzMJb1m+RChZNhZU2LaND5XGSV07TPxmSBw81hqwY/q2/YzlZArp/bSMxmHvRgIZSR0Ss1im7hVlPr+H3hv3YU1zyvsywyE22oQKVTMEdaRzqF27iTKLastUcRjZLSpxGWXATYhnAv58EQGBhYi2dSDWf2rwbhP6WU07Njn9wLhfnmei2H5/RDIyzgzF...
2015-01-27 15:51:37,650 ERROR 192.168.10.100 - sv-SE - / - mojoPortal.Web.Global -  Referrer(https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2fDefault.aspx) useragent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) 
System.Web.UI.ViewStateException: Invalid viewstate. 
    Client IP: 192.168.10.100
    Port: 7058
    Referer: https://www.orbitsupport.se/Secure/Login.aspx?returnurl=%2fDefault.aspx
    Path: /Default.aspx
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    ViewState: KRF71dtDGrbZouVcwbp47ZD5q5sSP8vAGemUUyXmtPJCNrPRcwGK35WxqGvpskoX/abl7TmAtETvbWE21BYtx/Z/QGt3ngsumQ0jjjY2l/SN1hNCzxjQdbCFWoh98Ivoi37hsesM21biC/9NepM9jVOBQWuyvX711UNdWJ1Au+gwqLb+dezBIdD3tMsa9l0gyAPfu9H4a+x+rUI/y08pI52dQ7c6Q5MCnBz5j6NkKt5dRnYk+FId7AUeLx5ig9wC4rKEFk6IwDeNwmwx2PP584l0RzC4ohuyADzlZEs4jSikFIINGxJxDpqKavzDNhtLKeRt6yffxtwq0luNc2VW2WGCx+W6Woc9jzTL0+gAGvIEKQwieC4CndKhq9nvg9hJEH2kxuReSUBmgf308QWjeoDtEochoY8VvRAWdfXmUEgh9uCINAHfVicNREI4R0HCMqcYdMrwV8W+hWYe6gRgGUWxt8cP7h6bqTY0hbrPTue4rACBcfm6l0lheZR8varlma9BW5mINGEqRC/VhIH9KjwB9+kJXpaaLHVoRyv9vhaGQWmDmj8kSBKQ0yRM/tM4TblqkozYeA6Pi3ZRt/WNsMlTw+UGpwmswlpbBVdbF3RrUq5zxQ/W/mH9OZmQAmEutqE2/rukAO4VmOADUr/BkKN9Sht5Ug7vfBglJWTaj9SAZwBpjvEifTxs77yi...

 

1/27/2015 9:07:05 AM
Gravatar
Total Posts 18439

Re: MojoPortal and certificates

nothing in the log you posted is related to file uploads at all.

first step is to find out what the insecure content is caused by and fix it

1/27/2015 9:47:51 AM
Gravatar
Total Posts 83

Re: MojoPortal and certificates

This is what chrome sais

Mixed Content: The page at 'https://www.orbitsupport.se/produkter.aspx' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.orbitsupport.se/SharedFiles/upload.ashx?pageid=3&mid=5'. This request has been blocked; the content must be served over HTTPS.

This is done in jquery.min.js. 

1/27/2015 10:10:57 AM
Gravatar
Total Posts 18439

Re: MojoPortal and certificates

I see, this is another issue with using the proxy server.

when we build the url for the file uploader javascript we use SiteRoot, but since the web server is not really getting an https request but is getting an http request then SiteRoot starts with http

I can probably fix this and post an updated patch of mojoPortal.Web.dll

stand by, I will post a link shortly and then you can replace that one file

1/27/2015 10:15:44 AM
Gravatar
Total Posts 18439

Re: MojoPortal and certificates

ok, I've updated the patch with changes that I think should fix this

download it again and replace the mojoPortal.Web.dll in your /bin folder and see if it solves the problem

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