Quantcast
Channel: Telerik Forums RSS
Viewing all 99250 articles
Browse latest View live

Can't capture traffic from Android device connected to Wi-Fi with peap mschapv2

$
0
0

Hi Ivan,

When monitoring Mobile Traffic, I recommend that the Machine running Fiddler and the Mobile Device be on the same network. Additionally, the Wi-Fi Network should be visible to the Network that the Machine running Fiddler is on. See the Configure Fiddler for Android and Configure Fiddler for iOS documentation for more information.

There are additional considerations for mobile devices as well and I have listed them below.

1. Android 7+ doesn't allow User-Installed Certificates which means HTTPS decryption will not work. See the Using Fiddler with iOS 10 and Andoird 7 post for more information.

2.Certificate Pinning will also disallow any SSL to read some Mobile Application traffic.

If the issue still persists, can you provide more information about the current set up?

Please let me know if you need any additional information. Thank you for using the Fiddler Forums.

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Test - Ignore

$
0
0

Hi Lance,

Testing reply. 

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Test - Ignore

Fiddler does not work with corporate proxy - cannot chain to upstream gateway

$
0
0

Hi Dan,

From my limited understanding, iBoss a comprehensive cloud Firewall/Gateway and has the capability to set user and group policies. It could be that they System Proxy Settings are being controlled by iBoss. If that is the case, the settings would need to be configured in iBoss.

With that said, it may be possible to configure the System Proxy to use the Automatic Config Script and then run Fiddler with the Use System Proxy setting. See the below screenshot for an example.

Please give this a try and let me know the results. Thank you and I look forward to your reply.

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Telerik.Common is disabled - extension can't be installed

$
0
0

