We have a Chrome extension for bypassing SSL errors when you get blocked on HTTPS. Due to the changes made by Chrome, this extension stopped working recently. We found it several days ago and we solved the problem. There were 2 kinds of problems.
1. SSL detection is not working.
2. Auto-discovery for NxFilter server is not working.
For the first problem, we went back to our old way of inspecting all the HTTPS requests. It's been solved. However, we decided not to go with the automatic server discrovery function anymore. Chrome has restricted HTTP queries from its extensions and that blocked CxForward from finding its server. We think the manual setting would be safer for its future. From v1.0.4 of CxForward, you have to set server IP manually.
1. SSL detection is not working.
2. Auto-discovery for NxFilter server is not working.
For the first problem, we went back to our old way of inspecting all the HTTPS requests. It's been solved. However, we decided not to go with the automatic server discrovery function anymore. Chrome has restricted HTTP queries from its extensions and that blocked CxForward from finding its server. We think the manual setting would be safer for its future. From v1.0.4 of CxForward, you have to set server IP manually.
Comment