This is a migrated thread and some comments may be shown as answers.

Proxy Server Settings for JustCode?

4 Answers 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mike
Top achievements
Rank 1
Mike asked on 02 Aug 2012, 03:48 PM
Is there a place to set Proxy Server settings in JustCode?  I can't sync my settings to the cloud because of the proxy server setup here at the office.

Thanks!

4 Answers, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 06 Aug 2012, 11:44 AM
Hello,

Thanks for contacting us. 
We are aware of this issue which is mostly happening when the user is behind a proxy.It seems you are not able to authenticate to the proxy while syncing. Can you add http://justcode.telerik.com to the list of url exceptions so JustCode can connect to the internet. I hope this will help.

Anyway, we made an option which allows the user to configure the proxy settings. The option should be released in some of our next internal builds so please stay tuned.
Thank you.

Please, do not hesitate to contact us if you have any further questions or need of assistance.

Regards,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Simon Martin-Lemmon
Top achievements
Rank 1
answered on 27 Mar 2013, 01:42 PM
Hi,

I just wondered if this had been implemented yet.

The Telerik documentation seems to indicate it is, but my options screen doesn't show any area for proxy settings.

http://www.telerik.com/help/justcode/reference-justcode-options.html


Unfortunately, I dont have the luxury of being able to add an exception.

Many thanks

Simon
0
Zdravko
Telerik team
answered on 27 Mar 2013, 04:41 PM
Hello Mike,

 Thanks for pointing this lapse in the documentation.
We had implemented this feature, but since we started using OS settings we no longer needed it.
If you have set your environment proxy settings correctly JustCode cloud sync should work as expected.
As a simple test example I could point you to  VS Tools menu > Extensions and Updates > Online. If this VS feature works we do as well. 

I will refresh the documentation page right away.
Thanks.

Kind regards,
Zdravko
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
0
Jason
Top achievements
Rank 1
answered on 29 Aug 2013, 03:05 PM
I just came across this thread, whilst trying to out my JustCode syncing, which doesn't work for me. The Extenstions & Updates work fine for me though, but this is because I carried out the following

  • Fix the extension manager in VS 2012, which doesn't work behind a proxy
    • Open the file C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe.config
    • Find the section

      <settings>
      <ipv6 enabled="true"/>
      </settings>

    • Add the line <servicePointManager expect100Continue="false"/>
      to change it to

      <settings>
      <ipv6 enabled="true"/>
      <servicePointManager expect100Continue="false"/>
      </settings>
Tags
General Discussions
Asked by
Mike
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Simon Martin-Lemmon
Top achievements
Rank 1
Jason
Top achievements
Rank 1
Share this question
or