I am unable to enable the telerik test studio extension because Telerik.CommonPackage is disabled (although I don't recall disabling it)

-Visual Studio 2019

How to I go about enabling Telerik.CommonPackage in order to get the test studio addon working

Telerik.Common is disabled - extension can't be installed

$
0
0

Hi David,

You can take the following steps to re-enable it:

  1. Expand the the VS Menu bar > Extensions menu
  2. Select "Manage Extensions..."
  3. In the search box, search for "Telerik"
  4. When you find the item, there should be an Enable button

To help guide you, here's what the list may look like when you filter by "Telerik":

Fresh Start

In newer releases of the Telerik VSExtensions releases, there isn't a separate CommonPackage anymore, so it might be worth uninstalling them all so that the common package is removed. Then, you can reinstall it via the Progress Control Panel (select "modify" next to the item you want to add "Visual Studio  Support" for) or just re-run the Test Studio installer.

Further Assistance

If you have any further trouble, reply back with the details of your Visual Studio installation. You can copy the details easily by doing the following:

  1. Open VS Menu > Help > select About Visual Studio
  2. Click the "Copy Info" button on the right side
  3. Paste that information in a code block, or attach it in a text file, in your reply.

I hope I was able to help get you back up and running.

Regards,
Lance | Technical Support Engineer, Principal
Progress Telerik

 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 

Managing Environmental Settings

$
0
0

It will probably seem odd for me to say this, but I do not have access to VS, which would be required to build a Execution Extension.

Indeed, it seems that the OnBeforeTestListStarted()method would be helpful. I will see what I can do.

thanx - ray

Failed to identify private key location for Root Certificate - CertEnroll and MakeCert failing

$
0
0
I have Fiddler setup as a reverse proxy to capture request and responses from my app. While my app is working, it's not capturing any requests and response, and I'm getting these errors in my fiddler log. I tried CertEnroll and MakeCert but both throw different errors.

I tried searching for this error and I read this article but I don't know what the issue is:
https://www.telerik.com/blogs/faq---certificates-in-fiddler

How can I fix these errors so Fiddler can capture my requests and responses in my app?

-= Fiddler Event Log =-
See http://fiddler2.com/r/?FiddlerLog for details.

15:13:46:5212 Fiddler Running...
15:13:46:5592 !WARNING Fiddler has detected that Chrome GPO specifies proxy configuration 'system'.
15:13:54:5022 /Fiddler.CertMaker> Using Fiddler.DefaultCertificateProvider+CertEnrollEngine for certificate generation
15:13:54:5252 /Fiddler.CertMaker> Failed to identify private key location for Root Certificate. Exception: System.NullReferenceException Object reference not set to an instance of an object.
15:13:54:5272 /Fiddler.CertMaker> Invoking CertEnroll for arguments: CN=doesitmatter.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com
15:13:54:8502 !ERROR: Failed to generate Certificate using CertEnroll. System.Reflection.TargetInvocationException Exception has been thrown by the target of an invocation. < CertEnroll::CSignerCertificate::Initialize: The certificate does not have a property that references a private key. 0x8009200a (-2146885622)
15:13:54:8502 /Fiddler.CertMaker> Failed to identify private key location for Root Certificate. Exception: System.NullReferenceException Object reference not set to an instance of an object.
15:13:54:8502 !Fiddler.CertMaker> Tried to create cert for doesitmatter.com, but can't find it from thread 10!
15:13:54:8512 fiddler.https> Failed to obtain certificate for doesitmatter.com due to Certificate Maker returned null when asked for a certificate for doesitmatter.com
15:13:59:8712 /Fiddler.CertMaker> Invoking CertEnroll for arguments: CN=some-url.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com
15:13:59:8712 /Fiddler.CertMaker> Reusing PrivateKey for new certificate.
15:13:59:8812 !ERROR: Failed to generate Certificate using CertEnroll. System.Reflection.TargetInvocationException Exception has been thrown by the target of an invocation. < CertEnroll::CSignerCertificate::Initialize: The certificate does not have a property that references a private key. 0x8009200a (-2146885622)
15:13:59:8812 /Fiddler.CertMaker> Failed to identify private key location for Root Certificate. Exception: System.NullReferenceException Object reference not set to an instance of an object.
15:13:59:8812 !Fiddler.CertMaker> Tried to create cert for some-url.com, but can't find it from thread 13!
15:13:59:8812 fiddler.https> Failed to obtain certificate for some-url.com due to Certificate Maker returned null when asked for a certificate for some-url.com


When I use makeCert:


-= Fiddler Event Log =-
See http://fiddler2.com/r/?FiddlerLog for details.

17:27:43:2012 Fiddler Running...
17:27:43:2322 !WARNING Fiddler has detected that Chrome GPO specifies proxy configuration 'system'.
17:27:48:1422 /Fiddler.CertMaker> Using Fiddler.DefaultCertificateProvider+MakeCertEngine for certificate generation
17:27:48:1652 /Fiddler.CertMaker> Failed to identify private key location for Root Certificate. Exception: System.NullReferenceException Object reference not set to an instance of an object.
17:27:48:1682 /Fiddler.CertMaker> Invoking makecert.exe with arguments: -pe -ss my -n "CN=something.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky exchange -in DO_NOT_TRUST_FiddlerRoot -is my -eku 1.3.6.1.5.5.7.3.1 -cy end -a sha256 -m 132 -b 09/04/2018
17:27:48:8222 /Fiddler.CertMaker>11-CreateCert(something.com) => (-1)
Results from C:\Program Files (x86)\Fiddler2\MakeCert.exe -pe -ss my -n "CN=something.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky exchange -in DO_NOT_TRUST_FiddlerRoot -is my -eku 1.3.6.1.5.5.7.3.1 -cy end -a sha256 -m 132 -b 09/04/2018

Error: Fail to acquire a security provider from the issuer's certificate
Failed
-------------------------------------------

17:27:48:8222 Fiddler.CertMaker> [C:\Program Files (x86)\Fiddler2\MakeCert.exe -pe -ss my -n "CN=something.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky exchange -in DO_NOT_TRUST_FiddlerRoot -is my -eku 1.3.6.1.5.5.7.3.1 -cy end -a sha256 -m 132 -b 09/04/2018 ] Returned Error: Creation of the interception certificate failed.

makecert.exe returned -1.

Results from C:\Program Files (x86)\Fiddler2\MakeCert.exe -pe -ss my -n "CN=something.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky exchange -in DO_NOT_TRUST_FiddlerRoot -is my -eku 1.3.6.1.5.5.7.3.1 -cy end -a sha256 -m 132 -b 09/04/2018

Error: Fail to acquire a security provider from the issuer's certificate
Failed
-------------------------------------------

Failed to identify private key location for Root Certificate - CertEnroll and MakeCert failing

Radgrid Column width problems, please help!!!

$
0
0

Hi Ghostho,

RadGrid columns have many Resizing Features. I recommend using the Column/Row Resizing demo and adjusting the configurations to find the desired style. In this case, I believe setting the Allow Column Reszing, Enable Real-Time Resizing, No Wrap for Cell Content and Allow Resize to Fit properties will meet the desired style.

For additional information, see the Column Resizing documentation.

I hope this helps. Please let me know if you have any additional questions. Thank you for using the UI for ASP.NET AJAX Forums.

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.

Report Designer VS 2017 doesn't show JSON datasource

$
0
0

Hi everyone,

I have updated the telerik reporting version from R1 2019(13.0.19.123)  to R2 2019 (13.1.19.618) version. I use Visual Studio 2017 but can't see into Report Designer for VS2017 the JSON datasource or CSV Datasource.  I mean are these features only appear in Standalone Report Designer or they has been included into Visual Studio Report Desginer?

See image #1 and #2 attached in order to see what is the popup I see in VS Report Designer when I try to connect with a Service.

 

Thanks,

David G.

Title for RadTabbedWindow

$
0
0

Hi Dilyan, 

Thank you, it is very helpful!

Yaroslav

Radgrid DetailTable Issue

$
0
0
Radgrid with detiaTables in  BatchEdit Mode , i use client function: BatchEditOpening(sender,args ) to control the cell can be open to edit or not . 
code:
 function BatchEditOpening(sender, args) {         
         
            var detailTable = sender.get_detailTables()[0]; 
           ....
}
 but it only can control the first detailtabel  , how can i get the index of detailTable , so i can control any detailtable which i have double click the cell ? 

How to select the first item after the Read() is completed

$
0
0

Hi Aleksandar,

 You are right that the index.cshtml containing the treeview is a partial view.

 While your sample works, it still wouldn't help in my case.

 I ended up performing the event binding in the script & it works. (Note: i must say this is after much trial & error as i am very new in ASP.Net core & javascript)

$(document).ready(function () {
        // Note: use local treeview variable.
        var treeview = $("#machinesTreeView").data("kendoTreeView");
        treeview.bind("dataBound", onDataBound);
        treeview.bind("select", onSelectMachine);
    });

 

It is perhaps worth pointing out that the treeview is created inside a Splitter pane.

<divclass="k-content wide">
@(Html.Kendo().Splitter()
              .Name("splitter")
              .Orientation(SplitterOrientation.Horizontal)
              .Panes(panes =>
              {
                  panes.Add()
                  .HtmlAttributes(new { id = "machinesPane"})
                  .Size("200px")
                  .Collapsible(false)
                  .Content(@<divclass="pane-content k-content">
                        <h3>Machines</h3>
                        @*Tree view of machines*@
                        @(Html.Kendo().TreeView()
                            .Name("machinesTreeView")
                            .DataTextField("MachineName")
                            .TemplateId("treeview-template")
                            .DataSource(dataSource => dataSource
                                .Read(read => read
                                    .Action("Machines", "MachineDetails", new { productionLineName = Model.ProductionLineName })
                                )
                            )
                        )
                    </div>);
 
                  panes.Add()
                  .HtmlAttributes(new { id = "detailsPane" })
                  .Collapsible(false)
                  .Content(@<divclass="pane-content">
                      <h2>Please select a machine</h2>
                    </div>);
              })
)
</div>
 
<scriptid="treeview-template"type="text/kendo-ui-template">
    <divclass="d-flex">
        <div>
            <imgsrc="@Url.Content("#=item.StateIconUrl#")" />
        </div>
        <div>
            <aid="machine-name">#=item.MachineName#</a>
        </div>
    </div>
</script>

Left-aligned sort icons

$
0
0

Hello,

The above does not really work to well.  Try this post:

 

https://github.com/telerik/kendo-themes/issues/410

/* sort icon color */
.k-grid-header .k-header > .k-link > .k-icon:before {
    color: #f2b661;
}
/* sort order number color */
.k-grid-header .k-header > .k-link > span.k-sort-order {
    color: #f2b661;
}
 
/* move sort icon and number to left and shift text right to make room for them when a column is sorted */
.k-grid-header th.k-header.k-sorted > .k-link {
    position: relative;
    padding-left: 18px;
}
.k-grid-header .k-header.k-sorted > .k-link > .k-icon.k-i-sort-asc-sm,
.k-grid-header .k-header.k-sorted > .k-link > .k-icon.k-i-sort-desc-sm {
    position: absolute;
    top: 7px;
    left: -12px;
}
.k-grid-header .k-header.k-sorted > .k-link > .k-sort-order {
    position: absolute;
    top: 6px;
    left: 10px;
}

Answer:

 


RadGridView Pasting get source cell

$
0
0

Hello,

I use c# wpf telrik RadGridView and I have a problem with pasting. 

RadGridView`s cells contain my special custom type:

class Place

{

     int id;

 

}

private void radGridView1_PastingCellClipboardContent(object sender, GridViewCellClipboardEventArgs e){

if (e.Cell.Column.UniqueName == "Company"){

 

}

RadGridView Pasting Get source cell

$
0
0

Hello

I use c# wpf telerik RadGridView and I have problem with Pasting. RadGridView`s cells contain my special custom type:

class Place

{

   int id;

   string name;

}

I need to get source cell in PastingCellClipboardContent to read Place.id:

private void radGridView1_PastingCellClipboardContent(object sender, GridViewCellClipboardEventArgs e){

if (e.Cell.Column.UniqueName == "Place"){

   //here i need source cell

}

How can I get it?

Thanks

http://www.stronghealthguide.com/keto-rev/

$
0
0
Anybody can take only it or by changing with different enhancements. Moreover, it doesn't create hormonal irregular characteristics, neither of the sensory system

Can't capture traffic from Android device connected to Wi-Fi with peap mschapv2

$
0
0
It seems to me that the problem exactly in wi-fi with peap authentication. because when i'm using usual wi-fi without any 2'd authentication, the traffic from the same device (Xiaomi mia1 v.9.0) is captured.

ImageBrowser and FileBrowser in razor page

$
0
0

Hi Dimiatr,

   Can the ImageBrowser run as a standalone widget without the Editor in ASP.Net Core?

   There is a link here Using Image Browser Without Editor but it is for ASP.Net MVC.

p/s: i am very new in ASP.Net Core. So do pardon me if i need things to be more explicit.

Viewing all 99250 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>